Searched refs:ILLEGAL_TOP (Results 1 – 3 of 3) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | TransliteratorParser.java | 185 private static UnicodeSet ILLEGAL_TOP = new UnicodeSet("[\\)]"); field in TransliteratorParser 414 pos = parseSection(rule, pos, limit, parser, buf, ILLEGAL_TOP, false); in parse()
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | TransliteratorParser.java | 184 private static UnicodeSet ILLEGAL_TOP = new UnicodeSet("[\\)]"); field in TransliteratorParser 413 pos = parseSection(rule, pos, limit, parser, buf, ILLEGAL_TOP, false); in parse()
|
/external/icu/icu4c/source/i18n/ |
D | rbt_pars.cpp | 87 static const UChar ILLEGAL_TOP[] = {41,0}; // ")" variable 367 pos = parseSection(rule, pos, limit, text, UnicodeString(TRUE, ILLEGAL_TOP, -1), FALSE, status); in parse()
|