Searched refs:utf8ToUtf16 (Results 1 – 5 of 5) sorted by relevance
/external/oj-libjdwp/src/share/npt/ |
D | npt.c | 70 npt->utf8ToUtf16 = &utf8ToUtf16; in nptInitialize()
|
D | utf.h | 57 int JNICALL utf8ToUtf16
|
D | npt.h | 68 int (JNICALL *utf8ToUtf16)
|
D | utf.c | 54 utf8ToUtf16(struct UtfInst *ui, jbyte *utf8, int len, unsigned short *output, int outputMaxLen) in utf8ToUtf16() function 472 len3 = utf8ToUtf16(ui, (jbyte*)buf1, len1, (jchar*)buf3, 1024); in test()
|
/external/skia/modules/skshaper/src/ |
D | SkUnicode_icu.cpp | 251 auto utf16Units = utf8ToUtf16(utf8, utf8Units, &utf16); in extractBidi() 384 static int utf8ToUtf16(const char* utf8, size_t utf8Units, std::unique_ptr<uint16_t[]>* utf16) { in utf8ToUtf16() function in SkUnicode_icu 484 auto utf16Units = utf8ToUtf16(utf8, utf8Units, &utf16); in getWords()
|