Home | History | Annotate | Download | only in intltest

Lines Matching full: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) {
180 Locale nloc = ncol->getLocale(ULOC_VALID_LOCALE, status);
184 delete ncol; ncol = NULL;
195 ncol = Collator::createInstance(fu_FU, status);
196 if (*fucol != *ncol) {
200 delete ncol; ncol = NULL;
396 Collator* ncol = Collator::createInstance(Locale::getUS(), status);
397 if (*frcol != *ncol) {
400 delete ncol; ncol = NULL;
402 ncol = Collator::createInstance(fu_FU_FOO, status);
403 if (*jpcol != *ncol) {
407 Locale loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status);
411 loc = ncol->getLocale(ULOC_VALID_LOCALE, status);
415 delete ncol; ncol = NULL;
451 ncol = Collator::createInstance(fu_FU, status);
452 if (*fucol != *ncol) {
455 delete ncol;