Searched refs:FcUtf16ToUcs4 (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/libXft/dist/src/
H A Dxftextent.c275 while (len && (l = FcUtf16ToUcs4 (string, endian, &ucs4, len)) > 0)
H A Dxftdraw.c670 while (len && (l = FcUtf16ToUcs4 (string, endian, &ucs4, len)) > 0)
H A Dxftrender.c1105 while (len && (l = FcUtf16ToUcs4 (string, endian, &ucs4, len)) > 0)
/xsrc/external/mit/fontconfig/include/
H A Dfcaliastail.h465 # undef FcUtf16ToUcs4
466 extern __typeof (FcUtf16ToUcs4) FcUtf16ToUcs4 __attribute((alias("IA__FcUtf16ToUcs4"))) FC_ATTRIBUTE_VISIBILITY_EXPORT;
H A Dfcalias.h415 extern __typeof (FcUtf16ToUcs4) IA__FcUtf16ToUcs4 FC_ATTRIBUTE_VISIBILITY_HIDDEN;
416 #define FcUtf16ToUcs4 IA__FcUtf16ToUcs4 macro
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcstr.c757 FcUtf16ToUcs4 (const FcChar8 *src_orig, function in typeref:typename:int
809 clen = FcUtf16ToUcs4 (string, endian, &c, len);
H A Dfcfreetype.c775 while ((ilen = FcUtf16ToUcs4 (src, FcEndianBig, &ucs4, src_len)) > 0)
/xsrc/external/mit/fontconfig/dist/fontconfig/
H A Dfontconfig.h1079 FcUtf16ToUcs4 (const FcChar8 *src_orig,

Completed in 13 milliseconds