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

  /external/libyuv/files/unit_test/
unit_test.h 91 struct timezone tzp; local
92 gettimeofday(&t, &tzp);
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
SimpleDateFormatTest.java 32 private static final TimeZone tzp = TimeZone.getTimeZone("PST"); field in class:SimpleDateFormatTest
56 Calendar cal = Calendar.getInstance(tzp);
  /external/curl/lib/
x509asn1.c 448 const char *tzp; local
478 tzp = fracp;
483 tzp++;
484 while(tzp < end && *tzp >= '0' && *tzp <= '9');
486 for(fracl = tzp - fracp - 1; fracl && fracp[fracl - 1] == '0'; fracl--)
491 if(tzp >= end)
493 else if(*tzp == 'Z') {
494 tzp = " GMT"
512 const char *tzp; local
    [all...]

Completed in 212 milliseconds