Home | History | Annotate | Download | only in intltest

Lines Matching defs:ncol

54         Collator* ncol = Collator::createInstance(US_FOO, status);
55 if (*frcol != *ncol) {
68 loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status);
72 loc = ncol->getLocale(ULOC_VALID_LOCALE, status);
76 loc = ncol->getLocale(ULOC_ACTUAL_LOCALE, status);
80 delete ncol; ncol = NULL;
87 ncol = Collator::createInstance(US, status);
88 if (*uscol != *ncol) {
91 delete ncol; ncol = NULL;
105 Collator* ncol = Collator::createInstance(fu_FU_FOO, status);
106 if (*frcol != *ncol) {
188 Locale nloc = ncol->getLocale(ULOC_VALID_LOCALE, status);
192 delete ncol; ncol = NULL;
201 ncol = Collator::createInstance(fu_FU, status);
202 if (*fucol != *ncol) {
206 delete ncol; ncol = NULL;
402 Collator* ncol = Collator::createInstance(Locale::getUS(), status);
403 if (*frcol != *ncol) {
406 delete ncol; ncol = NULL;
408 ncol = Collator::createInstance(fu_FU_FOO, status);
409 if (*jpcol != *ncol) {
413 Locale loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status);
417 loc = ncol->getLocale(ULOC_VALID_LOCALE, status);
421 delete ncol; ncol = NULL;
457 ncol = Collator::createInstance(fu_FU, status);
458 if (*fucol != *ncol) {
461 delete ncol;