OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strFullDate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
dtfmrgts.cpp
428
UnicodeString strShortDate,
strFullDate
;
456
strFullDate
= "The current date (long form) is ";
459
strFullDate
+= temp2;
462
logln(
strFullDate
);
475
if (!
strFullDate
.endsWith(UnicodeString("GMT-05:00")))
[
all
...]
/external/icu4c/test/intltest/
dtfmrgts.cpp
432
UnicodeString strShortDate,
strFullDate
;
460
strFullDate
= "The current date (long form) is ";
463
strFullDate
+= temp2;
466
logln(
strFullDate
);
479
if (!
strFullDate
.endsWith(UnicodeString("GMT-05:00")))
[
all
...]
Completed in 56 milliseconds