Searched refs:toName (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dolsontz.cpp927 UnicodeString fromName, toName; local
929 to->getName(toName);
930 if (fromName == toName && from->getRawOffset() == to->getRawOffset()
988 UnicodeString fromName, toName; local
990 to->getName(toName);
991 if (fromName == toName && from->getRawOffset() == to->getRawOffset()
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dtztest.cpp1323 UnicodeString fromName, toName; local
1337 toName.remove();
1339 to->getDisplayName(useDst[k], styles[j], locale, toName);
1340 if(fromName.compare(toName) != 0) {
1341 errln("Fail: Expected "+toName+" but got " + prettify(fromName)
1351 toName.remove();
1353 to->getDisplayName(toName);
1354 if(fromName.compare(toName) != 0) {
1355 errln("Fail: Expected "+toName+" but got " + fromName);
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A Duds_daemon.c67 int WCFNameResolvesToName(WCFConnection *conn, char* fromName, char* toName, uid_t userid) __attribute__((weak_import));

Completed in 254 milliseconds