Home | History | Annotate | Download | only in cintltst

Lines Matching full:namesize

1332     int32_t nameSize;
1353 nameSize = uloc_getDisplayName(locName, NULL, name, 256, &status);
1354 for(j = 0; j<nameSize; j++) {
1357 cName[nameSize] = 0;
1736 int32_t nameSize = uloc_getDisplayName(locName, NULL, name, sizeof(cName), &status);
1738 for(j = 0; j<nameSize; j++) {
1741 cName[nameSize] = 0;