Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fgas/crt/
H A Dcfgas_stringformatter.cpp905 bool bBrackOpen = false; in GetTextFormat() local
913 } else if (!bBrackOpen && in GetTextFormat()
932 bBrackOpen = true; in GetTextFormat()
942 if (!bBrackOpen) in GetTextFormat()
956 bool bBrackOpen = false; in GetNumericFormat() local
963 } else if (!bBrackOpen && in GetNumericFormat()
973 bBrackOpen = true; in GetNumericFormat()
979 bBrackOpen = true; in GetNumericFormat()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fgas/crt/
H A Dcfgas_stringformatter.cpp942 bool bBrackOpen = false; in GetTextFormat() local
950 } else if (!bBrackOpen && in GetTextFormat()
969 bBrackOpen = true; in GetTextFormat()
979 if (!bBrackOpen) in GetTextFormat()
994 bool bBrackOpen = false; in GetNumericFormat() local
1001 } else if (!bBrackOpen && in GetNumericFormat()
1011 bBrackOpen = true; in GetNumericFormat()
1017 bBrackOpen = true; in GetNumericFormat()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fgas/localization/
H A Dfgas_locale.cpp467 FX_BOOL bBrackOpen = FALSE; in GetTextFormat() local
474 } else if (!bBrackOpen && wsConstChars.Find(pStr[ccf]) == -1) { in GetTextFormat()
494 bBrackOpen = TRUE; in GetTextFormat()
504 if (!bBrackOpen) { in GetTextFormat()
525 FX_BOOL bBrackOpen = FALSE; in GetNumericFormat() local
532 } else if (!bBrackOpen && wsConstChars.Find(pStr[ccf]) == -1) { in GetNumericFormat()
541 bBrackOpen = TRUE; in GetNumericFormat()
554 bBrackOpen = TRUE; in GetNumericFormat()