Home | History | Annotate | Download | only in i18n

Lines Matching refs:withParens

234  * on 'withParens'.
240 * @param withParens INPUT-OUTPUT parameter. On entry, if
241 * withParens is 0, then parens are disallowed. If it is 1,
252 * if withParens != (dir == REVERSE).
256 int32_t& withParens,
261 if (withParens == -1) {
262 withParens = ICU_Utility::parseChar(id, pos, OPEN_REV) ? 1 : 0;
263 } else if (withParens == 1) {
291 if (withParens == 1 && !ICU_Utility::parseChar(id, pos, CLOSE_REV)) {
301 if (withParens == 1) {
307 if (withParens == 0) {
359 int32_t withParens = 1;
366 withParens = 0; // parens disallowed
367 filter = parseGlobalFilter(id, pos, dir, withParens, &canonID);
418 withParens = 1; // parens required
419 filter = parseGlobalFilter(id, pos, dir, withParens, &canonID);