Home
last modified time | relevance | path

Searched refs:SPACE (Results 1 - 25 of 98) sorted by relevance

1234

/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_dump.c20 #define SPACE(buf, pos, n) (sizeof(buf) - (pos) > (n)) macro
51 if (SPACE(buf, n, 3)) { in BIO_dump_indent_cb()
62 if (SPACE(buf, n, 2)) { in BIO_dump_indent_cb()
69 if (SPACE(buf, n, 1)) { in BIO_dump_indent_cb()
81 if (SPACE(buf, n, 1)) { in BIO_dump_indent_cb()
/third_party/openssl/crypto/bio/
H A Dbio_dump.c20 #define SPACE(buf, pos, n) (sizeof(buf) - (pos) > (n)) macro
51 if (SPACE(buf, n, 3)) { in BIO_dump_indent_cb()
62 if (SPACE(buf, n, 2)) { in BIO_dump_indent_cb()
69 if (SPACE(buf, n, 1)) { in BIO_dump_indent_cb()
81 if (SPACE(buf, n, 1)) { in BIO_dump_indent_cb()
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DNameUnicodeTransliterator.java24 static final char SPACE = ' '; field in NameUnicodeTransliterator
94 // Convert \s+ => SPACE. This assumes there are no in handleTransliterate()
99 name.charAt(name.length()-1) != SPACE) { in handleTransliterate()
100 name.append(SPACE); in handleTransliterate()
116 name.charAt(len-1) == SPACE) { in handleTransliterate()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNameUnicodeTransliterator.java25 static final char SPACE = ' '; field in NameUnicodeTransliterator
95 // Convert \s+ => SPACE. This assumes there are no in handleTransliterate()
100 name.charAt(name.length()-1) != SPACE) { in handleTransliterate()
101 name.append(SPACE); in handleTransliterate()
117 name.charAt(len-1) == SPACE) { in handleTransliterate()
/third_party/icu/icu4c/source/i18n/
H A Dname2uni.cpp35 static const UChar SPACE = 32; // ' ' variable
167 // Convert \s+ => SPACE. This assumes there are no in handleTransliterate()
172 name.charAt(name.length()-1) != SPACE) { in handleTransliterate()
173 name.append(SPACE); in handleTransliterate()
188 name.charAt(len-1) == SPACE) { in handleTransliterate()
H A Dtmutfmt.cpp29 #define SPACE ((UChar)0x0020) macro
71 static const UChar DEFAULT_PATTERN_FOR_SECOND[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_S, 0};
72 static const UChar DEFAULT_PATTERN_FOR_MINUTE[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, LOW_I, LOW_N, 0};
73 static const UChar DEFAULT_PATTERN_FOR_HOUR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_H, 0};
74 static const UChar DEFAULT_PATTERN_FOR_WEEK[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_W, 0};
75 static const UChar DEFAULT_PATTERN_FOR_DAY[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_D, 0};
76 static const UChar DEFAULT_PATTERN_FOR_MONTH[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, 0};
77 static const UChar DEFAULT_PATTERN_FOR_YEAR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_Y, 0};
H A Dbrktrans.cpp37 static const UChar SPACE = 32; // ' ' variable
46 cachedBI(NULL), cachedBoundaries(NULL), fInsertion(SPACE) { in BreakTransliterator()
/third_party/node/deps/icu-small/source/i18n/
H A Dname2uni.cpp35 static const char16_t SPACE = 32; // ' ' variable
167 // Convert \s+ => SPACE. This assumes there are no in handleTransliterate()
172 name.charAt(name.length()-1) != SPACE) { in handleTransliterate()
173 name.append(SPACE); in handleTransliterate()
188 name.charAt(len-1) == SPACE) { in handleTransliterate()
H A Dtmutfmt.cpp33 #define SPACE ((char16_t)0x0020) macro
75 static const char16_t DEFAULT_PATTERN_FOR_SECOND[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_S, 0};
76 static const char16_t DEFAULT_PATTERN_FOR_MINUTE[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, LOW_I, LOW_N, 0};
77 static const char16_t DEFAULT_PATTERN_FOR_HOUR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_H, 0};
78 static const char16_t DEFAULT_PATTERN_FOR_WEEK[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_W, 0};
79 static const char16_t DEFAULT_PATTERN_FOR_DAY[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_D, 0};
80 static const char16_t DEFAULT_PATTERN_FOR_MONTH[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, 0};
81 static const char16_t DEFAULT_PATTERN_FOR_YEAR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_Y, 0};
H A Dbrktrans.cpp37 static const char16_t SPACE = 32; // ' ' variable
46 cachedBI(nullptr), cachedBoundaries(nullptr), fInsertion(SPACE) { in BreakTransliterator()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dname2uni.cpp35 static const UChar SPACE = 32; // ' ' variable
167 // Convert \s+ => SPACE. This assumes there are no in handleTransliterate()
172 name.charAt(name.length()-1) != SPACE) { in handleTransliterate()
173 name.append(SPACE); in handleTransliterate()
188 name.charAt(len-1) == SPACE) { in handleTransliterate()
H A Dtmutfmt.cpp29 #define SPACE ((UChar)0x0020) macro
71 static const UChar DEFAULT_PATTERN_FOR_SECOND[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_S, 0};
72 static const UChar DEFAULT_PATTERN_FOR_MINUTE[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, LOW_I, LOW_N, 0};
73 static const UChar DEFAULT_PATTERN_FOR_HOUR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_H, 0};
74 static const UChar DEFAULT_PATTERN_FOR_WEEK[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_W, 0};
75 static const UChar DEFAULT_PATTERN_FOR_DAY[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_D, 0};
76 static const UChar DEFAULT_PATTERN_FOR_MONTH[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, 0};
77 static const UChar DEFAULT_PATTERN_FOR_YEAR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_Y, 0};
H A Dbrktrans.cpp37 static const UChar SPACE = 32; // ' ' variable
46 cachedBI(NULL), cachedBoundaries(NULL), fInsertion(SPACE) { in BreakTransliterator()
/third_party/mesa3d/src/compiler/glsl/glcpp/
H A Dglcpp-parse.y196 %token DEFINED ELIF_EXPANDED HASH_TOKEN DEFINE_TOKEN FUNC_IDENTIFIER OBJ_IDENTIFIER ELIF ELSE ENDIF ERROR_TOKEN IF IFDEF IFNDEF LINE PRAGMA UNDEF VERSION_TOKEN GARBAGE IDENTIFIER IF_EXPANDED INTEGER INTEGER_STRING LINE_EXPANDED NEWLINE OTHER PLACEHOLDER SPACE PLUS_PLUS MINUS_MINUS PATH INCLUDE
198 %type <ival> INTEGER operator SPACE integer_constant version_constant
227 | SPACE control_line
828 | SPACE {
829 $$ = _token_create_ival (parser, SPACE, SPACE);
1107 if (token->type != SPACE)
1164 while (n != NULL && n->token->type == SPACE)
1190 if (node_a == NULL && node_b->token->type == SPACE) {
1191 while (node_b && node_b->token->type == SPACE)
[all...]
/third_party/python/Lib/email/
H A D_parseaddr.py18 SPACE = ' ' variable
283 returnlist = [(SPACE.join(self.commentlist), plist[0])]
291 returnlist = [(SPACE.join(self.commentlist), addrspec)]
311 returnlist = [(SPACE.join(plist) + ' (' +
314 returnlist = [(SPACE.join(plist), routeaddr)]
318 returnlist = [(SPACE.join(self.commentlist), plist[0])]
H A Dheader.py24 SPACE = ' ' variable
252 uchunks.append(SPACE)
255 uchunks.append(SPACE)
408 chunks.append((SPACE.join(last_chunk), last_charset))
412 chunks.append((SPACE.join(last_chunk), last_charset))
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-unicode.hh149 * 200B..200F # Cf [5] ZERO WIDTH SPACE..RIGHT-TO-LEFT MARK
156 * FEFF # Cf ZERO WIDTH NO-BREAK SPACE
164 * E0020..E007F # Cf [96] TAG SPACE..CANCEL TAG
216 SPACE, enumerator
227 default: return NOT_SPACE; /* U+1680 OGHAM SPACE MARK */ in space_fallback_type()
228 case 0x0020u: return SPACE; /* U+0020 SPACE */ in space_fallback_type()
229 case 0x00A0u: return SPACE; /* U+00A0 NO-BREAK SPACE */ in space_fallback_type()
232 case 0x2002u: return SPACE_EM_2; /* U+2002 EN SPACE */ in space_fallback_type()
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dread.c36 #define SPACE 0x0020 macro
121 intervening space. Otherwise a single SPACE character is
157 ustr_ucat(token, SPACE, status); in getStringToken()
218 ustr_ucat(token, SPACE, status); in getStringToken()
/third_party/icu/icu4c/source/tools/genrb/
H A Dread.c36 #define SPACE 0x0020 macro
121 intervening space. Otherwise a single SPACE character is
157 ustr_ucat(token, SPACE, status); in getStringToken()
218 ustr_ucat(token, SPACE, status); in getStringToken()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dread.c34 #define SPACE 0x0020 macro
119 intervening space. Otherwise a single SPACE character is
155 ustr_ucat(token, SPACE, status); in getStringToken()
216 ustr_ucat(token, SPACE, status); in getStringToken()
/third_party/ltp/pan/
H A Dreporter.h66 #define SPACE 999 macro
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_print.cpp429 #define SPACE() \ macro
630 SPACE(); in print()
741 SPACE(); in print()
760 SPACE(); in print()
763 SPACE(); in print()
/third_party/icu/icu4c/source/common/
H A Dutil.cpp24 static const UChar SPACE = 0x0020; // ' ' variable
370 if (c == SPACE) { in appendToRule()
/third_party/node/deps/icu-small/source/common/
H A Dutil.cpp24 static const char16_t SPACE = 0x0020; // ' ' variable
370 if (c == SPACE) { in appendToRule()
/third_party/skia/third_party/externals/icu/source/common/
H A Dutil.cpp24 static const UChar SPACE = 0x0020; // ' ' variable
356 if (c == SPACE) { in appendToRule()

Completed in 16 milliseconds

1234