/external/icu/icu4c/source/test/testdata/ |
D | LineBreakTest.txt | 27 × 0023 × 0020 ÷ 0023 ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] NUMBER SIGN (AL) ÷ … 29 …# × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM1_CM) × [7.01] SPACE (SP) ÷ [18.0] NUMB… 31 × 0023 × 0020 ÷ 2014 ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] EM DASH (B2) ÷ [0.3] 33 …# × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM1_CM) × [7.01] SPACE (SP) ÷ [18.0] EM D… 35 × 0023 × 0020 ÷ 0009 ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] <CHARACTER TABULATI… 37 …# × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM1_CM) × [7.01] SPACE (SP) ÷ [18.0] <CHA… 39 × 0023 × 0020 ÷ 00B4 ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] ACUTE ACCENT (BB) ÷… 41 …# × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM1_CM) × [7.01] SPACE (SP) ÷ [18.0] ACUT… 43 × 0023 × 0020 × 000B ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) × [6.0] <LINE TABULATION> (B… 45 …# × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM1_CM) × [7.01] SPACE (SP) × [6.0] <LINE… [all …]
|
D | GraphemeBreakTest.txt | 25 ÷ 0020 ÷ 0020 ÷ # ÷ [0.2] SPACE (Other) ÷ [999.0] SPACE (Other) ÷ [0.3] 26 ÷ 0020 × 0308 ÷ 0020 ÷ # ÷ [0.2] SPACE (Other) × [9.0] COMBINING DIAERESIS (Extend) ÷ [999.0] SPAC… 27 ÷ 0020 ÷ 000D ÷ # ÷ [0.2] SPACE (Other) ÷ [5.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3] 28 ÷ 0020 × 0308 ÷ 000D ÷ # ÷ [0.2] SPACE (Other) × [9.0] COMBINING DIAERESIS (Extend) ÷ [5.0] <CARRI… 29 ÷ 0020 ÷ 000A ÷ # ÷ [0.2] SPACE (Other) ÷ [5.0] <LINE FEED (LF)> (LF) ÷ [0.3] 30 ÷ 0020 × 0308 ÷ 000A ÷ # ÷ [0.2] SPACE (Other) × [9.0] COMBINING DIAERESIS (Extend) ÷ [5.0] <LINE … 31 ÷ 0020 ÷ 0001 ÷ # ÷ [0.2] SPACE (Other) ÷ [5.0] <START OF HEADING> (Control) ÷ [0.3] 32 ÷ 0020 × 0308 ÷ 0001 ÷ # ÷ [0.2] SPACE (Other) × [9.0] COMBINING DIAERESIS (Extend) ÷ [5.0] <START… 33 ÷ 0020 × 0300 ÷ # ÷ [0.2] SPACE (Other) × [9.0] COMBINING GRAVE ACCENT (Extend) ÷ [0.3] 34 ÷ 0020 × 0308 × 0300 ÷ # ÷ [0.2] SPACE (Other) × [9.0] COMBINING DIAERESIS (Extend) × [9.0] COMBIN… [all …]
|
D | SentenceBreakTest.txt | 476 ÷ 0020 × 200D × 0646 ÷ # ÷ [0.2] SPACE (Sp) × [5.0] ZERO WIDTH JOINER (Extend_FE) × [998.0] ARABIC… 477 ….2] ARABIC LETTER NOON (OLetter) × [5.0] ZERO WIDTH JOINER (Extend_FE) × [998.0] SPACE (Sp) ÷ [0.3] 478 …[9.0] SPACE (Sp) ÷ [11.0] LEFT PARENTHESIS (Close) × [998.0] LATIN CAPITAL LETTER H (Upper) × [998… 479 …[9.0] SPACE (Sp) ÷ [11.0] LEFT PARENTHESIS (Close) × [998.0] LATIN CAPITAL LETTER H (Upper) × [998… 480 …0] COMBINING GRAVE ACCENT (Extend_FE) × [998.0] FULL STOP (ATerm) × [8.0] SPACE (Sp) × [8.0] LATIN… 481 …OMBINING GRAVE ACCENT (Extend_FE) × [998.0] QUESTION MARK (STerm) × [9.0] SPACE (Sp) ÷ [11.0] LATI… 488 …ESIS (Close) × [8.0] RIGHT SINGLE QUOTATION MARK (Close) × [8.0] NO-BREAK SPACE (Sp) × [8.0] LATIN… 489 …ESIS (Close) × [9.0] RIGHT SINGLE QUOTATION MARK (Close) × [9.0] NO-BREAK SPACE (Sp) ÷ [11.0] LATI… 490 …ESIS (Close) × [8.0] RIGHT SINGLE QUOTATION MARK (Close) × [8.0] NO-BREAK SPACE (Sp) × [8.0] LEFT … 491 …ESIS (Close) × [9.0] RIGHT SINGLE QUOTATION MARK (Close) × [9.0] NO-BREAK SPACE (Sp) ÷ [11.0] LEFT… [all …]
|
/external/dtc/tests/ |
D | appendprop1.c | 32 #define SPACE 65536 macro 50 fdt = xmalloc(SPACE); in main() 51 CHECK(fdt_create(fdt, SPACE)); in main() 58 CHECK(fdt_open_into(fdt, fdt, SPACE)); in main()
|
D | add_subnode_with_nops.c | 32 #define SPACE 65536 macro 56 fdt = xmalloc(SPACE); in main() 58 CHECK(fdt_create(fdt, SPACE)); in main() 70 CHECK(fdt_open_into(fdt, fdt, SPACE)); in main()
|
D | appendprop2.c | 32 #define SPACE 65536 macro 50 buf = xmalloc(SPACE); in main() 51 CHECK(fdt_open_into(fdt, buf, SPACE)); in main()
|
D | setprop.c | 32 #define SPACE 65536 macro 46 buf = xmalloc(SPACE); in main() 48 err = fdt_open_into(fdt, buf, SPACE); in main()
|
D | sw_tree1.c | 32 #define SPACE 65536 macro 52 *fdt = xmalloc(SPACE); in realloc_fdt() 53 } else if (*size < SPACE) { in realloc_fdt() 93 size = SPACE; in main()
|
D | rw_tree1.c | 32 #define SPACE 65536 macro 56 fdt = xmalloc(SPACE); in main() 59 CHECK(fdt_create_empty_tree(fdt, SPACE)); in main()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | NameUnicodeTransliterator.java | 25 static final char SPACE = ' '; field in NameUnicodeTransliterator 100 name.charAt(name.length()-1) != SPACE) { in handleTransliterate() 101 name.append(SPACE); in handleTransliterate() 117 name.charAt(len-1) == SPACE) { in handleTransliterate()
|
/external/icu/icu4c/source/i18n/ |
D | name2uni.cpp | 35 static const UChar SPACE = 32; // ' ' variable 172 name.charAt(name.length()-1) != SPACE) { in handleTransliterate() 173 name.append(SPACE); in handleTransliterate() 188 name.charAt(len-1) == SPACE) { in handleTransliterate()
|
D | tmutfmt.cpp | 29 #define SPACE ((UChar)0x0020) macro 71 …AULT_PATTERN_FOR_SECOND[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_S, 0}; 72 …TERN_FOR_MINUTE[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, LOW_I, LOW… 73 …EFAULT_PATTERN_FOR_HOUR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_H, 0}; 74 …EFAULT_PATTERN_FOR_WEEK[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_W, 0}; 75 …DEFAULT_PATTERN_FOR_DAY[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_D, 0}; 76 …FAULT_PATTERN_FOR_MONTH[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, 0}; 77 …EFAULT_PATTERN_FOR_YEAR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_Y, 0};
|
D | brktrans.cpp | 35 static const UChar SPACE = 32; // ' ' 44 cachedBI(NULL), cachedBoundaries(NULL), fInsertion(SPACE) { in BreakTransliterator()
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | NameUnicodeTransliterator.java | 24 static final char SPACE = ' '; field in NameUnicodeTransliterator 99 name.charAt(name.length()-1) != SPACE) { in handleTransliterate() 100 name.append(SPACE); in handleTransliterate() 116 name.charAt(len-1) == SPACE) { in handleTransliterate()
|
/external/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp-lex.l | 123 if (token != NEWLINE && token != SPACE && token != HASH_TOKEN && in glcpp_lex_update_state_per_token() 132 } else if (token != SPACE) { in glcpp_lex_update_state_per_token() 146 if (token == SPACE) { in glcpp_lex_update_state_per_token() 176 SPACE [[:space:]] 272 RETURN_TOKEN (SPACE); 534 RETURN_TOKEN (SPACE);
|
D | glcpp-parse.y | 178 …F_EXPANDED INTEGER INTEGER_STRING LINE_EXPANDED NEWLINE OTHER PLACEHOLDER SPACE PLUS_PLUS MINUS_MI… 180 %type <ival> INTEGER operator SPACE integer_constant version_constant 209 | SPACE control_line 717 | SPACE { 718 $$ = _token_create_ival (parser, SPACE, SPACE); 994 if (token->type != SPACE) in _token_list_append() 1051 while (n != NULL && n->token->type == SPACE) in _token_list_is_empty_ignoring_space() 1082 if (node_a->token->type == SPACE && node_b->token->type == SPACE) { in _token_list_equal_ignoring_space() 1083 while (node_a && node_a->token->type == SPACE) in _token_list_equal_ignoring_space() 1085 while (node_b && node_b->token->type == SPACE) in _token_list_equal_ignoring_space() [all …]
|
/external/python/cpython2/Lib/email/ |
D | _parseaddr.py | 18 SPACE = ' ' variable 240 returnlist = [(SPACE.join(self.commentlist), plist[0])] 248 returnlist = [(SPACE.join(self.commentlist), addrspec)] 268 returnlist = [(SPACE.join(plist) + ' (' + 271 returnlist = [(SPACE.join(plist), routeaddr)] 275 returnlist = [(SPACE.join(self.commentlist), plist[0])]
|
/external/harfbuzz_ng/src/ |
D | hb-unicode-private.hh | 218 SPACE, enumerator 230 case 0x0020u: return SPACE; /* U+0020 SPACE */ in space_fallback_type() 231 case 0x00A0u: return SPACE; /* U+00A0 NO-BREAK SPACE */ in space_fallback_type()
|
/external/openssh/regress/ |
D | sftp-glob.sh | 50 SPACE="${DIR}/g-q space" 54 touch "${DATA}" "${GLOB1}" "${GLOB2}" "${QUOTE}" "${SPACE}"
|
/external/syslinux/dos/ |
D | printf.c | 32 #define SPACE 8 /* space if plus */ macro 66 } else if (type & SPACE) { in number() 147 flags |= SPACE; in vsprintf()
|
/external/autotest/client/site_tests/desktopui_SonicExtension/extension_pages/ |
D | web_elements.py | 121 self._element.send_keys(Keys.SPACE) 124 self._element.send_keys(Keys.SPACE)
|
/external/syslinux/memdisk/ |
D | conio.c | 98 #define SPACE 8 /* space if plus */ macro 132 } else if (type & SPACE) { in number() 210 flags |= SPACE; in vsprintf()
|
/external/ltp/pan/ |
D | scan.l | 237 return(SPACE); 274 return(SPACE); 279 return(SPACE);
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_print.cpp | 363 #define SPACE() \ macro 554 SPACE(); in print() 645 SPACE(); in print() 664 SPACE(); in print() 667 SPACE(); in print()
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/ |
D | XMLElement.java | 27 private static final char SPACE = ' '; field in XMLElement 156 writer.write(SPACE); in attr()
|