Lines Matching defs:cnv
54 UConverter *cnv; in _UTF16BEFromUnicodeWithOffsets() local
258 UConverter *cnv; in _UTF16BEToUnicodeWithOffsets() local
573 _UTF16BEReset(UConverter *cnv, UConverterResetChoice choice) { in _UTF16BEReset()
589 _UTF16BEOpen(UConverter *cnv, in _UTF16BEOpen()
601 _UTF16BEGetName(const UConverter *cnv) { in _UTF16BEGetName()
655 UConverter *cnv; in _UTF16LEFromUnicodeWithOffsets() local
859 UConverter *cnv; in _UTF16LEToUnicodeWithOffsets() local
1174 _UTF16LEReset(UConverter *cnv, UConverterResetChoice choice) { in _UTF16LEReset()
1190 _UTF16LEOpen(UConverter *cnv, in _UTF16LEOpen()
1202 _UTF16LEGetName(const UConverter *cnv) { in _UTF16LEGetName()
1279 _UTF16Reset(UConverter *cnv, UConverterResetChoice choice) { in _UTF16Reset()
1293 _UTF16Open(UConverter *cnv, in _UTF16Open()
1314 _UTF16GetName(const UConverter *cnv) { in _UTF16GetName()
1326 static inline bool IS_UTF16BE(const UConverter *cnv) { in IS_UTF16BE()
1330 static inline bool IS_UTF16LE(const UConverter *cnv) { in IS_UTF16LE()
1334 static inline bool IS_UTF16(const UConverter *cnv) { in IS_UTF16()
1342 UConverter *cnv=pArgs->converter; in _UTF16ToUnicodeWithOffsets() local