Home | History | Annotate | Download | only in cintltst

Lines Matching defs:nameSize

658             int32_t nameSize = uloc_getDisplayName(locName, NULL, name, sizeof(cName), &status);
660 for(j = 0; j<nameSize; j++) {
663 cName[nameSize] = 0;