Home
last modified time | relevance | path

Searched refs:utf8_length (Results 1 – 2 of 2) sorted by relevance

/external/sqlite/android/
DPhoneticStringUtils.cpp226 size_t src_len = utf8_length(src); in GetExpectedString()
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
DSDL_x11events.c228 static int Utf8ToUtf16(const Uint8 *utf8, const int utf8_length, Uint16 *utf16, const int utf16_max… in Utf8ToUtf16() argument
235 Uint8 const *const end_of_input = utf8 + utf8_length - 1; in Utf8ToUtf16()