Searched refs:fUnescapeCharSet (Results 1 – 12 of 12) sorted by relevance
/third_party/icu/icu4c/source/i18n/ |
D | regexst.h | 48 UnicodeSet fUnescapeCharSet {}; // Set of chars handled by unescape when
|
D | regexst.cpp | 77 fUnescapeCharSet.addAll(UnicodeString(true, gUnescapeChars, -1)).freeze(); in RegexStaticSets()
|
D | regexcmp.cpp | 4091 if (RegexStaticSets::gStaticSets->fUnescapeCharSet.contains(peekCharLL())) { in nextChar()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | regexst.h | 48 UnicodeSet fUnescapeCharSet {}; // Set of chars handled by unescape when
|
D | regexst.cpp | 77 fUnescapeCharSet.addAll(UnicodeString(true, gUnescapeChars, -1)).freeze(); in RegexStaticSets()
|
D | regexcmp.cpp | 4091 if (RegexStaticSets::gStaticSets->fUnescapeCharSet.contains(peekCharLL())) { in nextChar()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | regexst.h | 48 UnicodeSet fUnescapeCharSet {}; // Set of chars handled by unescape when
|
D | regexst.cpp | 77 fUnescapeCharSet.addAll(UnicodeString(true, gUnescapeChars, -1)).freeze(); in RegexStaticSets()
|
D | regexcmp.cpp | 4094 if (RegexStaticSets::gStaticSets->fUnescapeCharSet.contains(peekCharLL())) { in nextChar()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | regexst.h | 48 UnicodeSet fUnescapeCharSet; // Set of chars handled by unescape when variable
|
D | regexst.cpp | 148 fUnescapeCharSet(UnicodeString(TRUE, gUnescapeCharPattern, -1), *status), in RegexStaticSets()
|
D | regexcmp.cpp | 4075 if (RegexStaticSets::gStaticSets->fUnescapeCharSet.contains(peekCharLL())) { in nextChar()
|