/external/icu/icu4c/source/test/iotest/ |
D | stream.cpp | 284 U_STRING_DECL(testCase1, "", 0); in TestStreamEOF() 286 U_STRING_DECL(testCase2, "foo", 3); in TestStreamEOF() 288 U_STRING_DECL(testCase3, " ", 3); in TestStreamEOF() 290 U_STRING_DECL(testCase4, " bar", 6); in TestStreamEOF() 292 U_STRING_DECL(testCase5, "bar ", 6); in TestStreamEOF() 294 U_STRING_DECL(testCase6, " bar ", 9); in TestStreamEOF() 298 U_STRING_DECL(expectedResultA, "", 0); in TestStreamEOF() 300 U_STRING_DECL(expectedResultB, "foo", 3); in TestStreamEOF() 302 U_STRING_DECL(expectedResultC, "unchanged", 9); in TestStreamEOF() 304 U_STRING_DECL(expectedResultD, "bar", 3); in TestStreamEOF()
|
D | strtst.c | 35 U_STRING_DECL(myStringOrig, "My-String", 9); in TestString()
|
D | filetst.c | 42 U_STRING_DECL(myStringOrig, "My-String", 9); in TestFileFromICU()
|
/external/icu/icu4c/source/tools/genrb/ |
D | parse.cpp | 1707 U_STRING_DECL(k_type_string, "string", 6); 1708 U_STRING_DECL(k_type_binary, "binary", 6); 1709 U_STRING_DECL(k_type_bin, "bin", 3); 1710 U_STRING_DECL(k_type_table, "table", 5); 1711 U_STRING_DECL(k_type_table_no_fallback, "table(nofallback)", 17); 1712 U_STRING_DECL(k_type_int, "int", 3); 1713 U_STRING_DECL(k_type_integer, "integer", 7); 1714 U_STRING_DECL(k_type_array, "array", 5); 1715 U_STRING_DECL(k_type_alias, "alias", 5); 1716 U_STRING_DECL(k_type_intvector, "intvector", 9); [all …]
|
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 944 # define U_STRING_DECL(var, cs, length) static const UChar *var=(const UChar *)U_DECLARE_UTF16(cs) macro 948 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=L ## cs macro 952 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=cs macro 956 # define U_STRING_DECL(var, cs, length) static UChar var[(length)+1] macro
|
/external/sfntly/cpp/src/test/ |
D | name_editing_test.cc | 63 U_STRING_DECL(new_name, "Timothy", 7); in TestChangeOneName() 111 U_STRING_DECL(new_name, "Timothy", 7); in TestModifyNameTableAndRevert()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cucdtst.c | 211 U_STRING_DECL(upperTest, "abcdefg123hij.?:klmno", 21); in TestUpperLower() 212 U_STRING_DECL(lowerTest, "ABCDEFG123HIJ.?:KLMNO", 21); in TestUpperLower() 506 U_STRING_DECL(digitsPattern, "[:Nd:]", 6); in TestLetterNumber() 507 U_STRING_DECL(decimalValuesPattern, "[:Numeric_Type=Decimal:]", 24); in TestLetterNumber() 1983 U_STRING_DECL(mirroredPattern, "[:Bidi_Mirrored:]", 17); in TestMirroring() 3102 U_STRING_DECL(hyphenPattern, "[:Hyphen:]", 10); in TestConsistency() 3103 U_STRING_DECL(dashPattern, "[:Dash:]", 8); in TestConsistency() 3104 U_STRING_DECL(lowerPattern, "[:Lowercase:]", 13); in TestConsistency() 3105 U_STRING_DECL(formatPattern, "[:Cf:]", 6); in TestConsistency() 3106 U_STRING_DECL(alphaPattern, "[:Alphabetic:]", 14); in TestConsistency() [all …]
|
D | usettest.c | 486 U_STRING_DECL(pattern, "[:Cf:]", 6); in TestSerialized() 537 U_STRING_DECL(pattern, "[", 1); in TestBadPattern() 547 U_STRING_DECL(pattern, "[:ID_Continue:]", 15); in openIDSet()
|
D | cpluralrulestest.c | 97 U_STRING_DECL(two, "two", 3); in TestOrdinalRules()
|
D | cmsgtst.c | 1123 U_STRING_DECL(pattern, "abc {1} def", 11); in TestMessageWithUnusedArgNumber() 1126 U_STRING_DECL(expected, "abc y def", 9); in TestMessageWithUnusedArgNumber()
|
D | cdattst.c | 971 U_STRING_DECL(pattern, "yyyy", 4); in TestCalendarDateParse() 972 U_STRING_DECL(pattern2, "yy", 2); in TestCalendarDateParse() 973 U_STRING_DECL(text, "75", 2); in TestCalendarDateParse()
|
D | utransts.c | 351 U_STRING_DECL(ID, "TestA-TestB", 11); in TestRegisterUnregister()
|
D | creststn.c | 1510 U_STRING_DECL(rootVal, "ROOT", 4); in TestConstruction1() 1511 U_STRING_DECL(te_inVal, "TE_IN", 5); in TestConstruction1()
|
D | usrchtst.c | 2530 U_STRING_DECL(_pattern, "IS 0", PATTERN_LEN); in TestSearchForNull() 2531 U_STRING_DECL(_text, "_0IS 0 OK?", TEXT_LEN); in TestSearchForNull()
|
/external/icu/icu4c/source/test/perf/ustrperf/ |
D | stringperf.h | 43 U_STRING_DECL(scan_STRING, "Dot. 123. Some more data.", 25); 48 U_STRING_DECL(uCatenate_STR, "!!", 2); 453 U_STRING_DECL(SCAN1, "123", 3);
|
/external/icu/icu4c/source/extra/uconv/ |
D | uwmsg.c | 90 U_STRING_DECL(gNoFormatting, " (UCONFIG_NO_FORMATTING see uconfig.h)", 38);
|
/external/icu/icu4c/source/test/intltest/ |
D | colldata.cpp | 318 U_STRING_DECL(test_pattern, "[[:assigned:]-[:c:]]", 20); in CollData() 324 …U_STRING_DECL(remove_pattern, "[[\\u3400-\\u9FFF][\\u1100-\\u11F9][\\uAC00-\\uD7AF][\\U00020000-\\… in CollData()
|
D | citrtest.cpp | 283 …U_STRING_DECL(testText, "Now is the time for all good men to come to the aid of their country.", 6… in TestConstructionAndEqualityUChariter() 284 U_STRING_DECL(testText2, "Don't bother using this string.", 31); in TestConstructionAndEqualityUChariter()
|
D | strtest.cpp | 95 U_STRING_DECL(ustringVar, "aZ0 -", 5);
|
D | ssearch.cpp | 1373 U_STRING_DECL(letter_pattern, "[[:letter:]-[:ideographic:]-[:hangul:]]", 39); in monkeyTest()
|
D | numfmtst.cpp | 7117 U_STRING_DECL(pattern,"#",1); in Test9087() 7120 U_STRING_DECL(infstr,"INF",3); in Test9087() 7123 U_STRING_DECL(nanstr,"NAN",3); in Test9087()
|
/external/icu/icu4c/source/samples/ustring/ |
D | ustring.cpp | 538 U_STRING_DECL(invString, "such characters are safe 123 %-.", 32); in demoUnicodeStringInit()
|