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

  /system/core/libutils/
Unicode.cpp 117 size_t strlen32(const char32_t *s) function
  /external/pcre/dist/
pcretest.c 410 #define STRLEN32(p) ((int)strlen32((PCRE_SPTR32)p))
553 #define STRLEN(p) (pcre_mode == PCRE32_MODE ? STRLEN32(p) : pcre_mode == PCRE16_MODE ? STRLEN16(p) : STRLEN8(p))
2072 static int strlen32(PCRE_SPTR32 p) function
    [all...]

Completed in 107 milliseconds