Lines Matching refs:locID
58 char locID[200];
59 strcpy(locID, locale[l]);
61 strcat(locID, "@sp=icu");
62 strcat(locID, provider_version[v]);
65 printf("%-28s = ", locID);
73 Collator *col = Collator::createInstance(Locale(locID),subStatus);
83 strcat(xbuf2,locID);
88 UCollator *col = ucol_open(locID, &subStatus);
98 int32_t def = ucol_getShortDefinitionString(col,locID/*NULL*/,xbuf3,200,&subStatus);
130 int32_t def4 = ucol_getShortDefinitionString(col,locID/*NULL*/,xbuf4,200,&subStatus);