Searched refs:ncol (Results 1 - 8 of 8) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
H A D | svccoll.cpp | 59 Collator* ncol = Collator::createInstance(US_FOO, status); in TestRegister() local 60 if (*clone != *ncol) { in TestRegister() 67 Locale loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status); in TestRegister() 72 loc = ncol->getLocale(ULOC_VALID_LOCALE, status); in TestRegister() 76 loc = ncol->getLocale(ULOC_ACTUAL_LOCALE, status); in TestRegister() 80 delete ncol; ncol = NULL; in TestRegister() 86 ncol = Collator::createInstance(US, status); in TestRegister() 87 if (*uscol != *ncol) { in TestRegister() 90 delete ncol; nco in TestRegister() 106 Collator* ncol = Collator::createInstance(fu_FU_FOO, status); TestRegister() local 406 Collator* ncol = Collator::createInstance(Locale::getUS(), status); TestRegisterFactory() local [all...] |
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | CollationServiceTest.java | 41 Collator ncol = Collator.getInstance(ULocale.US); in TestRegister() 42 if (!frcol.equals(ncol)) { in TestRegister() 55 ncol = Collator.getInstance(ULocale.US); in TestRegister() 56 if (!uscol.equals(ncol)) { in TestRegister() 66 Collator ncol = Collator.getInstance(fu_FU); in TestRegister() 67 if (!frcol.equals(ncol)) { in TestRegister() 104 ncol = Collator.getInstance(fu_FU); in TestRegister() 105 if (!fucol.equals(ncol)) { in TestRegister() 121 Collator ncol = Collator.getInstance(ULocale.US); in TestRegister() 122 if (!ncol in TestRegister() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | CollationServiceTest.java | 44 Collator ncol = Collator.getInstance(ULocale.US); in TestRegister() 45 if (!frcol.equals(ncol)) { in TestRegister() 58 ncol = Collator.getInstance(ULocale.US); in TestRegister() 59 if (!uscol.equals(ncol)) { in TestRegister() 69 Collator ncol = Collator.getInstance(fu_FU); in TestRegister() 70 if (!frcol.equals(ncol)) { in TestRegister() 107 ncol = Collator.getInstance(fu_FU); in TestRegister() 108 if (!fucol.equals(ncol)) { in TestRegister() 124 Collator ncol = Collator.getInstance(ULocale.US); in TestRegister() 125 if (!ncol in TestRegister() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | mss1.c | 126 int i, ncol, r, g, b; in decode_pal() local 132 ncol = arith_get_number(acoder, ctx->free_colours + 1); in decode_pal() 133 for (i = 0; i < ncol; i++) { in decode_pal() 140 return !!ncol; in decode_pal()
|
H A D | mss2.c | 164 int i, ncol; in decode_pal_v2() local 170 ncol = *buf++; in decode_pal_v2() 171 if (ncol > ctx->free_colours || buf_size < 2 + ncol * 3) in decode_pal_v2() 173 for (i = 0; i < ncol; i++) in decode_pal_v2() 176 return 1 + ncol * 3; in decode_pal_v2()
|
/third_party/backends/sanei/ |
H A D | sanei_ir.c | 662 int nrow, ncol; in sanei_ir_filter_mean() local 732 ncol = hwc; in sanei_ir_filter_mean() 737 ncol++; in sanei_ir_filter_mean() 739 *dest++ = the_sum / (ncol * nrow); in sanei_ir_filter_mean() 742 ndiv = ncol * nrow; in sanei_ir_filter_mean() 754 ncol--; in sanei_ir_filter_mean() 756 *dest++ = the_sum / (ncol * nrow); in sanei_ir_filter_mean()
|
/third_party/littlefs/scripts/ |
H A D | plotmpl.py | 947 for ncol in reversed(range(1, len(labels)+1)): 952 ncol=ncol, 972 for ncol in reversed(range(1, len(labels)+1)): 977 ncol=ncol,
|
/third_party/mksh/ |
H A D | edit.c | 5256 int ncol = 0; in display() local 5265 ncol = col + pwidth; in display() 5283 ncol = col + pwidth - 1; in display() 5287 ncol = col + pwidth; in display() 5330 if (x_col != ncol) in display() 5331 ed_mov_opt(ncol, wb1); in display()
|
Completed in 12 milliseconds