Home | History | Annotate | Download | only in cintltst

Lines Matching defs:c1

2699         UCalendar* c1 = NULL;
2703 const char* l1 = ucal_getLocaleByType(c1, ULOC_VALID_LOCALE, &status);
2709 c1 = ucal_open(NULL, -1, oldLoc, UCAL_GREGORIAN, &status);
2716 ucal_close(c1);
2778 UCollator* c1 = NULL;
2791 c1 = ucol_open(oldLoc, &status);
2793 l1 = ucol_getLocaleByType(c1, ULOC_VALID_LOCALE, &status);
2802 ucol_close(c1);