/packages/apps/DeskClock/res/values-es/ |
strings.xml | 51 <string name="day" msgid="7984755014526510295">"1 día"</string>
|
/packages/apps/DeskClock/res/values-es-rUS/ |
strings.xml | 51 <string name="day" msgid="7984755014526510295">"un día"</string>
|
/packages/apps/DeskClock/res/values-fr/ |
strings.xml | 51 <string name="day" msgid="7984755014526510295">"1 jour"</string>
|
/packages/apps/DeskClock/res/values-it/ |
strings.xml | 51 <string name="day" msgid="7984755014526510295">"1 giorno"</string>
|
/packages/apps/DeskClock/res/values-ja/ |
strings.xml | 51 <string name="day" msgid="7984755014526510295">"1?"</string>
|
/packages/apps/DeskClock/res/values-ko/ |
strings.xml | 51 <string name="day" msgid="7984755014526510295">"1?"</string>
|
/packages/apps/DeskClock/res/values-nb/ |
strings.xml | 51 <string name="day" msgid="7984755014526510295">"1 dag"</string>
|
/packages/apps/DeskClock/res/values-nl/ |
strings.xml | 51 <string name="day" msgid="7984755014526510295">"1 dag"</string>
|
/packages/apps/DeskClock/res/values-pl/ |
strings.xml | 51 <string name="day" msgid="7984755014526510295">"1 dzie?"</string>
|
/packages/apps/DeskClock/res/values-pt/ |
strings.xml | 51 <string name="day" msgid="7984755014526510295">"1 dia"</string>
|
/packages/apps/DeskClock/res/values-pt-rPT/ |
strings.xml | 51 <string name="day" msgid="7984755014526510295">"1 dia"</string>
|
/packages/apps/DeskClock/res/values-ru/ |
strings.xml | 51 <string name="day" msgid="7984755014526510295">"1 ????"</string>
|
/packages/apps/DeskClock/res/values-sv/ |
strings.xml | 51 <string name="day" msgid="7984755014526510295">"1 dag"</string>
|
/packages/apps/DeskClock/res/values-tr/ |
strings.xml | 51 <string name="day" msgid="7984755014526510295">"1 gün"</string>
|
/packages/apps/DeskClock/res/values-zh-rCN/ |
strings.xml | 51 <string name="day" msgid="7984755014526510295">"1 ?"</string>
|
/packages/apps/DeskClock/res/values-zh-rTW/ |
strings.xml | 51 <string name="day" msgid="7984755014526510295">"1 ?"</string>
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
AlarmKlaxon.java | 280 * won't run all day.
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarProvider2.java | 216 * table. This should be at least a day because if the timezone is 223 * set this to something greater than a day. 668 throw new IllegalArgumentException("Cannot parse start day " 674 throw new IllegalArgumentException("Cannot parse end day " 776 // Convert the first and last Julian day range to a range that uses 781 // Julian day and we want to include all the events on the last day. 802 // Convert the first and last Julian day range to a range that uses 807 // Julian day and we want to include all the events on the last day [all...] |
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
RRuleTest.java | 316 // are specified, the day is gotten from DTSTART 372 // US Presidential Election Day 464 // month day and a year day, so here's a really contrived example [all...] |
/bionic/libc/bionic/ |
time64.c | 309 1) Starts on the same day of the week. 317 Finally, the next year must have the same start day of week. This 727 the 366th day of the year.
|
/dalvik/libcore/icu/src/main/native/ |
Resources.cpp | 349 // get the First day of week and the minimal days in first week numbers 495 const jchar* day = ures_getStringByIndex(dayNameElemsFormat.get(), i, &dayNameLength, &status); local 499 jstring dayU = env->NewString(day, dayNameLength);
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/ |
BerInputStream.java | 347 * Keeps last decoded: year, month, day, hour, minute, second, millisecond 394 times[2] = strToInt(contentOffset + 6, 2); // day 466 times[2] = strToInt(contentOffset + 4, 2); // day
|
/external/qemu/distrib/libpng-1.2.19/ |
png.c | 667 ptime->day % 32, short_months[(ptime->month - 1) % 12], 678 ptime->day % 32, short_months[(ptime->month - 1) % 12], 686 ptime->day % 32, short_months[(ptime->month - 1) % 12],
|
/frameworks/base/services/java/com/android/server/ |
UiModeManagerService.java | 753 if (tw.mState == TwilightCalculator.DAY) { 762 // In the case the day or night never ends the update is scheduled 12 hours later. 769 // next update should be on the following day [all...] |
/frameworks/base/services/java/com/android/server/am/ |
UsageStatsService.java | 368 // Determine if the day changed... note that this will be wrong 369 // if the year has changed but we are in the same day of year... 634 // In this mode we don't print the current day's stats, since
|