Home | History | Annotate | Download | only in cintltst

Lines Matching full:buff

1488     char buff[256];
1545 uloc_getLanguage(locale, buff, 256, &status);
1552 if(strcmp(buff,tests[i].lang))
1555 locale, buff, tests[i].lang);
1559 log_verbose(" uloc_getLanguage(%s)==\t%s\n", locale, buff);
1585 uloc_getCountry(locale, buff, 256, &status);
1592 if(strcmp(buff,tests[i].ctry))
1595 locale, buff, tests[i].ctry);
1599 log_verbose(" uloc_getCountry(%s)==\t%s\n", locale, buff);
1624 log_err("FAIL: Got %s trying to do uloc_getLanguage(kok, buff)\n", u_errorName(icu_err));