Searched defs:months (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
H A Dlocale.cpp4595 static string months[24]; local
4596 months[0] = "January";
4597 months[1] = "February";
4598 months[2] = "March";
4599 months[3] = "April";
4600 months[4] = "May";
4601 months[5] = "June";
4602 months[6] = "July";
4603 months[7] = "August";
4604 months[
4627 static wstring months[24]; local
4659 static const string* months = init_months(); local
4667 static const wstring* months = init_wmonths(); local
[all...]

Completed in 32 milliseconds