Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregextxt.h41 #define U_REGEX_UTEXT_UNESCAPE_CONTEXT(text) { (text), -1 } macro
Dregexcmp.cpp4096 … struct URegexUTextUnescapeCharContext context = U_REGEX_UTEXT_UNESCAPE_CONTEXT(fRXPat->fPattern); in nextChar()
Drematch.cpp361 … struct URegexUTextUnescapeCharContext context = U_REGEX_UTEXT_UNESCAPE_CONTEXT(replacement); in appendReplacement()