Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Diconv.cpp250 Out16(buf, wc, swap); in Convert()
255 Out16(buf + 0, hi, swap); in Convert()
256 Out16(buf + 2, lo, swap); in Convert()
301 void Out16(char* dst, char16_t ch, bool swap) { in Out16() function