Home
last modified time | relevance | path

Searched refs:U_STRING_DECL (Results 1 – 23 of 23) sorted by relevance

/external/icu/icu4c/source/test/iotest/
Dstream.cpp283 U_STRING_DECL(testCase1, "", 0); in TestStreamEOF()
285 U_STRING_DECL(testCase2, "foo", 3); in TestStreamEOF()
287 U_STRING_DECL(testCase3, " ", 3); in TestStreamEOF()
289 U_STRING_DECL(testCase4, " bar", 6); in TestStreamEOF()
291 U_STRING_DECL(testCase5, "bar ", 6); in TestStreamEOF()
293 U_STRING_DECL(testCase6, " bar ", 9); in TestStreamEOF()
297 U_STRING_DECL(expectedResultA, "", 0); in TestStreamEOF()
299 U_STRING_DECL(expectedResultB, "foo", 3); in TestStreamEOF()
301 U_STRING_DECL(expectedResultC, "unchanged", 9); in TestStreamEOF()
303 U_STRING_DECL(expectedResultD, "bar", 3); in TestStreamEOF()
Dstrtst.c35 U_STRING_DECL(myStringOrig, "My-String", 9); in TestString()
Dfiletst.c42 U_STRING_DECL(myStringOrig, "My-String", 9); in TestFileFromICU()
/external/icu/icu4c/source/tools/genrb/
Dparse.cpp1712 U_STRING_DECL(k_type_string, "string", 6);
1713 U_STRING_DECL(k_type_binary, "binary", 6);
1714 U_STRING_DECL(k_type_bin, "bin", 3);
1715 U_STRING_DECL(k_type_table, "table", 5);
1716 U_STRING_DECL(k_type_table_no_fallback, "table(nofallback)", 17);
1717 U_STRING_DECL(k_type_int, "int", 3);
1718 U_STRING_DECL(k_type_integer, "integer", 7);
1719 U_STRING_DECL(k_type_array, "array", 5);
1720 U_STRING_DECL(k_type_alias, "alias", 5);
1721 U_STRING_DECL(k_type_intvector, "intvector", 9);
[all …]
/external/icu/icu4c/source/common/unicode/
Dustring.h931 # define U_STRING_DECL(var, cs, length) static const UChar *var=(const UChar *)U_DECLARE_UTF16(cs) macro
935 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=L ## cs macro
939 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=cs macro
943 # define U_STRING_DECL(var, cs, length) static UChar var[(length)+1] macro
/external/icu/libandroidicu/include/unicode/
Dustring.h931 # define U_STRING_DECL(var, cs, length) static const UChar *var=(const UChar *)U_DECLARE_UTF16(cs) macro
935 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=L ## cs macro
939 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=cs macro
943 # define U_STRING_DECL(var, cs, length) static UChar var[(length)+1] macro
/external/sfntly/cpp/src/test/
Dname_editing_test.cc63 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/
Dcucdtst.c214 U_STRING_DECL(upperTest, "abcdefg123hij.?:klmno", 21); in TestUpperLower()
215 U_STRING_DECL(lowerTest, "ABCDEFG123HIJ.?:KLMNO", 21); in TestUpperLower()
509 U_STRING_DECL(digitsPattern, "[:Nd:]", 6); in TestLetterNumber()
510 U_STRING_DECL(decimalValuesPattern, "[:Numeric_Type=Decimal:]", 24); in TestLetterNumber()
2042 U_STRING_DECL(mirroredPattern, "[:Bidi_Mirrored:]", 17); in TestMirroring()
3172 U_STRING_DECL(hyphenPattern, "[:Hyphen:]", 10); in TestConsistency()
3173 U_STRING_DECL(dashPattern, "[:Dash:]", 8); in TestConsistency()
3174 U_STRING_DECL(lowerPattern, "[:Lowercase:]", 13); in TestConsistency()
3175 U_STRING_DECL(formatPattern, "[:Cf:]", 6); in TestConsistency()
3176 U_STRING_DECL(alphaPattern, "[:Alphabetic:]", 14); in TestConsistency()
[all …]
Dusettest.c486 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()
Dcpluralrulestest.c129 U_STRING_DECL(two, "two", 3); in TestOrdinalRules()
Dcmsgtst.c1128 U_STRING_DECL(pattern, "abc {1} def", 11); in TestMessageWithUnusedArgNumber()
1131 U_STRING_DECL(expected, "abc y def", 9); in TestMessageWithUnusedArgNumber()
Dcdattst.c971 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()
Dutransts.c353 U_STRING_DECL(ID, "TestA-TestB", 11); in TestRegisterUnregister()
Dcreststn.c1512 U_STRING_DECL(rootVal, "ROOT", 4); in TestConstruction1()
1513 U_STRING_DECL(te_inVal, "TE_IN", 5); in TestConstruction1()
Dusrchtst.c2530 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/
Dstringperf.h43 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/
Duwmsg.c90 U_STRING_DECL(gNoFormatting, " (UCONFIG_NO_FORMATTING see uconfig.h)", 38);
/external/icu/icu4c/source/test/intltest/
Dcolldata.cpp318 U_STRING_DECL(test_pattern, "[[:assigned:]-[:c:]]", 20); in CollData()
324U_STRING_DECL(remove_pattern, "[[\\u3400-\\u9FFF][\\u1100-\\u11F9][\\uAC00-\\uD7AF][\\U00020000-\\… in CollData()
Dcitrtest.cpp283U_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()
Dstrtest.cpp97 U_STRING_DECL(ustringVar, "aZ0 -", 5);
Dssearch.cpp1373 U_STRING_DECL(letter_pattern, "[[:letter:]-[:ideographic:]-[:hangul:]]", 39); in monkeyTest()
Dnumfmtst.cpp6929 U_STRING_DECL(pattern,"#",1); in Test9087()
6932 U_STRING_DECL(infstr,"INF",3); in Test9087()
6935 U_STRING_DECL(nanstr,"NAN",3); in Test9087()
/external/icu/icu4c/source/samples/ustring/
Dustring.cpp544 U_STRING_DECL(invString, "such characters are safe 123 %-.", 32); in demoUnicodeStringInit()