Home
last modified time | relevance | path

Searched defs:BACKSLASH (Results 1 – 23 of 23) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Didnaconf.cpp159 static const UChar BACKSLASH = 0x5c; in ReadOneLine() local
/external/icu/icu4c/source/common/
Dutil.cpp18 static const UChar BACKSLASH = 0x005C; /*\*/ variable
Ducnv_u7.c91 #define BACKSLASH 92 macro
Duniset_props.cpp63 #define BACKSLASH ((UChar)0x005C) /*\*/ macro
Duniset.cpp37 #define BACKSLASH ((UChar)0x005C) /*\*/ macro
/external/icu/icu4c/source/i18n/
Dselfmtimpl.h31 #define BACKSLASH ((UChar)0x005C) macro
Ddtptngen_impl.h31 #define BACKSLASH ((UChar)0x005C) macro
Dplurrule_impl.h38 static const UChar BACKSLASH = ((UChar)0x005C); variable
Duregex.cpp1325 static const UChar BACKSLASH = 0x5c; variable
Drematch.cpp278 static const UChar BACKSLASH = 0x5c; variable
/external/chromium_org/third_party/icu/source/i18n/
Dselfmtimpl.h36 #define BACKSLASH ((UChar)0x005C) macro
Dplurrule_impl.h35 #define BACKSLASH ((UChar)0x005C) macro
Ddtptngen_impl.h31 #define BACKSLASH ((UChar)0x005C) macro
Duregex.cpp1304 static const UChar BACKSLASH = 0x5c; variable
Drematch.cpp272 static const UChar BACKSLASH = 0x5c; variable
/external/chromium_org/third_party/icu/source/test/intltest/
Didnaconf.cpp160 static const UChar BACKSLASH = 0x5c; in ReadOneLine() local
/external/chromium_org/third_party/icu/source/common/
Dutil.cpp17 static const UChar BACKSLASH = 0x005C; /*\*/ variable
Ducnv_u7.c90 #define BACKSLASH 92 macro
Duniset_props.cpp63 #define BACKSLASH ((UChar)0x005C) /*\*/ macro
Duniset.cpp35 #define BACKSLASH ((UChar)0x005C) /*\*/ macro
/external/chromium_org/third_party/simplejson/
Ddecoder.py89 BACKSLASH = { variable
/external/nist-sip/java/gov/nist/core/
DLexerCore.java50 public static final int BACKSLASH = (int) '\\'; field in LexerCore
/external/nist-sip/java/gov/nist/javax/sip/parser/
DTokenTypes.java174 public static final int BACKSLASH = LexerCore.BACKSLASH; field