Home | History | Annotate | Download | only in intltest

Lines Matching defs:ncol

56         Collator* ncol = Collator::createInstance(US_FOO, status);
57 if (*clone != *ncol) {
64 Locale loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status);
68 loc = ncol->getLocale(ULOC_VALID_LOCALE, status);
72 loc = ncol->getLocale(ULOC_ACTUAL_LOCALE, status);
76 delete ncol; ncol = NULL;
82 ncol = Collator::createInstance(US, status);
83 if (*uscol != *ncol) {
86 delete ncol; ncol = NULL;
102 Collator* ncol = Collator::createInstance(fu_FU_FOO, status);
103 if (*clone != *ncol) {
187 Locale nloc = ncol->getLocale(ULOC_VALID_LOCALE, status);
191 delete ncol; ncol = NULL;
200 ncol = Collator::createInstance(fu_FU, status);
201 if (*fucol != *ncol) {
205 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) {
415 Locale loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status);
419 loc = ncol->getLocale(ULOC_VALID_LOCALE, status);
423 delete ncol; ncol = NULL;
459 ncol = Collator::createInstance(fu_FU, status);
460 if (*fucol != *ncol) {
463 delete ncol;