Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/ustring/
Dustring.cpp46 printUString(const char *announce, const UChar *s, int32_t length) { in printUString() function
120 printUString("iterate forward through: ", input, UPRV_LENGTHOF(input)); in demo_utf_h_macros()
139 printUString("iterate backward through: ", input, UPRV_LENGTHOF(input)); in demo_utf_h_macros()
170 printUString("should be \"Aabc\": ", buffer, -1); in demo_C_Unicode_strings()
181 printUString("should be \"A<sharp s>C\": ", buffer, -1); in demo_C_Unicode_strings()
223 printUString("input string: ", input, -1); in demoCaseMapInC()
235 printUString("simple-uppercased: ", buffer, j); in demoCaseMapInC()
246 printUString("simple-lowercased: ", buffer, j); in demoCaseMapInC()
257 printUString("simple-titlecased: ", buffer, j); in demoCaseMapInC()
268 printUString("simple-case-folded/default: ", buffer, j); in demoCaseMapInC()
[all …]