Home | History | Annotate | Download | only in cintltst

Lines Matching refs:c2

2523         UCalendar* c2 = NULL;
2527 const char* l2 = ucal_getLocaleByType(c2, ULOC_VALID_LOCALE, &status);
2533 c2 = ucal_open(NULL, -1, newLoc, UCAL_GREGORIAN, &status);
2540 ucal_close(c2);
2602 UCollator* c2 = NULL;
2615 c2 = ucol_open(newLoc, &status);
2617 l2 = ucol_getLocaleByType(c2, ULOC_VALID_LOCALE, &status);
2626 ucol_close(c2);