Lines Matching defs:bp
220 const UnicodeString *bp = NULL; // Base prefix.
232 if(bp == NULL) {
234 bp = &basePrefixes.getString();
236 bp = &none;
239 if(tp == &none && bp == &none) { break; }
240 int32_t cmp = tp->compare(*bp);
246 // bp occurs in the base but not in the tailoring.
247 addPrefix(baseData, *bp, c, (uint32_t)basePrefixes.getValue());
248 bp = NULL;
254 bp = NULL;