Searched refs:CountStringCodePoint (Results 1 – 2 of 2) sorted by relevance
64 bool CountStringCodePoint(const typename Encoding::Ch* s, SizeType length, SizeType* outCount) { in CountStringCodePoint() function
1066 if (internal::CountStringCodePoint<EncodingType>(str, length, &count)) { in String()