Home
last modified time | relevance | path

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

/external/skia/modules/skshaper/src/
DSkShaper_coretext.cpp170 fUtf16ToUtf8Indices = std::vector<size_t>(utf16Size + 1); in setUTF8()
171 auto utf16 = fUtf16ToUtf8Indices.begin(); in setUTF8()
183 SkASSERT(index < fUtf16ToUtf8Indices.size()); in mapIndex()
184 return fUtf16ToUtf8Indices[index]; in mapIndex()
192 std::vector<size_t> fUtf16ToUtf8Indices; member in __anon944c3ffd0111::UTF16ToUTF8IndicesMap