HomeSort by relevance Sort by last modified time
    Searched refs:zone1 (Results 1 - 7 of 7) sorted by null

  /external/freetype/src/pshinter/
pshglob.c 475 PSH_Blue_Zone zone1, zone2; local
492 zone1 = normal->zones;
495 for ( ; count1 > 0; count1--, zone1++ )
507 Delta = zone1->org_ref - zone2->org_ref;
513 zone1->cur_top = zone2->cur_top;
514 zone1->cur_bottom = zone2->cur_bottom;
515 zone1->cur_ref = zone2->cur_ref;
516 zone1->cur_delta = zone2->cur_delta;
  /external/icu4c/i18n/
vzone.cpp 47 vzone_equals(const VZone* zone1, const VZone* zone2) {
48 return *(const VTimeZone*)zone1 == *(const VTimeZone*)zone2;
vzone.h 77 * Returns true if zone1 is identical to zone2
79 * @param zone1 to be checked for containment
85 vzone_equals(const VZone* zone1, const VZone* zone2);
  /external/chromium/third_party/icu/source/test/cintltst/
ccaltst.c 89 UChar zone1[32], zone2[32]; local
181 i = ucal_getDefaultTimeZone(zone1, sizeof(zone1)/sizeof(zone1[0]), &status);
202 ucal_setDefaultTimeZone(zone1, &status);
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
tztest.cpp 774 const char *zone1 = compatibilityMap[i]; variable
777 TimeZone *tz1 = TimeZone::createTimeZone(zone1);
781 errln(UnicodeString("FAIL: Could not find short ID zone ") + zone1);
792 errln("FAIL: " + UnicodeString(zone1) +
795 logln("OK: " + UnicodeString(zone1) +
    [all...]
  /external/icu4c/test/cintltst/
ccaltst.c 93 UChar zone1[32], zone2[32]; local
185 i = ucal_getDefaultTimeZone(zone1, sizeof(zone1)/sizeof(zone1[0]), &status);
206 ucal_setDefaultTimeZone(zone1, &status);
    [all...]
  /external/icu4c/test/intltest/
tztest.cpp 783 const char *zone1 = compatibilityMap[i]; variable
786 TimeZone *tz1 = TimeZone::createTimeZone(zone1);
790 errln(UnicodeString("FAIL: Could not find short ID zone ") + zone1);
801 errln("FAIL: " + UnicodeString(zone1) +
804 logln("OK: " + UnicodeString(zone1) +
    [all...]

Completed in 331 milliseconds