HomeSort by relevance Sort by last modified time
    Searched full:printustring (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/samples/ustring/
ustring.cpp 36 printUString(const char *announce, const UChar *s, int32_t length) {
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("simple-case-folded/default: ", buffer, j)
    [all...]
  /external/icu/icu4c/source/samples/ustring/
ustring.cpp 36 printUString(const char *announce, const UChar *s, int32_t length) {
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("simple-case-folded/default: ", buffer, j)
    [all...]

Completed in 215 milliseconds