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

  /external/icu4c/i18n/
windtfmt.cpp 172 Formattable timeDateArray[2];
177 timeDateArray[0].adoptString(time);
178 timeDateArray[1].adoptString(date);
184 MessageFormat::format(*pattern, timeDateArray, 2, appendTo, status);
smpdtfmt.cpp 560 Formattable timeDateArray[2];
596 timeDateArray[0].adoptString(tempus1);
628 timeDateArray[1].adoptString(tempus2);
638 MessageFormat::format(UnicodeString(TRUE, resStr, resStrLen), timeDateArray, 2, fPattern, status);
    [all...]

Completed in 181 milliseconds