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

  /external/sqlite/android/
PhoneticStringUtils.cpp 226 size_t src_len = utf8_length(src);
  /external/bluetooth/glib/glib/
gutf8.c 82 #define UTF8_LENGTH(Char) \
775 if (UTF8_LENGTH(wc) != len)
1054 result_length += UTF8_LENGTH (str[i]);
1167 n_bytes += UTF8_LENGTH (wc);
    [all...]
  /frameworks/base/include/utils/
String8.h 53 size_t utf8_length(const char *src);
  /external/dbus/dbus/
dbus-string.c     [all...]
  /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
  /prebuilt/sdk/tools/linux/
aapt 

Completed in 552 milliseconds