Home
last modified time | relevance | path

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

/external/skia/src/base/
DSkUTF.h24 SK_SPI int CountUTF16(const uint16_t* utf16, size_t byteLength);
DSkUTF.cpp70 int SkUTF::CountUTF16(const uint16_t* utf16, size_t byteLength) { in CountUTF16() function in SkUTF
/external/skia/tests/
DSkUTFTest.cpp22 size_t count2 = SkUTF::CountUTF16(buf, sizeof(buf)); in DEF_TEST()
/external/skia/src/core/
DSkFont.cpp386 return SkUTF::CountUTF16(reinterpret_cast<const uint16_t*>(text), byteLength); in CountTextElements()