Home
last modified time | relevance | path

Searched refs:BACKSLASH (Results 1 - 25 of 40) sorted by relevance

12

/third_party/icu/icu4c/source/common/
H A Dutil.cpp20 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 Ducnv_u7.cpp68 * - 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 Dutil.cpp20 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 Ducnv_u7.cpp68 * - 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 Dutil.cpp20 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 Ducnv_u7.cpp68 * - 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 Dudev-util.c79 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 Dtest_pyparse.py151 (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 Dtext_word_get_test.cpp26 #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 Dtext_word_get_test.cpp26 #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 Dtext_word_get_test.cpp26 #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 Ddetect.mk33 SEP := $(BACKSLASH)
/third_party/skia/third_party/externals/freetype/builds/
H A Ddetect.mk55 # 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 Didnaconf.cpp87 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 Ddecoder.py54 BACKSLASH = { variable
70 _b=BACKSLASH, _m=STRINGCHUNK.match):
/third_party/icu/icu4c/source/i18n/
H A Dselfmtimpl.h33 #define BACKSLASH ((UChar)0x005C) macro
H A Dplurrule_impl.h56 static const UChar BACKSLASH = ((UChar) 0x005C); member
H A Ddtptngen_impl.h37 #define BACKSLASH ((UChar)0x005C) macro
/third_party/node/deps/icu-small/source/i18n/
H A Dselfmtimpl.h33 #define BACKSLASH ((char16_t)0x005C) macro
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dselfmtimpl.h33 #define BACKSLASH ((UChar)0x005C) macro
/third_party/skia/third_party/externals/freetype/builds/dos/
H A Ddetect.mk132 SEP := $(BACKSLASH)
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUtility.java26 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 DUtility.java29 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 Ddetect.mk70 SEP := $(BACKSLASH)
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetUTF7.java76 private static final byte BACKSLASH=92; field in CharsetUTF7
90 ((char)(c - 32) < 94 && (c != BACKSLASH)) || isCRLFTAB(c) in isLegal()

Completed in 20 milliseconds

12