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

  /bionic/libc/tzcode/
localtime.c 176 time_t ats[TZ_MAX_TIMES]; member in struct:state
495 sp->timecnt * stored + /* ats */
504 sp->ats[i] = (stored == 4) ?
567 ** Out-of-sort ats should mean we're running on a
572 if (sp->ats[i] > sp->ats[i + 1]) {
586 sp->ats[j] = sp->ats[j + i];
625 ts.ats[i] <=
626 sp->ats[sp->timecnt - 1]
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 115 time_t ats[TZ_MAX_TIMES]; member in struct:state
411 sp->timecnt * stored + /* ats */
420 sp->ats[i] = (stored == 4) ?
483 ** Out-of-sort ats should mean we're running on a
488 if (sp->ats[i] > sp->ats[i + 1]) {
502 sp->ats[j] = sp->ats[j + i];
541 ts.ats[i] <=
542 sp->ats[sp->timecnt - 1]
    [all...]
zic.c 1614 zic_t ats[TZ_MAX_TIMES]; local
    [all...]
  /external/skia/legacy/src/ports/
SkFontHost_mac_coretext.cpp 337 ATSFontRef ats = CTFontGetPlatformFont(fontRef, NULL); local
338 SkFontID id = (SkFontID)ats;
    [all...]
  /external/skia/src/ports/
SkFontHost_mac_coretext.cpp 374 ATSFontRef ats = CTFontGetPlatformFont(fontRef, NULL); local
375 id = (SkFontID)ats;
    [all...]

Completed in 211 milliseconds