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 56 struct timezone tzp; local
57 gettimeofday(&t, &tzp);
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
SimpleDateFormatTest.java 30 private static final TimeZone tzp = TimeZone.getTimeZone("PST"); field in class:SimpleDateFormatTest
54 Calendar cal = Calendar.getInstance(tzp);
  /external/curl/lib/
x509asn1.c 440 const char * tzp; local
469 tzp = fracp;
474 tzp++;
475 while(tzp < end && *tzp >= '0' && *tzp <= '9');
477 for(fracl = tzp - fracp - 1; fracl && fracp[fracl - 1] == '0'; fracl--)
482 if(tzp >= end)
484 else if(*tzp == 'Z') {
485 tzp = " GMT"
503 const char * tzp; local
    [all...]

Completed in 100 milliseconds