Home
last modified time | relevance | path

Searched defs:escapedChar (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/
Duregex.cpp1437 UChar32 escapedChar = in appendReplacement() local
Drematch.cpp364 … UChar32 escapedChar = u_unescapeAt(uregex_utext_unescape_charAt, &offset, INT32_MAX, &context); in appendReplacement() local
/third_party/skia/third_party/externals/icu/source/i18n/
Duregex.cpp1437 UChar32 escapedChar = in appendReplacement() local
Drematch.cpp364 … UChar32 escapedChar = u_unescapeAt(uregex_utext_unescape_charAt, &offset, INT32_MAX, &context); in appendReplacement() local
/third_party/icu/icu4c/source/i18n/
Duregex.cpp1437 UChar32 escapedChar = in appendReplacement() local
Drematch.cpp364 … UChar32 escapedChar = u_unescapeAt(uregex_utext_unescape_charAt, &offset, INT32_MAX, &context); in appendReplacement() local
/third_party/icu/icu4c/source/test/cintltst/
Dcloctst.c623 char escapedChar; in UCharsToEscapedAscii() member