chromium/third_party/pdfium/xfa/fxfa/parser/cxfa_nodelocale.h

// Copyright 2014 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com

#ifndef XFA_FXFA_PARSER_CXFA_NODELOCALE_H_
#define XFA_FXFA_PARSER_CXFA_NODELOCALE_H_

#include "fxjs/gc/heap.h"
#include "v8/include/cppgc/garbage-collected.h"
#include "v8/include/cppgc/member.h"
#include "xfa/fxfa/fxfa_basic.h"
#include "xfa/fxfa/parser/gced_locale_iface.h"

class CXFA_Node;

WideString XFA_PatternToString(LocaleIface::NumSubcategory category);

class CXFA_NodeLocale final : public GCedLocaleIface {};

#endif  // XFA_FXFA_PARSER_CXFA_NODELOCALE_H_