Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dselfmtimpl.h33 #define BACKSLASH ((UChar)0x005C) macro
Ddtptngen_impl.h37 #define BACKSLASH ((UChar)0x005C) macro
Dplurrule_impl.h50 static const UChar BACKSLASH = ((UChar) 0x005C); variable
Duregex.cpp1318 static const UChar BACKSLASH = 0x5c; variable
Drematch.cpp267 static const UChar BACKSLASH = 0x5c; variable
/external/icu/icu4c/source/common/
Dutil.cpp20 static const UChar BACKSLASH = 0x005C; /*\*/ variable
Ducnv_u7.cpp94 #define BACKSLASH 92 macro
Duniset_props.cpp57 #define BACKSLASH ((UChar)0x005C) /*\*/ macro
Duniset.cpp40 #define BACKSLASH ((UChar)0x005C) /*\*/ macro
/external/icu/icu4c/source/test/intltest/
Didnaconf.cpp161 static const UChar BACKSLASH = 0x5c; in ReadOneLine() local
/external/python/cpython3/Lib/json/
Ddecoder.py54 BACKSLASH = { variable
/external/python/cpython2/Lib/json/
Ddecoder.py56 BACKSLASH = { variable
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetUTF7.java76 private static final byte BACKSLASH=92; field in CharsetUTF7
/external/swiftshader/third_party/SPIRV-Tools/test/
Dtext_word_get_test.cpp26 #define BACKSLASH R"(\)" macro
/external/deqp-deps/SPIRV-Tools/test/
Dtext_word_get_test.cpp26 #define BACKSLASH R"(\)" macro
/external/nist-sip/java/gov/nist/javax/sip/parser/
DTokenTypes.java174 public static final int BACKSLASH = LexerCore.BACKSLASH; field
/external/nist-sip/java/gov/nist/core/
DLexerCore.java50 public static final int BACKSLASH = (int) '\\'; field in LexerCore
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUtility.java24 private static final char BACKSLASH = '\\'; field in Utility
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUtility.java28 private static final char BACKSLASH = '\\'; field in Utility