Lines Matching refs:displayName
709 logln(" " + pair->displayName + " --> " + pair->id); in testAPI_Two()
749 logln(" " + pair->displayName + " --> " + pair->id); in testAPI_Two()
762 UnicodeString displayName; in testAPI_Two() local
764 service.getDisplayName(actualID, displayName, Locale::getEnglish()); in testAPI_Two()
765 logln("found actual: " + *gal + " with display name: " + displayName); in testAPI_Two()
766 confirmBoolean("30) found display name for actual", !displayName.isBogus()); in testAPI_Two()
768 service.getDisplayName(id, displayName, Locale::getEnglish()); in testAPI_Two()
769 logln("found actual: " + *gal + " with display name: " + displayName); in testAPI_Two()
770 confirmBoolean("31) found display name for query", displayName.isBogus()); in testAPI_Two()
785 UnicodeString displayName; in testAPI_Two() local
786 service.getDisplayName(actualID, displayName, Locale::getEnglish()); in testAPI_Two()
787 logln("found actual: " + *bozo + " with display name: " + displayName); in testAPI_Two()
788 confirmBoolean("32) found display name for actual", !displayName.isBogus()); in testAPI_Two()
790 service.getDisplayName(id, displayName, Locale::getEnglish()); in testAPI_Two()
791 logln("found actual: " + *bozo + " with display name: " + displayName); in testAPI_Two()
792 confirmBoolean("33) found display name for query", displayName.isBogus()); in testAPI_Two()
921 logln(" " + pair->displayName + " --> " + pair->id); in testRBF()
946 logln(" " + pair->displayName + " --> " + pair->id); in testRBF()