Home
last modified time | relevance | path

Searched refs:utf8Str (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
Dutf8_utils.cpp34 /* static */ std::vector<int> Utf8Utils::getCodePoints(const std::string &utf8Str) { in getCodePoints() argument
39 for (const char c : utf8Str) { in getCodePoints()
Dutf8_utils.h32 static std::vector<int> getCodePoints(const std::string &utf8Str);