Home
last modified time | relevance | path

Searched refs:Months (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Ddate.js209 var Months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', variable
220 + Months[LOCAL_MONTH(date)] + ' '
704 + Months[UTC_MONTH(this)] + ' '
/external/clang/lib/Lex/
DPPMacroExpansion.cpp560 static const char * const Months[] = { in ComputeDATE_TIME() local
566 sprintf(TmpBuffer, "\"%s %2d %4d\"", Months[TM->tm_mon], TM->tm_mday, in ComputeDATE_TIME()
569 snprintf(TmpBuffer, sizeof(TmpBuffer), "\"%s %2d %4d\"", Months[TM->tm_mon], TM->tm_mday, in ComputeDATE_TIME()
/external/icu4c/data/unidata/
DBlocks.txt139 3200..32FF; Enclosed CJK Letters and Months
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0686633 Months of work into a single line code change.