HomeSort by relevance Sort by last modified time
    Searched defs:raw1 (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
basictz.cpp 46 int32_t raw1, raw2, dst1, dst2; local
47 getOffset(start, FALSE, raw1, dst1, status);
56 if ((raw1 + dst1 != raw2 + dst2)
62 if (raw1 != raw2 || dst1 != dst2) {
  /external/icu/icu4c/source/i18n/
basictz.cpp 46 int32_t raw1, raw2, dst1, dst2; local
47 getOffset(start, FALSE, raw1, dst1, status);
56 if ((raw1 + dst1 != raw2 + dst2)
62 if (raw1 != raw2 || dst1 != dst2) {
tzgnames.cpp 726 int32_t raw1, sav1; local
732 goldenZone->getOffset(date + raw + sav, TRUE, raw1, sav1, status);
735 if (raw != raw1 || sav != sav1) {
    [all...]
  /external/elfutils/0.153/src/
elfcmp.c 570 char *raw1 = NULL; local
577 raw1 = elf_rawfile (elf1, &size1);
578 if (raw1 == NULL )
634 if (unlikely (memcmp (raw1 + last, raw2 + last,
  /external/chromium_org/third_party/icu/source/test/intltest/
tzrulets.cpp 827 int32_t raw1, raw2, dst1, dst2; local
828 tz->getOffset(startTime, FALSE, raw1, dst1, status);
833 if (raw1 + dst1 != raw2 + dst2) {
917 int32_t raw1, raw2, dst1, dst2; local
1010 int32_t raw1, dst1; local
1182 int32_t raw0, dst0, raw1, dst1; local
2535 int32_t raw1, raw2, dst1, dst2; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzrulets.cpp 826 int32_t raw1, raw2, dst1, dst2; local
827 tz->getOffset(startTime, FALSE, raw1, dst1, status);
832 if (raw1 + dst1 != raw2 + dst2) {
916 int32_t raw1, raw2, dst1, dst2; local
1009 int32_t raw1, dst1; local
1181 int32_t raw0, dst0, raw1, dst1; local
2534 int32_t raw1, raw2, dst1, dst2; local
    [all...]

Completed in 647 milliseconds