OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:july
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/cintltst/
cdtdptst.c
224
* Verify the handling of Czech June and
July
, which have the unique attribute that
234
UDate june,
july
, d;
local
261
july
=ucal_getMillis(cal, &status);
264
julyStr = myDateFormat(fmt,
july
);
286
if(u_strcmp(myDateFormat(fmt,
july
), myDateFormat(fmt, d) ) !=0)
287
log_err("Error in handling the czech month
july
\n");
289
log_verbose("Pass: Date = %s (czech month
July
)\n", aescstrdup(date, -1));
/external/icu4c/test/intltest/
dtfmttst.cpp
636
* Verify the handling of Czech June and
July
, which have the unique attribute that
652
UDate
july
= date(97, UCAL_JULY, 15);
local
654
UnicodeString julyStr; fmt->format(
july
, julyStr);
662
logln((UnicodeString)"format(
July
15 1997) = " + julyStr);
667
if (month != UCAL_JULY) errln((UnicodeString)"FAIL: Month should be
July
");
[
all
...]
Completed in 36 milliseconds