/third_party/icu/icu4c/source/common/ |
H A D | util.cpp | 20 static const UChar BACKSLASH = 0x005C; /*\*/ variable 99 result.append(BACKSLASH); in escape() 128 if (c == BACKSLASH) { 342 rule.append(BACKSLASH).append(APOSTROPHE); in appendToRule() 361 rule.append(BACKSLASH).append(APOSTROPHE); in appendToRule() 383 (c == APOSTROPHE || c == BACKSLASH)) { in appendToRule() 384 rule.append(BACKSLASH); in appendToRule()
|
H A D | ucnv_u7.cpp | 68 * - BACKSLASH 94 #define BACKSLASH 92 macro 98 #define isLegalUTF7(c) (((uint8_t)((c)-32)<94 && (c)!=BACKSLASH) || isCRLFTAB(c)) 857 * - BACKSLASH
|
/third_party/node/deps/icu-small/source/common/ |
H A D | util.cpp | 20 static const char16_t BACKSLASH = 0x005C; /*\*/ variable 99 result.append(BACKSLASH); in escape() 128 if (c == BACKSLASH) { 342 rule.append(BACKSLASH).append(APOSTROPHE); in appendToRule() 361 rule.append(BACKSLASH).append(APOSTROPHE); in appendToRule() 383 (c == APOSTROPHE || c == BACKSLASH)) { in appendToRule() 384 rule.append(BACKSLASH); in appendToRule()
|
H A D | ucnv_u7.cpp | 68 * - BACKSLASH 94 #define BACKSLASH 92 macro 98 #define isLegalUTF7(c) (((uint8_t)((c)-32)<94 && (c)!=BACKSLASH) || isCRLFTAB(c)) 857 * - BACKSLASH
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | util.cpp | 20 static const UChar BACKSLASH = 0x005C; /*\*/ variable 83 result.append(BACKSLASH); in escapeUnprintable() 114 if (c == BACKSLASH) { 328 rule.append(BACKSLASH).append(APOSTROPHE); in appendToRule() 347 rule.append(BACKSLASH).append(APOSTROPHE); in appendToRule() 369 (c == APOSTROPHE || c == BACKSLASH)) { in appendToRule() 370 rule.append(BACKSLASH); in appendToRule()
|
H A D | ucnv_u7.cpp | 68 * - BACKSLASH 94 #define BACKSLASH 92 macro 98 #define isLegalUTF7(c) (((uint8_t)((c)-32)<94 && (c)!=BACKSLASH) || isCRLFTAB(c)) 857 * - BACKSLASH
|
/third_party/pulseaudio/src/modules/ |
H A D | udev-util.c | 79 BACKSLASH, in proplist_sets_unescape() enumerator 93 state = BACKSLASH; in proplist_sets_unescape() 98 case BACKSLASH: in proplist_sets_unescape() 143 case BACKSLASH: in proplist_sets_unescape()
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_pyparse.py | 151 (NONE, BACKSLASH, FIRST, NEXT, BRACKET) = range(5) 173 TestInfo('a = (1 + 2) - 5 *\\\n', [0, 1], BACKSLASH), # No bracket. 201 (NONE, BACKSLASH, FIRST, NEXT, BRACKET) = range(5) 207 TestInfo('a = (1 + 2) - 5 *\\\n', BACKSLASH),
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | text_word_get_test.cpp | 26 #define BACKSLASH R"(\)" macro 191 AutoText input(BACKSLASH); 199 ASSERT_STREQ(BACKSLASH, word.c_str()); 203 AutoText input("word" BACKSLASH); 211 ASSERT_STREQ("word" BACKSLASH, word.c_str()); 215 AutoText input("w" BACKSLASH QUOTE "o" BACKSLASH NEWLINE "r" BACKSLASH ";d"); 227 AutoText input("word" BACKSLASH BACKSLASH " ab [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | text_word_get_test.cpp | 26 #define BACKSLASH R"(\)" macro 191 AutoText input(BACKSLASH); 199 ASSERT_STREQ(BACKSLASH, word.c_str()); 203 AutoText input("word" BACKSLASH); 211 ASSERT_STREQ("word" BACKSLASH, word.c_str()); 215 AutoText input("w" BACKSLASH QUOTE "o" BACKSLASH NEWLINE "r" BACKSLASH ";d"); 227 AutoText input("word" BACKSLASH BACKSLASH " ab [all...] |
/third_party/spirv-tools/test/ |
H A D | text_word_get_test.cpp | 26 #define BACKSLASH R"(\)" macro 191 AutoText input(BACKSLASH); 199 ASSERT_STREQ(BACKSLASH, word.c_str()); 203 AutoText input("word" BACKSLASH); 211 ASSERT_STREQ("word" BACKSLASH, word.c_str()); 215 AutoText input("w" BACKSLASH QUOTE "o" BACKSLASH NEWLINE "r" BACKSLASH ";d"); 227 AutoText input("word" BACKSLASH BACKSLASH " ab [all...] |
/third_party/skia/third_party/externals/freetype/builds/os2/ |
H A D | detect.mk | 33 SEP := $(BACKSLASH)
|
/third_party/skia/third_party/externals/freetype/builds/ |
H A D | detect.mk | 55 # We define the BACKSLASH variable to hold a single back-slash character. 67 BACKSLASH := $(strip \ ) macro
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | idnaconf.cpp | 87 static const UChar BACKSLASH = 0x5c; in ReadOneLine() local 96 if (c == BACKSLASH && curOffset < len -1){ // escaped new line mark in ReadOneLine()
|
/third_party/python/Lib/json/ |
H A D | decoder.py | 54 BACKSLASH = { variable 70 _b=BACKSLASH, _m=STRINGCHUNK.match):
|
/third_party/icu/icu4c/source/i18n/ |
H A D | selfmtimpl.h | 33 #define BACKSLASH ((UChar)0x005C) macro
|
H A D | plurrule_impl.h | 56 static const UChar BACKSLASH = ((UChar) 0x005C); member
|
H A D | dtptngen_impl.h | 37 #define BACKSLASH ((UChar)0x005C) macro
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | selfmtimpl.h | 33 #define BACKSLASH ((char16_t)0x005C) macro
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | selfmtimpl.h | 33 #define BACKSLASH ((UChar)0x005C) macro
|
/third_party/skia/third_party/externals/freetype/builds/dos/ |
H A D | detect.mk | 132 SEP := $(BACKSLASH)
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | Utility.java | 26 private static final char BACKSLASH = '\\'; field in Utility 1621 if (c == BACKSLASH) { in quotedIndexOf() 1672 rule.append(BACKSLASH).append(APOSTROPHE); in appendToRule() 1691 rule.append(BACKSLASH).append(APOSTROPHE); in appendToRule() 1713 (c == APOSTROPHE || c == BACKSLASH)) { in appendToRule() 1714 rule.append(BACKSLASH).append((char)c); in appendToRule()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | Utility.java | 29 private static final char BACKSLASH = '\\'; field in Utility 1525 if (c == BACKSLASH) { in quotedIndexOf() 1576 rule.append(BACKSLASH).append(APOSTROPHE); in appendToRule() 1595 rule.append(BACKSLASH).append(APOSTROPHE); in appendToRule() 1617 (c == APOSTROPHE || c == BACKSLASH)) { in appendToRule() 1618 rule.append(BACKSLASH).append((char)c); in appendToRule()
|
/third_party/skia/third_party/externals/freetype/builds/windows/ |
H A D | detect.mk | 70 SEP := $(BACKSLASH)
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | CharsetUTF7.java | 76 private static final byte BACKSLASH=92; field in CharsetUTF7 90 ((char)(c - 32) < 94 && (c != BACKSLASH)) || isCRLFTAB(c) in isLegal()
|