Searched refs:Months (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ |
D | date.js | 209 var Months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', variable 220 + Months[LOCAL_MONTH(date)] + ' ' 704 + Months[UTC_MONTH(this)] + ' '
|
/external/clang/lib/Lex/ |
D | PPMacroExpansion.cpp | 560 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/ |
D | Blocks.txt | 139 3200..32FF; Enclosed CJK Letters and Months
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 86633 Months of work into a single line code change.
|