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 441 const char * tzp; local
470 tzp = fracp;
475 tzp++;
476 while(tzp < end && *tzp >= '0' && *tzp <= '9');
478 for(fracl = tzp - fracp - 1; fracl && fracp[fracl - 1] == '0'; fracl--)
483 if(tzp >= end)
485 else if(*tzp == 'Z') {
486 tzp = " GMT"
504 const char * tzp; local
    [all...]

Completed in 198 milliseconds