Lines Matching refs:ncol
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; ncol = NULL; in TestRegister()
106 Collator* ncol = Collator::createInstance(fu_FU_FOO, status); in TestRegister() local
107 if (*clone != *ncol) { in TestRegister()
191 Locale nloc = ncol->getLocale(ULOC_VALID_LOCALE, status); in TestRegister()
195 delete ncol; ncol = NULL; in TestRegister()
204 ncol = Collator::createInstance(fu_FU, status); in TestRegister()
205 if (*fucol != *ncol) { in TestRegister()
209 delete ncol; ncol = NULL; in TestRegister()
406 Collator* ncol = Collator::createInstance(Locale::getUS(), status); in TestRegisterFactory() local
407 if (*frcol != *ncol) { in TestRegisterFactory()
410 delete ncol; ncol = NULL; in TestRegisterFactory()
412 ncol = Collator::createInstance(fu_FU_FOO, status); in TestRegisterFactory()
413 if (*jpcol != *ncol) { in TestRegisterFactory()
419 Locale loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status); in TestRegisterFactory()
424 loc = ncol->getLocale(ULOC_VALID_LOCALE, status); in TestRegisterFactory()
428 delete ncol; ncol = NULL; in TestRegisterFactory()
464 ncol = Collator::createInstance(fu_FU, status); in TestRegisterFactory()
465 if (*fucol != *ncol) { in TestRegisterFactory()
468 delete ncol; in TestRegisterFactory()