Home | History | Annotate | Download | only in i18n

Lines Matching defs:check

317     UBool check(UChar c) { return p < e && (ch == c || *p == c); }
402 UBool haveComma = check(COMMA);
416 if (check(OPEN_ANGLE)) {
457 UBool haveComma = check(COMMA);
470 if (check(OPEN_ANGLE)) {
1356 // Note: this can leave ruleSets == NULL, so remaining code should check
1383 // check to see if there's a set of lenient-parse rules. If there
1506 // to do here-- but we still need to check the names.