Lines Matching refs:withParens
259 int32_t& withParens, in parseGlobalFilter() argument
264 if (withParens == -1) { in parseGlobalFilter()
265 withParens = ICU_Utility::parseChar(id, pos, OPEN_REV) ? 1 : 0; in parseGlobalFilter()
266 } else if (withParens == 1) { in parseGlobalFilter()
294 if (withParens == 1 && !ICU_Utility::parseChar(id, pos, CLOSE_REV)) { in parseGlobalFilter()
304 if (withParens == 1) { in parseGlobalFilter()
310 if (withParens == 0) { in parseGlobalFilter()
362 int32_t withParens = 1; in parseCompoundID() local
369 withParens = 0; // parens disallowed in parseCompoundID()
370 filter = parseGlobalFilter(id, pos, dir, withParens, &canonID); in parseCompoundID()
421 withParens = 1; // parens required in parseCompoundID()
422 filter = parseGlobalFilter(id, pos, dir, withParens, &canonID); in parseCompoundID()