Searched refs:num_encodings (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ucnvseltst.c | 273 getResultsManually(const char** encodings, int32_t num_encodings, in getResultsManually() argument 282 for(i = 0 ; i < num_encodings ; i++) { in getResultsManually() 400 int32_t num_encodings; in TestSelector() local 401 const char **encodings = getEncodingsFns[testCaseIdx](&num_encodings); in TestSelector() 402 if (getTestOption(QUICK_OPTION) && num_encodings > 25) { in TestSelector() 420 sel_rt = ucnvsel_open(encodings, num_encodings, in TestSelector() 423 if (num_encodings == gCountAvailable) { in TestSelector() 430 sel_fb = ucnvsel_open(encodings, num_encodings, in TestSelector() 434 sel_fb = ucnvsel_open(encodings, num_encodings, in TestSelector() 457 manual_rt = getResultsManually(encodings, num_encodings, in TestSelector() [all …]
|
/external/freetype/src/bdf/ |
D | bdfdrivr.c | 56 FT_ULong num_encodings; /* ftobjs.h: FT_CMap->clazz->size */ member 71 cmap->num_encodings = face->bdffont->glyphs_used; in bdf_cmap_init() 85 cmap->num_encodings = 0; in bdf_cmap_done() 100 max = cmap->num_encodings; in bdf_cmap_char_index() 146 max = cmap->num_encodings; in bdf_cmap_char_next() 177 if ( min < cmap->num_encodings ) in bdf_cmap_char_next()
|
/external/mesa3d/src/intel/compiler/ |
D | test_eu_validate.cpp | 273 const int num_encodings = 1 << num_bits; in TEST_P() local 279 BITSET_DECLARE(invalid_encodings, num_encodings); in TEST_P() 355 BITSET_FOREACH_SET(e, invalid_encodings, num_encodings) { in TEST_P() 381 const int num_encodings = 1 << num_bits; in TEST_P() local 387 BITSET_DECLARE(invalid_encodings, num_encodings); in TEST_P() 433 BITSET_FOREACH_SET(e, invalid_encodings, num_encodings) { in TEST_P() 461 const int num_encodings = 1 << num_bits; in TEST_P() local 467 BITSET_DECLARE(invalid_encodings, num_encodings); in TEST_P() 525 BITSET_FOREACH_SET(e, invalid_encodings, num_encodings) { in TEST_P()
|
/external/freetype/ |
D | ChangeLog.23 | 1674 * bdfdrivr.c: The type of BDF_CMap->num_encodings is 1677 are matched with BDF_CMap->num_encodings. The type of
|
D | ChangeLog.21 | 7982 cmap->num_encodings.
|