OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:currentyear
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/tools/toolutil/
toolutil.c
45
static int32_t
currentYear
= -1;
52
if(
currentYear
== -1) {
55
currentYear
= ucal_get(cal, UCAL_YEAR, &status);
58
return
currentYear
;
/cts/tests/tests/text/src/android/text/format/cts/
DateUtilsTest.java
211
int
currentYear
= Calendar.getInstance().get(Calendar.YEAR);
212
Date dateWithCurrentYear = new Date(
currentYear
- 1900, 0, 19, 3, 30, 15);
Completed in 175 milliseconds