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

  /external/webkit/Source/JavaScriptCore/runtime/
DateConversion.cpp 88 struct tm gtm = t; local
89 strftime(timeZoneName, sizeof(timeZoneName), "%Z", &gtm);
  /external/webkit/Source/JavaScriptCore/API/tests/
testapi.c 130 struct tm gtm; local
131 memset(&gtm, 0, sizeof(gtm));
132 strftime(timeZoneName, sizeof(timeZoneName), "%Z", &gtm);
    [all...]

Completed in 182 milliseconds