OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CXFA_XMLLocale
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fxfa/src/parser/
xfa_locale.h
9
class
CXFA_XMLLocale
: public IFX_Locale {
11
CXFA_XMLLocale
(CXML_Element* pLocaleData);
37
~
CXFA_XMLLocale
();
xfa_locale.cpp
24
CXFA_XMLLocale
::
CXFA_XMLLocale
(CXML_Element* pLocaleData) {
27
CXFA_XMLLocale
::~
CXFA_XMLLocale
() {
32
void
CXFA_XMLLocale
::Release() {
35
CFX_WideString
CXFA_XMLLocale
::GetName() {
38
void
CXFA_XMLLocale
::GetNumbericSymbol(FX_LOCALENUMSYMBOL eType,
82
void
CXFA_XMLLocale
::GetDateTimeSymbols(CFX_WideString& wsDtSymbol) const {
94
void
CXFA_XMLLocale
::GetMonthName(int32_t nMonth,
99
void
CXFA_XMLLocale
::GetDayName(int32_t nWeek,
[
all
...]
Completed in 168 milliseconds