HomeSort by relevance Sort by last modified time
    Searched refs:appendUTF8 (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/common/
unisetspan.cpp 179 appendUTF8(const UChar *s, int32_t length, uint8_t *t, int32_t capacity) {
327 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count);
365 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count);
    [all...]
  /external/icu4c/common/
unisetspan.cpp 181 appendUTF8(const UChar *s, int32_t length, uint8_t *t, int32_t capacity) {
329 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count);
367 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
usettest.cpp     [all...]
  /external/icu4c/test/intltest/
usettest.cpp     [all...]

Completed in 102 milliseconds