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

  /system/core/include/utils/
Unicode.h 105 int32_t utf32_from_utf8_at(const char *src, size_t src_len, size_t index, size_t *next_index);
  /system/core/libutils/
Unicode.cpp 159 int32_t utf32_from_utf8_at(const char *src, size_t src_len, size_t index, size_t *next_index) function
String8.cpp 490 return utf32_from_utf8_at(mString, length(), index, next_index);
  /frameworks/rs/
rsFont.cpp 189 int32_t utfChar = utf32_from_utf8_at(text, len, index, &nextIndex);

Completed in 90 milliseconds