Home | History | Annotate | Download | only in intltest

Lines Matching refs:ncol

59         Collator* ncol = Collator::createInstance(US_FOO, status);
60 if (*clone != *ncol) {
67 Locale 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;
86 ncol = Collator::createInstance(US, status);
87 if (*uscol != *ncol) {
90 delete ncol; ncol = NULL;
106 Collator* ncol = Collator::createInstance(fu_FU_FOO, status);
107 if (*clone != *ncol) {
191 Locale nloc = ncol->getLocale(ULOC_VALID_LOCALE, status);
195 delete ncol; ncol = NULL;
204 ncol = Collator::createInstance(fu_FU, status);
205 if (*fucol != *ncol) {
209 delete ncol; ncol = NULL;
406 Collator* ncol = Collator::createInstance(Locale::getUS(), status);
407 if (*frcol != *ncol) {
410 delete ncol; ncol = NULL;
412 ncol = Collator::createInstance(fu_FU_FOO, status);
413 if (*jpcol != *ncol) {
419 Locale loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status);
424 loc = ncol->getLocale(ULOC_VALID_LOCALE, status);
428 delete ncol; ncol = NULL;
464 ncol = Collator::createInstance(fu_FU, status);
465 if (*fucol != *ncol) {
468 delete ncol;