Home
last modified time | relevance | path

Searched refs:FX_Local_Find (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp61 static FX_STRSIZE FX_Local_Find(const CFX_WideStringC& wsSymbols, in FX_Local_Find() function
673 } else if (!bBraceOpen && FX_Local_Find(gs_wsConstChars, pStr[ccf]) < 0) { in GetCategory()
763 } else if (!bBrackOpen && FX_Local_Find(gs_wsConstChars, pStr[ccf]) < 0) { in GetTextFormat()
820 } else if (!bBrackOpen && FX_Local_Find(gs_wsConstChars, pStr[ccf]) < 0) { in GetNumericFormat()
2278 FX_Local_Find(gs_wsConstChars, pStr[ccf]) < 0) { in GetDateTimeFormat()
2420 } else if (FX_Local_Find(gs_wsDateSymbols, strf[ccf]) < 0) { in FX_ParseLocaleDate()
2639 } else if (FX_Local_Find(gs_wsTimeSymbols, strf[ccf]) == -1) { in FX_ParseLocaleTime()
4081 } else if (FX_Local_Find(gs_wsDateSymbols, strf[ccf]) < 0) { in FX_DateFormat()
4207 } else if (FX_Local_Find(gs_wsTimeSymbols, strf[ccf]) < 0) { in FX_TimeFormat()