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

1 2

  /external/nist-sip/java/gov/nist/core/
LexerCore.java 50 public static final int BACKSLASH = (int) '\\';
  /external/icu/icu4c/source/common/
util.cpp 20 static const UChar BACKSLASH = 0x005C; /*\*/
83 result.append(BACKSLASH);
114 if (c == BACKSLASH) {
308 // We prefer backslash APOSTROPHE to double APOSTROPHE
318 rule.append(BACKSLASH).append(APOSTROPHE);
337 rule.append(BACKSLASH).append(APOSTROPHE);
359 (c == APOSTROPHE || c == BACKSLASH)) {
360 rule.append(BACKSLASH);
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...]
uniset.cpp 39 #define BACKSLASH ((UChar)0x005C) /*\*/
    [all...]
ucnv_u7.c 68 * - BACKSLASH
94 #define BACKSLASH 92
98 #define isLegalUTF7(c) (((uint8_t)((c)-32)<94 && (c)!=BACKSLASH) || isCRLFTAB(c))
259 * Backslash and Tilde and most control characters are not allowed in UTF-7.
854 * - BACKSLASH
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeySpecParser.java 44 * Special character, comma ',' backslash '\', and bar '|' can be escaped by '\' character.
51 private static final char BACKSLASH = Constants.CODE_BACKSLASH;
80 if (text.indexOf(BACKSLASH) < 0) {
87 if (c == BACKSLASH && pos + 1 < length) {
100 if (keySpec.indexOf(BACKSLASH) < 0) {
113 if (c == BACKSLASH && pos + 1 < length) {
KeyboardTextsSet.java 36 private static final char BACKSLASH = Constants.CODE_BACKSLASH;
113 } else if (c == BACKSLASH) {
MoreKeySpec.java 42 * Special character, comma ',' backslash '\' can be escaped by '\' character.
174 private static final char BACKSLASH = Constants.CODE_BACKSLASH;
181 * A key specification can contain a character escaped by the backslash character, including a
202 // The characters in question in this loop are COMMA and BACKSLASH. These characters never
217 } else if (c == BACKSLASH) {
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 174 public static final int BACKSLASH = LexerCore.BACKSLASH;
  /external/icu/icu4c/source/i18n/
selfmtimpl.h 33 #define BACKSLASH ((UChar)0x005C)
dtptngen_impl.h 34 #define BACKSLASH ((UChar)0x005C)
plurrule_impl.h 44 static const UChar BACKSLASH = ((UChar)0x005C);
uregex.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
decoder.py 58 BACKSLASH = {
76 _b=BACKSLASH, _m=STRINGCHUNK.match):
103 # or a backslash denoting that an escape sequence follows
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
decoder.py 58 BACKSLASH = {
66 _b=BACKSLASH, _m=STRINGCHUNK.match):
93 # or a backslash denoting that an escape sequence follows
  /external/icu/icu4c/source/test/intltest/
idnaconf.cpp 153 * All lines ending in a backslash (\) and immediately followed by a newline
161 static const UChar BACKSLASH = 0x5c;
170 if (c == BACKSLASH && curOffset < len -1){ // escaped new line mark
  /external/python/cpython2/Lib/json/
decoder.py 56 BACKSLASH = {
74 _b=BACKSLASH, _m=STRINGCHUNK.match):
101 # or a backslash denoting that an escape sequence follows
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Utility.java 28 private static final char BACKSLASH = '\\';
677 // Represent control characters, backslash and double quote
726 // Represent control characters, backslash and double quote
753 * Unicode escapes, and convert backslash to a double backslash.
795 * <em>after</em> the backslash. Upon return offset16[0] will
913 * the backslash to generically escape the next character. */
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Utility.java 24 private static final char BACKSLASH = '\\';
673 // Represent control characters, backslash and double quote
722 // Represent control characters, backslash and double quote
749 * Unicode escapes, and convert backslash to a double backslash.
791 * <em>after</em> the backslash. Upon return offset16[0] will
909 * the backslash to generically escape the next character. */
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetUTF7.java 76 private static final byte BACKSLASH=92;
90 ((char)(c - 32) < 94 && (c != BACKSLASH)) || isCRLFTAB(c)
221 * Backslash and Tilde and most control characters are not alled in UTF-7.
    [all...]
  /frameworks/native/include/input/
InputEventLabels.h 115 DEFINE_KEYCODE(BACKSLASH),

Completed in 686 milliseconds

1 2