Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_pixelformat.c231 unsigned cfmt, ms, db, ds, acc; in add_color_format_variants() local
255 for (cfmt = 0; cfmt < num_color_formats; cfmt++) { in add_color_format_variants()
256 if (!screen->is_format_supported(screen, color_formats[cfmt].format, in add_color_format_variants()
275 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/python/cpython3/Lib/test/
Dtest_types.py400 cfmt = "^20n"
404 self.assertEqual(len(format(0, cfmt)), len(format(x, cfmt)))
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberFormatTest.java3641 NumberFormat cfmt = NumberFormat.getCurrencyInstance(new ULocale("ja_JP")); in TestCurrencyFractionDigits() local
3642 String text1 = cfmt.format(value); in TestCurrencyFractionDigits()
3645 cfmt.setCurrency(cfmt.getCurrency()); in TestCurrencyFractionDigits()
3646 String text2 = cfmt.format(value); in TestCurrencyFractionDigits()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatTest.java3638 NumberFormat cfmt = NumberFormat.getCurrencyInstance(new ULocale("ja_JP")); in TestCurrencyFractionDigits() local
3639 String text1 = cfmt.format(value); in TestCurrencyFractionDigits()
3642 cfmt.setCurrency(cfmt.getCurrency()); in TestCurrencyFractionDigits()
3643 String text2 = cfmt.format(value); in TestCurrencyFractionDigits()