Searched refs:fta (Results 1 – 3 of 3) sorted by relevance
173 Formattable fta, ftb; in test_Formattable() local174 fta.setLong(1); ftb.setLong(2); in test_Formattable()175 if ((fta != ftb) || !(fta == ftb)) { in test_Formattable()178 fta.getLong(&status); in test_Formattable()187 fta = ftb; in test_Formattable()188 if ((fta == ftb) || !(fta != ftb)) { in test_Formattable()194 fta.setDouble( 3.0 ); in test_Formattable()195 if ((fta.getType() == Formattable::kDouble) && (fta.getDouble() == 3.0)) { in test_Formattable()201 fta.getDate(status = U_ZERO_ERROR); in test_Formattable()205 fta.setDate( 4.0 ); in test_Formattable()[all …]
406 Formattable fta[] = { (int32_t)3 }; in TestComplexExample() local410 res1 = form_pat.format( fta, 1, str, fpos, status ); in TestComplexExample()
435 AutoFTAccess fta(this); in onGetAdvancedMetrics() local436 FT_Face face = fta.face(); in onGetAdvancedMetrics()500 AutoFTAccess fta(this); in getGlyphToUnicodeMap() local501 FT_Face face = fta.face(); in getGlyphToUnicodeMap()523 AutoFTAccess fta(this); in getPostScriptGlyphNames() local524 FT_Face face = fta.face(); in getPostScriptGlyphNames()542 AutoFTAccess fta(this); in onGetPostScriptName() local543 FT_Face face = fta.face(); in onGetPostScriptName()594 static int GetVariationDesignPosition(AutoFTAccess& fta, in GetVariationDesignPosition() argument597 FT_Face face = fta.face(); in GetVariationDesignPosition()[all …]