Home
last modified time | relevance | path

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

/external/icu4c/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.cpp1192 static const UChar BACKSLASH = 0x5c; variable
Drematch.cpp263 static const UChar BACKSLASH = 0x5c; variable
/external/icu4c/test/intltest/
Didnaconf.cpp160 static const UChar BACKSLASH = 0x5c; in ReadOneLine() local
/external/chromium/third_party/icu/source/test/intltest/
Didnaconf.cpp160 static const UChar BACKSLASH = 0x5c; in ReadOneLine() local
/external/webkit/WebKitTools/simplejson/
Ddecoder.py61 BACKSLASH = { variable
/external/chromium/third_party/icu/source/common/
Dutil.cpp17 static const UChar BACKSLASH = 0x005C; /*\*/ variable
Ducnv_u7.c90 #define BACKSLASH 92 macro
Duniset_props.cpp61 #define BACKSLASH ((UChar)0x005C) /*\*/ macro
Duniset.cpp35 #define BACKSLASH ((UChar)0x005C) /*\*/ macro
/external/icu4c/common/
Dutil.cpp17 static const UChar BACKSLASH = 0x005C; /*\*/ variable
Ducnv_u7.c90 #define BACKSLASH 92 macro
Duniset_props.cpp64 #define BACKSLASH ((UChar)0x005C) /*\*/ macro
Duniset.cpp35 #define BACKSLASH ((UChar)0x005C) /*\*/ macro
/external/chromium/third_party/icu/source/i18n/
Dplurrule_impl.h35 #define BACKSLASH ((UChar)0x005C) macro
Ddtptngen_impl.h31 #define BACKSLASH ((UChar)0x005C) macro
Drematch.cpp187 static const UChar BACKSLASH = 0x5c; variable
Duregex.cpp856 static const UChar BACKSLASH = 0x5c; 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