HomeSort by relevance Sort by last modified time
    Searched full:monthname (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
date_widget.js 238 var monthName = '';
241 monthName = cvox.ChromeVox.msgs.getMsg('datewidget_january');
244 monthName = cvox.ChromeVox.msgs.getMsg('datewidget_february');
247 monthName = cvox.ChromeVox.msgs.getMsg('datewidget_march');
250 monthName = cvox.ChromeVox.msgs.getMsg('datewidget_april');
253 monthName = cvox.ChromeVox.msgs.getMsg('datewidget_may');
256 monthName = cvox.ChromeVox.msgs.getMsg('datewidget_june');
259 monthName = cvox.ChromeVox.msgs.getMsg('datewidget_july');
262 monthName = cvox.ChromeVox.msgs.getMsg('datewidget_august');
265 monthName = cvox.ChromeVox.msgs.getMsg('datewidget_september')
    [all...]
  /frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/common/helpers/
DatePickerHelper.java 171 private static int toMonthNumber(String monthName) {
176 if (months[x].contains(monthName))
  /external/chromium_org/third_party/WebKit/Source/platform/text/
LocaleICU.cpp 387 m_shortMonthLabels.reserveCapacity(WTF_ARRAY_LENGTH(WTF::monthName));
388 for (unsigned i = 0; i < WTF_ARRAY_LENGTH(WTF::monthName); ++i)
389 m_shortMonthLabels.append(WTF::monthName[i]);
LocaleWin.cpp 217 m_shortMonthLabels.reserveCapacity(WTF_ARRAY_LENGTH(WTF::monthName));
218 for (unsigned m = 0; m < WTF_ARRAY_LENGTH(WTF::monthName); ++m)
219 m_shortMonthLabels.append(WTF::monthName[m]);
LocaleMac.mm 252 for (unsigned i = 0; i < WTF_ARRAY_LENGTH(WTF::monthName); ++i)
253 m_shortMonthLabels.append(WTF::monthName[i]);
  /external/chromium_org/third_party/WebKit/Source/wtf/
DateMath.h 61 const char monthName[12][4] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" };
DateMath.cpp 864 stringBuilder.append(monthName[month]);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 471 day, self.monthname[month], year,
480 day, self.monthname[month], year, hh, mm, ss)
485 monthname = [None, variable in class:BaseHTTPRequestHandler
Cookie.py 389 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname):
394 (weekdayname[wd], day, monthname[month], year, hh, mm, ss)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 471 day, self.monthname[month], year,
480 day, self.monthname[month], year, hh, mm, ss)
485 monthname = [None, variable in class:BaseHTTPRequestHandler
Cookie.py 389 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname):
394 (weekdayname[wd], day, monthname[month], year, hh, mm, ss)
  /external/icu/icu4c/source/i18n/
smpdtfmt.cpp     [all...]
  /external/chromium_org/tools/telemetry/docs/
telemetry.core.memory_cache_http_server.html 318 <dl><dt><strong>monthname</strong> = [None, 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']</dl>
    [all...]

Completed in 670 milliseconds