Home
last modified time | relevance | path

Searched refs:BACKSLASH (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/flutter/skia/third_party/externals/icu/source/common/
Dutil.cpp20 static const UChar BACKSLASH = 0x005C; /*\*/ variable
83 result.append(BACKSLASH); in escapeUnprintable()
318 rule.append(BACKSLASH).append(APOSTROPHE); in appendToRule()
337 rule.append(BACKSLASH).append(APOSTROPHE); in appendToRule()
359 (c == APOSTROPHE || c == BACKSLASH)) { in appendToRule()
360 rule.append(BACKSLASH); in appendToRule()
/third_party/node/deps/icu-small/source/common/
Dutil.cpp20 static const UChar BACKSLASH = 0x005C; /*\*/ variable
99 result.append(BACKSLASH); in escape()
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()
/third_party/skia/third_party/externals/icu/source/common/
Dutil.cpp20 static const UChar BACKSLASH = 0x005C; /*\*/ variable
83 result.append(BACKSLASH); in escapeUnprintable()
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()
/third_party/icu/icu4c/source/common/
Dutil.cpp20 static const UChar BACKSLASH = 0x005C; /*\*/ variable
83 result.append(BACKSLASH); in escapeUnprintable()
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()
/third_party/pulseaudio/src/modules/
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/
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/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp158 #define BACKSLASH "(" Q("\\") OR TRI(Q("/")) ")" macro
159 #define ESCAPESEQ BACKSLASH "(" \
161 BACKSLASH OR \
166 #define UNIVERSALCHAR BACKSLASH "(" \
416 #undef BACKSLASH
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dtext_word_get_test.cpp24 #define BACKSLASH R"(\)" macro
/third_party/spirv-tools/test/
Dtext_word_get_test.cpp26 #define BACKSLASH R"(\)" macro
/third_party/skia/third_party/externals/spirv-tools/test/
Dtext_word_get_test.cpp26 #define BACKSLASH R"(\)" macro
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dtext_word_get_test.cpp26 #define BACKSLASH R"(\)" macro
/third_party/boost/libs/wave/samples/cpp_tokens/slex/
Dcpp_slex_lexer.hpp157 #define BACKSLASH "(" Q("\\") OR TRI(Q("/")) ")" macro
158 #define ESCAPESEQ "(" BACKSLASH "(" \
160 BACKSLASH OR \
165 #define UNIVERSALCHAR "(" BACKSLASH "(" \
484 #undef BACKSLASH
/third_party/freetype/builds/os2/
Ddetect.mk33 SEP := $(BACKSLASH)
/third_party/skia/third_party/externals/freetype/builds/os2/
Ddetect.mk33 SEP := $(BACKSLASH)
/third_party/flutter/skia/third_party/externals/freetype/builds/os2/
Ddetect.mk33 SEP := $(BACKSLASH)
/third_party/icu/icu4c/source/i18n/
Dselfmtimpl.h33 #define BACKSLASH ((UChar)0x005C) macro
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dselfmtimpl.h33 #define BACKSLASH ((UChar)0x005C) macro
/third_party/node/deps/icu-small/source/i18n/
Dselfmtimpl.h33 #define BACKSLASH ((UChar)0x005C) macro
/third_party/skia/third_party/externals/icu/source/i18n/
Dselfmtimpl.h33 #define BACKSLASH ((UChar)0x005C) macro
/third_party/icu/icu4c/source/test/intltest/
Didnaconf.cpp162 static const UChar BACKSLASH = 0x5c; in ReadOneLine() local
171 if (c == BACKSLASH && curOffset < len -1){ // escaped new line mark in ReadOneLine()
/third_party/freetype/builds/
Ddetect.mk67 BACKSLASH := $(strip \ )
/third_party/flutter/skia/third_party/externals/freetype/builds/
Ddetect.mk67 BACKSLASH := $(strip \ )
/third_party/skia/third_party/externals/freetype/builds/
Ddetect.mk67 BACKSLASH := $(strip \ )
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUtility.java29 private static final char BACKSLASH = '\\'; field in Utility
1525 if (c == BACKSLASH) {
1576 rule.append(BACKSLASH).append(APOSTROPHE);
1595 rule.append(BACKSLASH).append(APOSTROPHE);
1617 (c == APOSTROPHE || c == BACKSLASH)) {
1618 rule.append(BACKSLASH).append((char)c);
/third_party/python/Lib/json/
Ddecoder.py54 BACKSLASH = { variable
70 _b=BACKSLASH, _m=STRINGCHUNK.match):

1234