Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp757 FX_BOOL bBrackOpen = FALSE; in GetTextFormat() local
763 } else if (!bBrackOpen && FX_Local_Find(gs_wsConstChars, pStr[ccf]) < 0) { in GetTextFormat()
783 bBrackOpen = TRUE; in GetTextFormat()
793 if (!bBrackOpen) { in GetTextFormat()
814 FX_BOOL bBrackOpen = FALSE; in GetNumericFormat() local
820 } else if (!bBrackOpen && FX_Local_Find(gs_wsConstChars, pStr[ccf]) < 0) { in GetNumericFormat()
829 bBrackOpen = TRUE; in GetNumericFormat()
842 bBrackOpen = TRUE; in GetNumericFormat()