Home
last modified time | relevance | path

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

/external/icu4c/common/
Drbbiscan.cpp755 static const UChar chBackSlash = 0x5c; // '\' introduces a char escape variable
899 if (c.fChar == chBackSlash) { in nextChar()
/external/chromium_org/third_party/icu/source/common/
Drbbiscan.cpp754 static const UChar chBackSlash = 0x5c; // '\' introduces a char escape variable
898 if (c.fChar == chBackSlash) { in nextChar()
/external/icu4c/i18n/
Dregexcmp.cpp3600 static const UChar chBackSlash = 0x5c; // '\' introduces a char escape variable
3682 if ((c.fChar==chBackSlash && peekCharLL()==chE && ((fModeFlags & UREGEX_LITERAL) == 0)) || in nextChar()
3733 if (c.fChar == chBackSlash) { in nextChar()
/external/chromium_org/third_party/icu/source/i18n/
Dregexcmp.cpp3625 static const UChar chBackSlash = 0x5c; // '\' introduces a char escape variable
3707 if ((c.fChar==chBackSlash && peekCharLL()==chE) || c.fChar == (UChar32)-1) { in nextChar()
3757 if (c.fChar == chBackSlash) { in nextChar()