Searched refs:IsLeadingSurrogate (Results 1 – 1 of 1) sorted by relevance
37 bool IsLeadingSurrogate(value_t code_point) { in IsLeadingSurrogate() function60 while (start != end && IsLeadingSurrogate(*(end - 1))) { in GetUtf8Result()