HomeSort by relevance Sort by last modified time
    Searched refs:PARSE_ESCAPES (Results 1 - 4 of 4) sorted by null

  /external/icu4c/common/
ruleiter.h 78 * PARSE_ESCAPES) != 0, then an embedded escape sequence will be expanded
81 enum { PARSE_ESCAPES = 2 };
114 * together: PARSE_VARIABLES, PARSE_ESCAPES, SKIP_WHITESPACE.
119 * variable name is seen, or if options includes PARSE_ESCAPES and
173 * together: PARSE_VARIABLES, PARSE_ESCAPES, SKIP_WHITESPACE.
ruleiter.cpp 71 if (c == 0x5C /*'\\'*/ && (options & PARSE_ESCAPES) != 0) {
uniset_props.cpp 456 RuleCharacterIterator::PARSE_ESCAPES;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 222 milliseconds