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

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

Completed in 34 milliseconds