HomeSort by relevance Sort by last modified time
    Searched full:lsis (Results 1 - 3 of 3) sorted by null

  /bionic/libc/tzcode/
localtime.c 134 struct lsinfo lsis[TZ_MAX_LEAPS]; member in struct:state
526 if (leapcnt && trans <= sp->lsis[leapcnt - 1].ls_trans) {
527 if (trans < sp->lsis[leapcnt - 1].ls_trans)
531 sp->lsis[leapcnt].ls_trans = trans;
532 sp->lsis[leapcnt].ls_corr = corr;
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 113 struct lsinfo lsis[TZ_MAX_LEAPS]; member in struct:state
468 lsisp = &sp->lsis[i];
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb2/
test_highlevel.py 325 # Test without LSIs (describe calls shouldn't fail).

Completed in 394 milliseconds