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

/external/icu4c/samples/ustring/
H A Dustring.cpp36 printUString(const char *announce, const UChar *s, int32_t length) { function
110 printUString("iterate forward through: ", input, LENGTHOF(input));
129 printUString("iterate backward through: ", input, LENGTHOF(input));
160 printUString("should be \"Aabc\": ", buffer, -1);
171 printUString("should be \"A<sharp s>C\": ", buffer, -1);
213 printUString("input string: ", input, -1);
225 printUString("simple-uppercased: ", buffer, j);
236 printUString("simple-lowercased: ", buffer, j);
247 printUString("simple-titlecased: ", buffer, j);
258 printUString("simpl
[all...]

Completed in 59 milliseconds