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

  /system/core/include/utils/
Unicode.h 34 size_t strlen16(const char16_t *);
  /system/core/libutils/
String16.cpp 120 size_t len = strlen16(o);
198 return setTo(other, strlen16(other));
261 return insert(pos, chrs, strlen16(chrs));
337 const size_t ps = strlen16(prefix);
Unicode.cpp 253 size_t strlen16(const char16_t *s) function
String8.cpp 186 : mString(allocFromUTF16(o, strlen16(o)))
  /frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp     [all...]
  /external/pcre/dist/
pcretest.c 318 #define STRLEN16(p) ((int)strlen16((PCRE_SPTR16)p))
553 #define STRLEN(p) (pcre_mode == PCRE32_MODE ? STRLEN32(p) : pcre_mode == PCRE16_MODE ? STRLEN16(p) : STRLEN8(p))
2057 static int strlen16(PCRE_SPTR16 p) function
    [all...]

Completed in 364 milliseconds