Searched defs:BACKSLASH (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/simplejson/
H A Ddecoder.py89 BACKSLASH = { variable
97 _b=BACKSLASH, _m=STRINGCHUNK.match):
/external/chromium_org/third_party/icu/source/common/
H A Ducnv_u7.c64 * - BACKSLASH
90 #define BACKSLASH 92 macro
94 #define isLegalUTF7(c) (((uint8_t)((c)-32)<94 && (c)!=BACKSLASH) || isCRLFTAB(c))
825 * - BACKSLASH
H A Dutil.cpp17 static const UChar BACKSLASH = 0x005C; /*\*/ variable
80 result.append(BACKSLASH);
111 if (c == BACKSLASH) {
320 rule.append(BACKSLASH).append(APOSTROPHE);
339 rule.append(BACKSLASH).append(APOSTROPHE);
361 (c == APOSTROPHE || c == BACKSLASH)) {
362 rule.append(BACKSLASH);
H A Duniset.cpp35 #define BACKSLASH ((UChar)0x005C) /*\*/ macro
1920 case BACKSLASH:
1925 buf.append(BACKSLASH);
1930 buf.append(BACKSLASH);
1963 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"
291 return pattern.charAt(pos)==BACKSLASH && ((c=pattern.charAt(pos+1))==LOWER_P || c==UPPER_P);
301 return pattern.charAt(pos)==BACKSLASH && pattern.charAt(pos+1)==UPPER_N;
/external/chromium_org/third_party/icu/source/i18n/
H A Dselfmtimpl.h36 #define BACKSLASH ((UChar)0x005C) macro
H A Ddtptngen_impl.h31 #define BACKSLASH ((UChar)0x005C) macro
H A Dplurrule_impl.h35 #define BACKSLASH ((UChar)0x005C) macro
H A Duregex.cpp1304 static const UChar BACKSLASH = 0x5c; variable
1400 if (c != DOLLARSIGN && c != BACKSLASH) {
1407 if (c == BACKSLASH) {
H A Drematch.cpp272 static const UChar BACKSLASH = 0x5c; variable
350 if (c == BACKSLASH) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Didnaconf.cpp160 static const UChar BACKSLASH = 0x5c; local
169 if (c == BACKSLASH && curOffset < len -1){ // escaped new line mark
/external/icu4c/common/
H A Ducnv_u7.c65 * - BACKSLASH
91 #define BACKSLASH 92 macro
95 #define isLegalUTF7(c) (((uint8_t)((c)-32)<94 && (c)!=BACKSLASH) || isCRLFTAB(c))
851 * - BACKSLASH
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.cpp37 #define BACKSLASH ((UChar)0x005C) /*\*/ macro
1922 case BACKSLASH:
1927 buf.append(BACKSLASH);
1932 buf.append(BACKSLASH);
1965 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;
/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 Drematch.cpp278 static const UChar BACKSLASH = 0x5c; variable
356 if (c == BACKSLASH) {
H A Duregex.cpp1322 static const UChar BACKSLASH = 0x5c; variable
1419 if (c != DOLLARSIGN && c != BACKSLASH) {
1426 if (c == BACKSLASH) {
/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/nist-sip/java/gov/nist/core/
H A DLexerCore.java50 public static final int BACKSLASH = (int) '\\'; field in class:LexerCore
/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/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/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 594 milliseconds