HomeSort by relevance Sort by last modified time
    Searched refs:gtm (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/runtime/
DateConversion.cpp 83 struct tm gtm = t; local
84 strftime(timeZoneName, sizeof(timeZoneName), "%Z", &gtm);
  /external/webkit/JavaScriptCore/API/tests/
testapi.c 125 struct tm gtm; local
126 memset(&gtm, 0, sizeof(gtm));
127 strftime(timeZoneName, sizeof(timeZoneName), "%Z", &gtm);
    [all...]

Completed in 16 milliseconds