Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/third_party/utf8_range/
H A Dutf8_range.c45 static FORCE_INLINE_ATTR inline int utf8_range_AsciiIsAscii(unsigned char c) { in utf8_range_AsciiIsAscii() function
84 if (utf8_range_AsciiIsAscii(byte1)) { in utf8_range_ValidateUTF8Naive()
172 while (data < end && utf8_range_AsciiIsAscii(*data)) { in utf8_range_SkipAscii()