Home | History | Annotate | Download | only in genrb

Lines Matching defs:localeID

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