OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strShortDate
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/test/intltest/
dtfmrgts.cpp
440
UnicodeString
strShortDate
, strFullDate;
464
strShortDate
= "The current date (short form) is ";
467
strShortDate
+= temp;
473
logln(
strShortDate
);
[
all
...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatRegressionTest.java
312
String
strShortDate
, strFullDate;
328
strShortDate
= "The current date (short form) is ";
331
strShortDate
+= temp;
336
logln(
strShortDate
);
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatRegressionTest.java
309
String
strShortDate
, strFullDate;
325
strShortDate
= "The current date (short form) is ";
328
strShortDate
+= temp;
333
logln(
strShortDate
);
[
all
...]
Completed in 801 milliseconds