Searched refs:skipped_count (Results 1 – 1 of 1) sorted by relevance
56 int32 skipped_count = 0; in UTF8StrLen() local58 skipped_count += IsTrailByte(*ptr++) ? 1 : 0; in UTF8StrLen()60 const int32 result = byte_size - skipped_count; in UTF8StrLen()