Searched refs:withParens (Results 1 – 8 of 8) sorted by relevance
267 int[] withParens, in parseGlobalFilter() argument272 if (withParens[0] == -1) { in parseGlobalFilter()273 withParens[0] = Utility.parseChar(id, pos, OPEN_REV) ? 1 : 0; in parseGlobalFilter()274 } else if (withParens[0] == 1) { in parseGlobalFilter()295 if (withParens[0] == 1 && !Utility.parseChar(id, pos, CLOSE_REV)) { in parseGlobalFilter()305 if (withParens[0] == 1) { in parseGlobalFilter()310 if (withParens[0] == 0) { in parseGlobalFilter()348 int[] withParens = new int[1]; in parseCompoundID() local355 withParens[0] = 0; // parens disallowed in parseCompoundID()356 filter = parseGlobalFilter(id, pos, dir, withParens, canonID); in parseCompoundID()[all …]
997 int[] withParens = new int[] { -1 }; in parseRules() local998 … UnicodeSet f = TransliteratorIDParser.parseGlobalFilter(rule, p, direction, withParens, null); in parseRules()1001 (withParens[0] == 0)) { in parseRules()
266 int[] withParens, in parseGlobalFilter() argument271 if (withParens[0] == -1) { in parseGlobalFilter()272 withParens[0] = Utility.parseChar(id, pos, OPEN_REV) ? 1 : 0; in parseGlobalFilter()273 } else if (withParens[0] == 1) { in parseGlobalFilter()294 if (withParens[0] == 1 && !Utility.parseChar(id, pos, CLOSE_REV)) { in parseGlobalFilter()304 if (withParens[0] == 1) { in parseGlobalFilter()309 if (withParens[0] == 0) { in parseGlobalFilter()347 int[] withParens = new int[1]; in parseCompoundID() local354 withParens[0] = 0; // parens disallowed in parseCompoundID()355 filter = parseGlobalFilter(id, pos, dir, withParens, canonID); in parseCompoundID()[all …]
996 int[] withParens = new int[] { -1 }; in parseRules() local997 … UnicodeSet f = TransliteratorIDParser.parseGlobalFilter(rule, p, direction, withParens, null); in parseRules()1000 (withParens[0] == 0)) { in parseRules()
259 int32_t& withParens, in parseGlobalFilter() argument264 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() local369 withParens = 0; // parens disallowed in parseCompoundID()370 filter = parseGlobalFilter(id, pos, dir, withParens, &canonID); in parseCompoundID()[all …]
164 int32_t& withParens,
999 int32_t withParens = -1; in parseRules() local1000 … UnicodeSet* f = TransliteratorIDParser::parseGlobalFilter(rule, p, direction, withParens, NULL); in parseRules()1003 && (direction == UTRANS_FORWARD) == (withParens == 0)) in parseRules()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...