Searched refs:ILLEGAL_SEG (Results 1 – 3 of 3) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | TransliteratorParser.java | 188 private static UnicodeSet ILLEGAL_SEG = new UnicodeSet("[\\{\\}\\|\\@]"); field in TransliteratorParser 575 pos = parseSection(rule, pos, limit, parser, buf, ILLEGAL_SEG, true); in parseSection()
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | TransliteratorParser.java | 187 private static UnicodeSet ILLEGAL_SEG = new UnicodeSet("[\\{\\}\\|\\@]"); field in TransliteratorParser 574 pos = parseSection(rule, pos, limit, parser, buf, ILLEGAL_SEG, true); in parseSection()
|
/external/icu/icu4c/source/i18n/ |
D | rbt_pars.cpp | 90 static const UChar ILLEGAL_SEG[] = {123,125,124,64,0}; // "{}|@" variable 532 … pos = parseSection(rule, pos, limit, buf, UnicodeString(TRUE, ILLEGAL_SEG, -1), TRUE, status); in parseSection()
|