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

  /external/sqlite/android/
PhoneticStringUtils.cpp 226 size_t src_len = utf8_length(src);
  /frameworks/base/include/utils/
String8.h 53 size_t utf8_length(const char *src);
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11events.c 228 static int Utf8ToUtf16(const Uint8 *utf8, const int utf8_length, Uint16 *utf16, const int utf16_max_length) {
235 Uint8 const *const end_of_input = utf8 + utf8_length - 1;
    [all...]
  /frameworks/base/libs/utils/
String8.cpp 724 size_t utf8_length(const char *src) function

Completed in 707 milliseconds