Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_pixelformat.c232 unsigned cfmt, ms, db, ds, acc; in add_color_format_variants() local
256 for (cfmt = 0; cfmt < num_color_formats; cfmt++) { in add_color_format_variants()
257 if (!screen->is_format_supported(screen, color_formats[cfmt].format, in add_color_format_variants()
276 stw_pixelformat_add(stw_dev, extended, &color_formats[cfmt], in add_color_format_variants()
/external/python/cpython2/Lib/test/
Dtest_types.py580 cfmt = "^20n"
584 self.assertEqual(len(format(0, cfmt)), len(format(x, cfmt)))
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatTest.java3731 NumberFormat cfmt = NumberFormat.getCurrencyInstance(new ULocale("ja_JP")); in TestCurrencyFractionDigits() local
3732 String text1 = cfmt.format(value); in TestCurrencyFractionDigits()
3735 cfmt.setCurrency(cfmt.getCurrency()); in TestCurrencyFractionDigits()
3736 String text2 = cfmt.format(value); in TestCurrencyFractionDigits()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberFormatTest.java3732 NumberFormat cfmt = NumberFormat.getCurrencyInstance(new ULocale("ja_JP")); in TestCurrencyFractionDigits() local
3733 String text1 = cfmt.format(value); in TestCurrencyFractionDigits()
3736 cfmt.setCurrency(cfmt.getCurrency()); in TestCurrencyFractionDigits()
3737 String text2 = cfmt.format(value); in TestCurrencyFractionDigits()