Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dtfsmalls.cpp173 Formattable fta, ftb; in test_Formattable() local
174 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 …]
Dtchcfmt.cpp406 Formattable fta[] = { (int32_t)3 }; in TestComplexExample() local
410 res1 = form_pat.format( fta, 1, str, fpos, status ); in TestComplexExample()
/third_party/skia/src/ports/
DSkFontHost_FreeType.cpp435 AutoFTAccess fta(this); in onGetAdvancedMetrics() local
436 FT_Face face = fta.face(); in onGetAdvancedMetrics()
500 AutoFTAccess fta(this); in getGlyphToUnicodeMap() local
501 FT_Face face = fta.face(); in getGlyphToUnicodeMap()
523 AutoFTAccess fta(this); in getPostScriptGlyphNames() local
524 FT_Face face = fta.face(); in getPostScriptGlyphNames()
542 AutoFTAccess fta(this); in onGetPostScriptName() local
543 FT_Face face = fta.face(); in onGetPostScriptName()
594 static int GetVariationDesignPosition(AutoFTAccess& fta, in GetVariationDesignPosition() argument
597 FT_Face face = fta.face(); in GetVariationDesignPosition()
[all …]