Searched refs:outCount (Results 1 – 1 of 1) sorted by relevance
64 bool CountStringCodePoint(const typename Encoding::Ch* s, SizeType length, SizeType* outCount) { in CountStringCodePoint() argument66 RAPIDJSON_ASSERT(outCount != 0); in CountStringCodePoint()76 *outCount = count; in CountStringCodePoint()