Home
last modified time | relevance | path

Searched refs:chBackSlash (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Drbbiscan.cpp818 static const UChar chBackSlash = 0x5c; // '\' introduces a char escape variable
961 if (c.fChar == chBackSlash) { in nextChar()
/external/icu/icu4c/source/i18n/
Dregexcmp.cpp3951 static const UChar chBackSlash = 0x5c; // '\' introduces a char escape variable
4033 if ((c.fChar==chBackSlash && peekCharLL()==chE && ((fModeFlags & UREGEX_LITERAL) == 0)) || in nextChar()
4086 if (c.fChar == chBackSlash) { in nextChar()