Home
last modified time | relevance | path

Searched refs:neo_time_compact (Results 1 – 3 of 3) sorted by relevance

/external/clearsilver/util/
Dneo_date.h23 time_t neo_time_compact (struct tm *ttm, const char *timezone);
Dneo_date.c57 time_t neo_time_compact (struct tm *ttm, const char *mytimezone) in neo_time_compact() function
/external/clearsilver/python/
Dneo_util.c675 tt = neo_time_compact (&ttm, tz); in p_time_compact()