OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shortdst
(Results
1 - 1
of
1
) sorted by null
/libcore/luni/src/main/native/
libcore_icu_TimeZones.cpp
68
UnicodeString
shortDst
;
142
row.longStd = row.shortStd = row.longDst = row.
shortDst
= utc;
169
shortFormat.format(row.daylightSavingDate, row.
shortDst
);
172
row.
shortDst
= row.shortStd;
177
usedAbbreviations[row.
shortDst
] = &row.longDst;
206
row.
shortDst
= uncommonDst;
207
usedAbbreviations[row.
shortDst
] = &row.longDst;
217
setStringArrayElement(env, javaRow.get(), 4, row.
shortDst
);
Completed in 1413 milliseconds