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

/macosx-10.10.1/ICU-531.30/icuSources/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_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"
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;
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 Ducnv_u7.c65 * - BACKSLASH
91 #define BACKSLASH 92 macro
95 #define isLegalUTF7(c) (((uint8_t)((c)-32)<94 && (c)!=BACKSLASH) || isCRLFTAB(c))
851 * - BACKSLASH
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dselfmtimpl.h31 #define BACKSLASH ((UChar)0x005C) macro
H A Ddtptngen_impl.h31 #define BACKSLASH ((UChar)0x005C) macro
H A Dplurrule_impl.h38 static const UChar BACKSLASH = ((UChar)0x005C); variable
H A Duregex.cpp1325 static const UChar BACKSLASH = 0x5c; variable
1422 if (c != DOLLARSIGN && c != BACKSLASH) {
1429 if (c == BACKSLASH) {
H A Drematch.cpp278 static const UChar BACKSLASH = 0x5c; variable
356 if (c == BACKSLASH) {
H A Ddtptngen.cpp1910 if ( (c==SINGLE_QUOTE) || (c==BACKSLASH) || (c==SPACE) || (c==COLON) ||
/macosx-10.10.1/sudo-73/src/
H A Dtoke.l223 LEXTRACE("BACKSLASH ");
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Didnaconf.cpp159 static const UChar BACKSLASH = 0x5c; local
168 if (c == BACKSLASH && curOffset < len -1){ // escaped new line mark

Completed in 173 milliseconds