Home | History | Annotate | Download | only in genrb

Lines Matching defs:localeID

188     char* localeID = (char*) uprv_malloc(idLen);
202 uprv_memcpy(localeID, id, pos);
203 localeID[pos]=0; /* NUL terminate the string */
207 canonLen = uloc_canonicalize(localeID, canon, canonCapacity, &status);
210 fprintf(stderr, "Could not canonicalize the locale ID: %s. Error: %s\n", localeID, u_errorName(status));