HomeSort by relevance Sort by last modified time
    Searched refs:BACKSLASH (Results 1 - 13 of 13) sorted by null

  /external/icu4c/common/
util.cpp 17 static const UChar BACKSLASH = 0x005C; /*\*/
80 result.append(BACKSLASH);
111 if (c == BACKSLASH) {
310 // We prefer backslash APOSTROPHE to double APOSTROPHE
320 rule.append(BACKSLASH).append(APOSTROPHE);
339 rule.append(BACKSLASH).append(APOSTROPHE);
361 (c == APOSTROPHE || c == BACKSLASH)) {
362 rule.append(BACKSLASH);
uniset_props.cpp 61 #define BACKSLASH ((UChar)0x005C) /*\*/
74 //static const UChar PERL_OPEN[] = { BACKSLASH,LOWER_P,0 }; // "\\p"
76 //static const UChar NAME_OPEN[] = { BACKSLASH,UPPER_N,0 }; // "\\N"
219 return pattern.charAt(pos)==BACKSLASH && ((c=pattern.charAt(pos+1))==LOWER_P || c==UPPER_P);
229 return pattern.charAt(pos)==BACKSLASH && pattern.charAt(pos+1)==UPPER_N;
    [all...]
uniset.cpp 35 #define BACKSLASH ((UChar)0x005C) /*\*/
    [all...]
ucnv_u7.c 64 * - BACKSLASH
90 #define BACKSLASH 92
94 #define isLegalUTF7(c) (((uint8_t)((c)-32)<94 && (c)!=BACKSLASH) || isCRLFTAB(c))
255 * Backslash and Tilde and most control characters are not allowed in UTF-7.
825 * - BACKSLASH
    [all...]
  /external/webkit/WebKitTools/simplejson/
decoder.py 61 BACKSLASH = {
68 def scanstring(s, end, encoding=None, _b=BACKSLASH, _m=STRINGCHUNK.match):
  /external/icu4c/test/intltest/
idnaconf.cpp 152 * All lines ending in a backslash (\) and immediately followed by a newline
160 static const UChar BACKSLASH = 0x5c;
169 if (c == BACKSLASH && curOffset < len -1){ // escaped new line mark
  /external/icu4c/i18n/
plurrule_impl.h 35 #define BACKSLASH ((UChar)0x005C)
dtptngen_impl.h 31 #define BACKSLASH ((UChar)0x005C)
uregex.cpp 856 static const UChar BACKSLASH = 0x5c;
935 if (c != DOLLARSIGN && c != BACKSLASH) {
942 if (c == BACKSLASH) {
943 // Backslash Escape. Copy the following char out without further checks.
974 // Plain backslash escape. Just put out the escaped character.
    [all...]
rematch.cpp 187 static const UChar BACKSLASH = 0x5c;
225 if (c == BACKSLASH) {
226 // Backslash Escape. Copy the following char out without further checks.
247 // Plain backslash escape. Just put out the escaped character.
    [all...]
dtptngen.cpp     [all...]
  /external/qemu/android/skin/
keyset.c 120 _KEYSYM1_(BACKSLASH) \
  /external/qemu/android/
hw-events.h 87 KEY_CODE(BACKSLASH ,43) \

Completed in 203 milliseconds