Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/musl-locale/
Diconv.c13 #define UCS2BE 0304 macro
203 case UCS2BE: in iconv()
212 if (type-UCS2BE < 2U) goto ilseq; in iconv()
413 case UCS2BE: in iconv()
417 if (c < 0x10000 || type-UCS2BE < 2U) { in iconv()