Searched refs:en_full (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/intltest/
H A Ddtfmttst.cpp2138 DateFormat *en_full = DateFormat::createDateInstance(DateFormat::kFull, en); local
2140 if (en_full == NULL) {
2174 en_full ->format(*c, normalResult, pos);
2188 en_full->format(d, parseFormat, status);
2191 en_full->format(*c, origFormat, pos);
2202 delete en_full;

Completed in 323 milliseconds