Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/i18n/
Dregexcmp.h176 UBool fSetModeFlag; // true for (?ismx, false for (?-ismx variable
Dregexcmp.cpp1472 fSetModeFlag = TRUE; in doParseActions()
1486 case 0x2d: /* '-' */ fSetModeFlag = FALSE; break; in doParseActions()
1491 if (fSetModeFlag) { in doParseActions()
/third_party/icu/icu4c/source/i18n/
Dregexcmp.h176 UBool fSetModeFlag; // true for (?ismx, false for (?-ismx variable
Dregexcmp.cpp1472 fSetModeFlag = TRUE; in doParseActions()
1486 case 0x2d: /* '-' */ fSetModeFlag = FALSE; break; in doParseActions()
1491 if (fSetModeFlag) { in doParseActions()
/third_party/node/deps/icu-small/source/i18n/
Dregexcmp.h176 UBool fSetModeFlag; // true for (?ismx, false for (?-ismx variable
Dregexcmp.cpp1467 fSetModeFlag = TRUE; in doParseActions()
1481 case 0x2d: /* '-' */ fSetModeFlag = FALSE; break; in doParseActions()
1486 if (fSetModeFlag) { in doParseActions()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dregexcmp.h176 UBool fSetModeFlag; // true for (?ismx, false for (?-ismx variable
Dregexcmp.cpp1452 fSetModeFlag = TRUE; in doParseActions()
1466 case 0x2d: /* '-' */ fSetModeFlag = FALSE; break; in doParseActions()
1471 if (fSetModeFlag) { in doParseActions()