Searched refs:zone1 (Results 1 – 7 of 7) sorted by relevance
/external/freetype/src/pshinter/ |
D | pshglob.c | 475 PSH_Blue_Zone zone1, zone2; in psh_blues_scale_zones() local 492 zone1 = normal->zones; in psh_blues_scale_zones() 495 for ( ; count1 > 0; count1--, zone1++ ) in psh_blues_scale_zones() 507 Delta = zone1->org_ref - zone2->org_ref; in psh_blues_scale_zones() 513 zone1->cur_top = zone2->cur_top; in psh_blues_scale_zones() 514 zone1->cur_bottom = zone2->cur_bottom; in psh_blues_scale_zones() 515 zone1->cur_ref = zone2->cur_ref; in psh_blues_scale_zones() 516 zone1->cur_delta = zone2->cur_delta; in psh_blues_scale_zones()
|
/external/icu4c/i18n/ |
D | vzone.cpp | 47 vzone_equals(const VZone* zone1, const VZone* zone2) { in vzone_equals() argument 48 return *(const VTimeZone*)zone1 == *(const VTimeZone*)zone2; in vzone_equals()
|
D | vzone.h | 85 vzone_equals(const VZone* zone1, const VZone* zone2);
|
/external/chromium/third_party/icu/source/test/intltest/ |
D | tztest.cpp | 774 const char *zone1 = compatibilityMap[i]; in TestShortZoneIDs() local 777 TimeZone *tz1 = TimeZone::createTimeZone(zone1); in TestShortZoneIDs() 781 errln(UnicodeString("FAIL: Could not find short ID zone ") + zone1); in TestShortZoneIDs() 792 errln("FAIL: " + UnicodeString(zone1) + in TestShortZoneIDs() 795 logln("OK: " + UnicodeString(zone1) + in TestShortZoneIDs()
|
/external/chromium/third_party/icu/source/test/cintltst/ |
D | ccaltst.c | 89 UChar zone1[32], zone2[32]; in TestCalendar() local 181 i = ucal_getDefaultTimeZone(zone1, sizeof(zone1)/sizeof(zone1[0]), &status); in TestCalendar() 202 ucal_setDefaultTimeZone(zone1, &status); in TestCalendar()
|
/external/icu4c/test/intltest/ |
D | tztest.cpp | 783 const char *zone1 = compatibilityMap[i]; in TestShortZoneIDs() local 786 TimeZone *tz1 = TimeZone::createTimeZone(zone1); in TestShortZoneIDs() 790 errln(UnicodeString("FAIL: Could not find short ID zone ") + zone1); in TestShortZoneIDs() 801 errln("FAIL: " + UnicodeString(zone1) + in TestShortZoneIDs() 804 logln("OK: " + UnicodeString(zone1) + in TestShortZoneIDs()
|
/external/icu4c/test/cintltst/ |
D | ccaltst.c | 93 UChar zone1[32], zone2[32]; in TestCalendar() local 185 i = ucal_getDefaultTimeZone(zone1, sizeof(zone1)/sizeof(zone1[0]), &status); in TestCalendar() 206 ucal_setDefaultTimeZone(zone1, &status); in TestCalendar()
|