Searched refs:withParens (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/i18n/ |
D | tridpars.cpp | 235 int32_t& withParens, in parseGlobalFilter() argument 240 if (withParens == -1) { in parseGlobalFilter() 241 withParens = ICU_Utility::parseChar(id, pos, OPEN_REV) ? 1 : 0; in parseGlobalFilter() 242 } else if (withParens == 1) { in parseGlobalFilter() 270 if (withParens == 1 && !ICU_Utility::parseChar(id, pos, CLOSE_REV)) { in parseGlobalFilter() 280 if (withParens == 1) { in parseGlobalFilter() 286 if (withParens == 0) { in parseGlobalFilter() 338 int32_t withParens = 1; in parseCompoundID() local 345 withParens = 0; // parens disallowed in parseCompoundID() 346 filter = parseGlobalFilter(id, pos, dir, withParens, &canonID); in parseCompoundID() [all …]
|
D | tridpars.h | 164 int32_t& withParens,
|
D | rbt_pars.cpp | 980 int32_t withParens = -1; in parseRules() local 981 … UnicodeSet* f = TransliteratorIDParser::parseGlobalFilter(rule, p, direction, withParens, NULL); in parseRules() 984 && (direction == UTRANS_FORWARD) == (withParens == 0)) in parseRules()
|