Searched defs:timePatternLength (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dudat.cpp1061 int32_t timePatternLength,
1067 const UnicodeString timePat((UBool)(timePatternLength == -1), timePattern, timePatternLength);
1057 udat_applyPatternRelative(UDateFormat *format, const UChar *datePattern, int32_t datePatternLength, const UChar *timePattern, int32_t timePatternLength, UErrorCode *status) argument
/external/icu/icu4c/source/i18n/
H A Dudat.cpp1062 int32_t timePatternLength,
1068 const UnicodeString timePat((UBool)(timePatternLength == -1), timePattern, timePatternLength);
1058 udat_applyPatternRelative(UDateFormat *format, const UChar *datePattern, int32_t datePatternLength, const UChar *timePattern, int32_t timePatternLength, UErrorCode *status) argument

Completed in 91 milliseconds