Home
last modified time | relevance | path

Searched refs:U_REGEX_SET_CONTAINS_STRING (Results 1 – 5 of 5) sorted by relevance

/external/icu/libicu/cts_headers/unicode/
Dutypes.h624 U_REGEX_SET_CONTAINS_STRING, /**< Regexps cannot have UnicodeSets containing strings.*/ enumerator
628 …U_REGEX_MISSING_CLOSE_BRACKET=U_REGEX_SET_CONTAINS_STRING+2, /**< Missing closing bracket on a bra…
/external/icu/icu4c/source/common/unicode/
Dutypes.h624 U_REGEX_SET_CONTAINS_STRING, /**< Regexps cannot have UnicodeSets containing strings.*/ enumerator
628 …U_REGEX_MISSING_CLOSE_BRACKET=U_REGEX_SET_CONTAINS_STRING+2, /**< Missing closing bracket on a bra…
/external/icu/libicu/ndk_headers/unicode/
Dutypes.h624 U_REGEX_SET_CONTAINS_STRING, /**< Regexps cannot have UnicodeSets containing strings.*/ enumerator
628 …U_REGEX_MISSING_CLOSE_BRACKET=U_REGEX_SET_CONTAINS_STRING+2, /**< Missing closing bracket on a bra…
/external/icu/libandroidicu/include/unicode/
Dutypes.h624 U_REGEX_SET_CONTAINS_STRING, /**< Regexps cannot have UnicodeSets containing strings.*/ enumerator
628 …U_REGEX_MISSING_CLOSE_BRACKET=U_REGEX_SET_CONTAINS_STRING+2, /**< Missing closing bracket on a bra…
/external/icu/android_icu4j/libcore_bridge/src/native/
Dcom_android_icu_util_regex_PatternNative.cpp53 …case U_REGEX_SET_CONTAINS_STRING: return "Regular expressions cannot have UnicodeSets containing s… in regexDetailMessage()