Searched refs:strlen16 (Results 1 – 1 of 1) sorted by relevance
1318 (test_mode == PCRE16_MODE)? ((int)strlen16((PCRE2_SPTR16)p)) : \1934 #define STRLEN(p) (int)strlen16((PCRE2_SPTR16)p)2559 static size_t strlen16(PCRE2_SPTR16 p) in strlen16() function