Home | History | Annotate | Download | only in cintltst

Lines Matching refs:uloc_getCountry

254 /* testing uloc(), uloc_getName(), uloc_getLanguage(), uloc_getVariant(), uloc_getCountry() */
281 cap=uloc_getCountry(testLocale, temp, cap, &status);
285 uloc_getCountry(testLocale, temp, cap+1, &status);
288 log_err("ERROR: in uloc_getCountry %s\n", myErrorName(status));
431 "uloc_getCountry()",
468 len = uloc_getCountry(loc, buf, PREFIXBUFSIZ, &err);
1579 uloc_getCountry(locale, buff, 256, &status);
1588 log_err("FAIL: uloc_getCountry(%s)==\t\"%s\"\t expected \"%s\"\n",
1593 log_verbose(" uloc_getCountry(%s)==\t%s\n", locale, buff);
1647 i = uloc_getCountry(p1_buff,r1_buff,12,&icu_err);
1650 printf("uloc_getCountry error (%s)\n",r1_buff);
1656 i = uloc_getCountry(p1_buff,r1_buff,12,&icu_err);
1659 printf("uloc_getCountry error (%s)\n",r1_buff);
3090 int32_t countryLen = uloc_getCountry(newLoc, country, capacity, &status);
3181 length = uloc_getCountry(temp2, temp3, sizeof(temp3)/sizeof(char), &status);