Searched refs:FcLangNormalize (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/fontconfig/dist/fc-validate/
H A Dfc-validate.c138 lang = (FcChar8 *) FcLangNormalize ((const FcChar8 *) optarg);
163 lang = FcLangNormalize ((const FcChar8 *) setlocale (LC_CTYPE, NULL));
/xsrc/external/mit/fontconfig/include/
H A Dfcaliastail.h207 # undef FcLangNormalize
208 extern __typeof (FcLangNormalize) FcLangNormalize __attribute((alias("IA__FcLangNormalize"))) FC_ATTRIBUTE_VISIBILITY_EXPORT;
H A Dfcalias.h179 extern __typeof (FcLangNormalize) IA__FcLangNormalize FC_ATTRIBUTE_VISIBILITY_HIDDEN;
180 #define FcLangNormalize IA__FcLangNormalize macro
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcstr.c1518 normalized_lang = FcLangNormalize ((const FcChar8 *) lang);
1530 normalized_lang = FcLangNormalize ((const FcChar8 *) p);
H A Dfclang.c182 FcLangNormalize (const FcChar8 *lang) function in typeref:typename:FcChar8 *
/xsrc/external/mit/fontconfig/dist/fontconfig/
H A Dfontconfig.h670 FcLangNormalize (const FcChar8 *lang);

Completed in 8 milliseconds