Home | History | Annotate | Download | only in i18n

Lines Matching defs:bp

972         char* bp = buffer;
974 bp = (char *)uprv_malloc(cap);
975 if (bp == NULL) {
980 name.extract(0, name.length(), bp, cap, UnicodeString::kInvariant);
981 Locale retLocale(bp);
982 if (bp != buffer) {
983 uprv_free(bp);