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

  /system/core/libutils/
Unicode.cpp 480 static inline size_t utf8_codepoint_len(uint8_t ch)
572 int u8charLen = utf8_codepoint_len(*u8cur);
624 size_t u8len = utf8_codepoint_len(*u8cur);
  /system/core/adb/
sysdeps_win32.cpp 2276 static inline size_t utf8_codepoint_len(uint8_t ch) { function
    [all...]

Completed in 133 milliseconds