Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtfsmalls.cpp172 Formattable fta, ftb; in test_Formattable() local
173 fta.setLong(1); ftb.setLong(2); in test_Formattable()
174 if ((fta != ftb) || !(fta == ftb)) { in test_Formattable()
177 fta.getLong(&status); in test_Formattable()
186 fta = ftb; in test_Formattable()
187 if ((fta == ftb) || !(fta != ftb)) { in test_Formattable()
193 fta.setDouble( 3.0 ); in test_Formattable()
194 if ((fta.getType() == Formattable::kDouble) && (fta.getDouble() == 3.0)) { in test_Formattable()
200 fta.getDate(status = U_ZERO_ERROR); in test_Formattable()
204 fta.setDate( 4.0 ); in test_Formattable()
[all …]
Dtchcfmt.cpp405 Formattable fta[] = { (int32_t)3 }; in TestComplexExample() local
409 res1 = form_pat.format( fta, 1, str, fpos, status ); in TestComplexExample()
/external/skia/src/ports/
DSkFontHost_FreeType.cpp469 AutoFTAccess fta(this); in onGetAdvancedTypefaceMetrics()
470 FT_Face face = fta.face(); in onGetAdvancedTypefaceMetrics()
725 AutoFTAccess fta(this); in onGetUPEM() local
726 FT_Face face = fta.face(); in onGetUPEM()
732 AutoFTAccess fta(this); in onGetKerningPairAdjustments() local
733 FT_Face face = fta.face(); in onGetKerningPairAdjustments()
1476 AutoFTAccess fta(this); in onCharsToGlyphs() local
1477 FT_Face face = fta.face(); in onCharsToGlyphs()
1510 AutoFTAccess fta(this); in onCountGlyphs() local
1511 FT_Face face = fta.face(); in onCountGlyphs()
[all …]
/external/libcap-ng/libcap-ng-0.7/
DChangeLog17 - Python bindings update (arfrever.fta)