Searched defs:PARSE_ESCAPES (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
H A Druleiter.h80 * PARSE_ESCAPES) != 0, then an embedded escape sequence will be expanded
83 enum { PARSE_ESCAPES = 2 }; enumerator in enum:RuleCharacterIterator::__anon7882
116 * together: PARSE_VARIABLES, PARSE_ESCAPES, SKIP_WHITESPACE.
121 * variable name is seen, or if options includes PARSE_ESCAPES and
175 * together: PARSE_VARIABLES, PARSE_ESCAPES, SKIP_WHITESPACE.
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DRuleCharacterIterator.java82 * PARSE_ESCAPES) != 0, then an embedded escape sequence will be expanded
85 public static final int PARSE_ESCAPES = 2; field in class:RuleCharacterIterator
128 * together: PARSE_VARIABLES, PARSE_ESCAPES, SKIP_WHITESPACE.
165 if (c == '\\' && (options & PARSE_ESCAPES) != 0) {
248 * together: PARSE_VARIABLES, PARSE_ESCAPES, SKIP_WHITESPACE.
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DRuleCharacterIterator.java81 * PARSE_ESCAPES) != 0, then an embedded escape sequence will be expanded
84 public static final int PARSE_ESCAPES = 2; field in class:RuleCharacterIterator
127 * together: PARSE_VARIABLES, PARSE_ESCAPES, SKIP_WHITESPACE.
164 if (c == '\\' && (options & PARSE_ESCAPES) != 0) {
247 * together: PARSE_VARIABLES, PARSE_ESCAPES, SKIP_WHITESPACE.

Completed in 454 milliseconds