Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DTransliteratorParser.java189 private static UnicodeSet ILLEGAL_FUNC = new UnicodeSet("[\\^\\(\\.\\*\\+\\?\\{\\}\\|\\@]"); field in TransliteratorParser
605 pos = parseSection(rule, iref[0], limit, parser, buf, ILLEGAL_FUNC, true); in parseSection()
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliteratorParser.java188 private static UnicodeSet ILLEGAL_FUNC = new UnicodeSet("[\\^\\(\\.\\*\\+\\?\\{\\}\\|\\@]"); field in TransliteratorParser
604 pos = parseSection(rule, iref[0], limit, parser, buf, ILLEGAL_FUNC, true); in parseSection()
/external/icu/icu4c/source/i18n/
Drbt_pars.cpp91 static const UChar ILLEGAL_FUNC[] = {94,40,46,42,43,63,123,125,124,64,0}; // "^(.*+?{}|@" variable
572 … pos = parseSection(rule, iref, limit, buf, UnicodeString(TRUE, ILLEGAL_FUNC, -1), TRUE, status); in parseSection()