Home | History | Annotate | Download | only in intltest

Lines Matching full:bozo

776         UnicodeString* bozo = (UnicodeString*)service.get(id, &actualID, status);
777 if (bozo != NULL) {
780 logln("found actual: " + *bozo + " with display name: " + displayName);
784 logln("found actual: " + *bozo + " with display name: " + displayName);
787 delete bozo;