HomeSort by relevance Sort by last modified time
    Searched refs:getAppendItemFormat (Results 1 - 4 of 4) sorted by null

  /external/icu4c/i18n/unicode/
dtptngen.h 187 const UnicodeString& getAppendItemFormat(UDateTimePatternField field) const;
  /external/icu4c/i18n/
udatpg.cpp 154 const UnicodeString &result=((const DateTimePatternGenerator *)dtpg)->getAppendItemFormat(field);
dtptngen.cpp 717 DateTimePatternGenerator::getAppendItemFormat(UDateTimePatternField field) const {
    [all...]
  /external/icu4c/test/intltest/
dtptngts.cpp 423 // setAppenItemFormat() , getAppendItemFormat()
425 if (newAppendItemFormat != gen->getAppendItemFormat(UDATPG_HOUR_FIELD)) {
426 errln("ERROR: unexpected result from setAppendItemFormat() and getAppendItemFormat()!.\n");
    [all...]

Completed in 109 milliseconds