Home
last modified time | relevance | path

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

/external/icu4c/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/icu4c/test/intltest/
Didnaconf.cpp160 static const UChar BACKSLASH = 0x5c; in ReadOneLine() local
/external/icu4c/i18n/
Dselfmtimpl.h31 #define BACKSLASH ((UChar)0x005C) macro
Dplurrule_impl.h32 #define BACKSLASH ((UChar)0x005C) macro
Ddtptngen_impl.h31 #define BACKSLASH ((UChar)0x005C) macro
Duregex.cpp1322 static const UChar BACKSLASH = 0x5c; variable
Drematch.cpp278 static const UChar BACKSLASH = 0x5c; variable
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
Ddecoder.py61 BACKSLASH = { variable
/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