Lines Matching refs:displayName
706 logln(" " + pair->displayName + " --> " + pair->id); in testAPI_Two()
746 logln(" " + pair->displayName + " --> " + pair->id); in testAPI_Two()
759 UnicodeString displayName; in testAPI_Two() local
761 service.getDisplayName(actualID, displayName, Locale::getEnglish()); in testAPI_Two()
762 logln("found actual: " + *gal + " with display name: " + displayName); in testAPI_Two()
763 confirmBoolean("30) found display name for actual", !displayName.isBogus()); in testAPI_Two()
765 service.getDisplayName(id, displayName, Locale::getEnglish()); in testAPI_Two()
766 logln("found actual: " + *gal + " with display name: " + displayName); in testAPI_Two()
767 confirmBoolean("31) found display name for query", displayName.isBogus()); in testAPI_Two()
782 UnicodeString displayName; in testAPI_Two() local
783 service.getDisplayName(actualID, displayName, Locale::getEnglish()); in testAPI_Two()
784 logln("found actual: " + *bozo + " with display name: " + displayName); in testAPI_Two()
785 confirmBoolean("32) found display name for actual", !displayName.isBogus()); in testAPI_Two()
787 service.getDisplayName(id, displayName, Locale::getEnglish()); in testAPI_Two()
788 logln("found actual: " + *bozo + " with display name: " + displayName); in testAPI_Two()
789 confirmBoolean("33) found display name for query", displayName.isBogus()); in testAPI_Two()
918 logln(" " + pair->displayName + " --> " + pair->id); in testRBF()
943 logln(" " + pair->displayName + " --> " + pair->id); in testRBF()