Lines Matching refs:withParens
261 int32_t& withParens, in parseGlobalFilter() argument
266 if (withParens == -1) { in parseGlobalFilter()
267 withParens = ICU_Utility::parseChar(id, pos, OPEN_REV) ? 1 : 0; in parseGlobalFilter()
268 } else if (withParens == 1) { in parseGlobalFilter()
296 if (withParens == 1 && !ICU_Utility::parseChar(id, pos, CLOSE_REV)) { in parseGlobalFilter()
306 if (withParens == 1) { in parseGlobalFilter()
312 if (withParens == 0) { in parseGlobalFilter()
364 int32_t withParens = 1; in parseCompoundID() local
371 withParens = 0; // parens disallowed in parseCompoundID()
372 filter = parseGlobalFilter(id, pos, dir, withParens, &canonID); in parseCompoundID()
423 withParens = 1; // parens required in parseCompoundID()
424 filter = parseGlobalFilter(id, pos, dir, withParens, &canonID); in parseCompoundID()