Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/kernel/src/locale/
Diconv.c14 #define UCS2BE 0304 macro
281 case UCS2BE: in iconv()
290 if (type-UCS2BE < 2U) goto ilseq; in iconv()
305 ? c==0xfffe ? UCS2LE : UCS2BE in iconv()
637 totype = UCS2BE; in iconv()
638 case UCS2BE: in iconv()
643 if (c < 0x10000 || totype-UCS2BE < 2U) { in iconv()
/third_party/musl/porting/uniproton/kernel/src/locale/
Diconv.c14 #define UCS2BE 0304 macro
281 case UCS2BE: in iconv()
290 if (type-UCS2BE < 2U) goto ilseq; in iconv()
305 ? c==0xfffe ? UCS2LE : UCS2BE in iconv()
637 totype = UCS2BE; in iconv()
638 case UCS2BE: in iconv()
643 if (c < 0x10000 || totype-UCS2BE < 2U) { in iconv()
/third_party/musl/src/locale/
Diconv.c14 #define UCS2BE 0304 macro
280 case UCS2BE: in iconv()
289 if (type-UCS2BE < 2U) goto ilseq; in iconv()
304 ? c==0xfffe ? UCS2LE : UCS2BE in iconv()
636 totype = UCS2BE; in iconv()
637 case UCS2BE: in iconv()
642 if (c < 0x10000 || totype-UCS2BE < 2U) { in iconv()