OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:longDateFormat
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
windttst.cpp
113
WCHAR
longDateFormat
[81], longTimeFormat[81], wdBuffer[256], wtBuffer[256];
121
GetLocaleInfoW(lcidRecords[i].lcid, LOCALE_SLONGDATE,
longDateFormat
, 81);
/external/icu4c/test/intltest/
windttst.cpp
113
WCHAR
longDateFormat
[81], longTimeFormat[81], wdBuffer[256], wtBuffer[256];
121
GetLocaleInfoW(lcidRecords[i].lcid, LOCALE_SLONGDATE,
longDateFormat
, 81);
/libcore/luni/src/main/java/libcore/icu/
LocaleData.java
78
public String
longDateFormat
;
151
return
longDateFormat
;
Completed in 79 milliseconds