Searched refs:utf8Str (Results 1 – 2 of 2) sorted by relevance
34 /* static */ std::vector<int> Utf8Utils::getCodePoints(const std::string &utf8Str) { in getCodePoints() argument39 for (const char c : utf8Str) { in getCodePoints()
32 static std::vector<int> getCodePoints(const std::string &utf8Str);