Home
last modified time | relevance | path

Searched refs:ILLEGAL_SEG (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DTransliteratorParser.java188 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/
DTransliteratorParser.java187 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/
Drbt_pars.cpp90 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()