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

  /external/chromium/third_party/icu/source/i18n/
reldtfmt.h 214 * @param timePattern The time pattern to be applied.
217 virtual void applyPatterns(const UnicodeString& datePattern, const UnicodeString& timePattern, UErrorCode &status);
reldtfmt.cpp 272 UnicodeString datePattern, timePattern;
274 this->toPatternTime(timePattern, status);
276 Formattable timeDatePatterns[] = { timePattern, datePattern };
318 RelativeDateFormat::applyPatterns(const UnicodeString& datePattern, const UnicodeString& timePattern, UErrorCode &status)
333 ((SimpleDateFormat*)fTimeFormat)->applyPattern(timePattern);
udat.cpp 890 UnicodeString timePattern;
894 timePattern.setTo(result, 0, resultLength);
896 ((RelativeDateFormat*)fmt)->toPatternTime(timePattern, *status);
897 return timePattern.extract(result, resultLength, *status);
904 const UChar *timePattern,
911 const UnicodeString timePat((UBool)(timePatternLength == -1), timePattern, timePatternLength);
dtptngen.cpp 769 UnicodeString timePattern=getBestAppending(neededFields & timeMask);
771 if (timePattern.length()==0) {
775 return timePattern;
778 if (timePattern.length()==0) {
784 Formattable dateTimeObject[] = { timePattern, datePattern };
    [all...]
  /external/icu4c/i18n/
reldtfmt.h 218 * @param timePattern The time pattern to be applied.
221 virtual void applyPatterns(const UnicodeString& datePattern, const UnicodeString& timePattern, UErrorCode &status);
reldtfmt.cpp 272 UnicodeString datePattern, timePattern;
274 this->toPatternTime(timePattern, status);
276 Formattable timeDatePatterns[] = { timePattern, datePattern };
318 RelativeDateFormat::applyPatterns(const UnicodeString& datePattern, const UnicodeString& timePattern, UErrorCode &status)
333 ((SimpleDateFormat*)fTimeFormat)->applyPattern(timePattern);
udat.cpp 934 UnicodeString timePattern;
938 timePattern.setTo(result, 0, resultLength);
940 ((RelativeDateFormat*)fmt)->toPatternTime(timePattern, *status);
941 return timePattern.extract(result, resultLength, *status);
948 const UChar *timePattern,
955 const UnicodeString timePat((UBool)(timePatternLength == -1), timePattern, timePatternLength);
dtptngen.cpp 769 UnicodeString timePattern=getBestAppending(neededFields & timeMask, options);
771 if (timePattern.length()==0) {
775 return timePattern;
778 if (timePattern.length()==0) {
784 Formattable dateTimeObject[] = { timePattern, datePattern };
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
udat.h     [all...]
  /external/icu4c/i18n/unicode/
udat.h     [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 1050 milliseconds