Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dtridpars.cpp256 int32_t& withParens, in parseGlobalFilter() argument
261 if (withParens == -1) { in parseGlobalFilter()
262 withParens = ICU_Utility::parseChar(id, pos, OPEN_REV) ? 1 : 0; in parseGlobalFilter()
263 } else if (withParens == 1) { in parseGlobalFilter()
291 if (withParens == 1 && !ICU_Utility::parseChar(id, pos, CLOSE_REV)) { in parseGlobalFilter()
301 if (withParens == 1) { in parseGlobalFilter()
307 if (withParens == 0) { in parseGlobalFilter()
359 int32_t withParens = 1; in parseCompoundID() local
366 withParens = 0; // parens disallowed in parseCompoundID()
367 filter = parseGlobalFilter(id, pos, dir, withParens, &canonID); in parseCompoundID()
[all …]
Dtridpars.h164 int32_t& withParens,
Drbt_pars.cpp999 int32_t withParens = -1; in parseRules() local
1000 … UnicodeSet* f = TransliteratorIDParser::parseGlobalFilter(rule, p, direction, withParens, NULL); in parseRules()
1003 && (direction == UTRANS_FORWARD) == (withParens == 0)) in parseRules()