HomeSort by relevance Sort by last modified time
    Searched defs:BACKSLASH (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/common/
util.cpp 18 static const UChar BACKSLASH = 0x005C; /*\*/
81 result.append(BACKSLASH);
112 if (c == BACKSLASH) {
306 // We prefer backslash APOSTROPHE to double APOSTROPHE
316 rule.append(BACKSLASH).append(APOSTROPHE);
335 rule.append(BACKSLASH).append(APOSTROPHE);
357 (c == APOSTROPHE || c == BACKSLASH)) {
358 rule.append(BACKSLASH);
ucnv_u7.c 65 * - BACKSLASH
91 #define BACKSLASH 92
95 #define isLegalUTF7(c) (((uint8_t)((c)-32)<94 && (c)!=BACKSLASH) || isCRLFTAB(c))
256 * Backslash and Tilde and most control characters are not allowed in UTF-7.
851 * - BACKSLASH
    [all...]
uniset.cpp 37 #define BACKSLASH ((UChar)0x005C) /*\*/
    [all...]
uniset_props.cpp 63 #define BACKSLASH ((UChar)0x005C) /*\*/
76 //static const UChar PERL_OPEN[] = { BACKSLASH,LOWER_P,0 }; // "\\p"
78 //static const UChar NAME_OPEN[] = { BACKSLASH,UPPER_N,0 }; // "\\N"
290 return pattern.charAt(pos)==BACKSLASH && ((c=pattern.charAt(pos+1))==LOWER_P || c==UPPER_P);
300 return pattern.charAt(pos)==BACKSLASH && pattern.charAt(pos+1)==UPPER_N;
    [all...]
  /external/chromium_org/third_party/simplejson/
decoder.py 89 BACKSLASH = {
97 _b=BACKSLASH, _m=STRINGCHUNK.match):
124 # or a backslash denoting that an escape sequence follows
  /external/icu/icu4c/source/common/
util.cpp 18 static const UChar BACKSLASH = 0x005C; /*\*/
81 result.append(BACKSLASH);
112 if (c == BACKSLASH) {
306 // We prefer backslash APOSTROPHE to double APOSTROPHE
316 rule.append(BACKSLASH).append(APOSTROPHE);
335 rule.append(BACKSLASH).append(APOSTROPHE);
357 (c == APOSTROPHE || c == BACKSLASH)) {
358 rule.append(BACKSLASH);
ucnv_u7.c 65 * - BACKSLASH
91 #define BACKSLASH 92
95 #define isLegalUTF7(c) (((uint8_t)((c)-32)<94 && (c)!=BACKSLASH) || isCRLFTAB(c))
256 * Backslash and Tilde and most control characters are not allowed in UTF-7.
851 * - BACKSLASH
    [all...]
uniset.cpp 37 #define BACKSLASH ((UChar)0x005C) /*\*/
    [all...]
uniset_props.cpp 63 #define BACKSLASH ((UChar)0x005C) /*\*/
76 //static const UChar PERL_OPEN[] = { BACKSLASH,LOWER_P,0 }; // "\\p"
78 //static const UChar NAME_OPEN[] = { BACKSLASH,UPPER_N,0 }; // "\\N"
290 return pattern.charAt(pos)==BACKSLASH && ((c=pattern.charAt(pos+1))==LOWER_P || c==UPPER_P);
300 return pattern.charAt(pos)==BACKSLASH && pattern.charAt(pos+1)==UPPER_N;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
decoder.py 58 BACKSLASH = {
66 _b=BACKSLASH, _m=STRINGCHUNK.match):
93 # or a backslash denoting that an escape sequence follows
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
decoder.py 58 BACKSLASH = {
66 _b=BACKSLASH, _m=STRINGCHUNK.match):
93 # or a backslash denoting that an escape sequence follows
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeySpecParser.java 41 * Special character, comma ',' backslash '\', and bar '|' can be escaped by '\' character.
48 private static final char BACKSLASH = Constants.CODE_BACKSLASH;
76 if (text.indexOf(BACKSLASH) < 0) {
83 if (c == BACKSLASH && pos + 1 < length) {
96 if (keySpec.indexOf(BACKSLASH) < 0) {
109 if (c == BACKSLASH && pos + 1 < length) {
KeyboardTextsSet.java 35 private static final char BACKSLASH = Constants.CODE_BACKSLASH;
117 } else if (c == BACKSLASH) {
MoreKeySpec.java 38 * Special character, comma ',' backslash '\' can be escaped by '\' character.
116 private static final char BACKSLASH = Constants.CODE_BACKSLASH;
123 * A key specification can contain a character escaped by the backslash character, including a
143 // The characters in question in this loop are COMMA and BACKSLASH. These characters never
158 } else if (c == BACKSLASH) {
  /external/chromium_org/third_party/icu/source/i18n/
selfmtimpl.h 31 #define BACKSLASH ((UChar)0x005C)
dtptngen_impl.h 31 #define BACKSLASH ((UChar)0x005C)
plurrule_impl.h 38 static const UChar BACKSLASH = ((UChar)0x005C);
rematch.cpp 278 static const UChar BACKSLASH = 0x5c;
356 if (c == BACKSLASH) {
357 // Backslash Escape. Copy the following char out without further checks.
394 // Plain backslash escape. Just put out the escaped character.
    [all...]
uregex.cpp     [all...]
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/i18n/
selfmtimpl.h 31 #define BACKSLASH ((UChar)0x005C)
dtptngen_impl.h 31 #define BACKSLASH ((UChar)0x005C)
plurrule_impl.h 38 static const UChar BACKSLASH = ((UChar)0x005C);
  /external/icu/icu4c/source/test/intltest/
idnaconf.cpp 151 * All lines ending in a backslash (\) and immediately followed by a newline
159 static const UChar BACKSLASH = 0x5c;
168 if (c == BACKSLASH && curOffset < len -1){ // escaped new line mark
  /external/nist-sip/java/gov/nist/core/
LexerCore.java 50 public static final int BACKSLASH = (int) '\\';

Completed in 1025 milliseconds

1 2