Searched refs:BACKSLASH (Results 1 - 18 of 18) sorted by relevance

/external/nist-sip/java/gov/nist/core/
H A DLexerCore.java50 public static final int BACKSLASH = (int) '\\'; field in class:LexerCore
/external/icu4c/common/
H A Dutil.cpp18 static const UChar BACKSLASH = 0x005C; /*\*/ variable
81 result.append(BACKSLASH);
112 if (c == BACKSLASH) {
316 rule.append(BACKSLASH).append(APOSTROPHE);
335 rule.append(BACKSLASH).append(APOSTROPHE);
357 (c == APOSTROPHE || c == BACKSLASH)) {
358 rule.append(BACKSLASH);
H A Duniset.cpp36 #define BACKSLASH ((UChar)0x005C) /*\*/ macro
1921 case BACKSLASH:
1926 buf.append(BACKSLASH);
1931 buf.append(BACKSLASH);
1964 if (c == BACKSLASH) {
H A Duniset_props.cpp63 #define BACKSLASH ((UChar)0x005C) /*\*/ macro
76 //static const UChar PERL_OPEN[] = { BACKSLASH,LOWER_P,0 }; // "\\p"
78 //static const UChar NAME_OPEN[] = { BACKSLASH,UPPER_N,0 }; // "\\N"
292 return pattern.charAt(pos)==BACKSLASH && ((c=pattern.charAt(pos+1))==LOWER_P || c==UPPER_P);
302 return pattern.charAt(pos)==BACKSLASH && pattern.charAt(pos+1)==UPPER_N;
H A Ducnv_u7.c64 * - BACKSLASH
90 #define BACKSLASH 92 macro
94 #define isLegalUTF7(c) (((uint8_t)((c)-32)<94 && (c)!=BACKSLASH) || isCRLFTAB(c))
849 * - BACKSLASH
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DTokenTypes.java174 public static final int BACKSLASH = LexerCore.BACKSLASH; field in interface:TokenTypes
/external/icu4c/i18n/
H A Dselfmtimpl.h31 #define BACKSLASH ((UChar)0x005C) macro
H A Dplurrule_impl.h32 #define BACKSLASH ((UChar)0x005C) macro
H A Ddtptngen_impl.h31 #define BACKSLASH ((UChar)0x005C) macro
H A Duregex.cpp1321 static const UChar BACKSLASH = 0x5c; variable
1417 if (c != DOLLARSIGN && c != BACKSLASH) {
1424 if (c == BACKSLASH) {
H A Ddtptngen.cpp1824 if ( (c==SINGLE_QUOTE) || (c==BACKSLASH) || (c==SPACE) || (c==COLON) ||
H A Drematch.cpp272 static const UChar BACKSLASH = 0x5c; variable
350 if (c == BACKSLASH) {
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
H A Ddecoder.py61 BACKSLASH = { variable
68 def scanstring(s, end, encoding=None, _b=BACKSLASH, _m=STRINGCHUNK.match):
/external/icu4c/test/intltest/
H A Didnaconf.cpp160 static const UChar BACKSLASH = 0x5c; local
169 if (c == BACKSLASH && curOffset < len -1){ // escaped new line mark
/external/qemu/android/skin/
H A Dkeyset.c120 _KEYSYM1_(BACKSLASH) \
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/internal/ ...
/external/qemu/android/
H A Dhw-events.h98 KEY_CODE(BACKSLASH ,43) \
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 557 milliseconds