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

  /external/chromium_org/third_party/icu/source/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 498 Formattable timeDateArray[2];
534 timeDateArray[0].adoptString(tempus1);
566 timeDateArray[1].adoptString(tempus2);
576 MessageFormat::format(UnicodeString(TRUE, resStr, resStrLen), timeDateArray, 2, fPattern, status);
    [all...]
  /external/icu/icu4c/source/i18n/
windtfmt.cpp 173 Formattable timeDateArray[2];
178 timeDateArray[0].adoptString(time);
179 timeDateArray[1].adoptString(date);
185 MessageFormat::format(*pattern, timeDateArray, 2, appendTo, status);
smpdtfmt.cpp 593 Formattable timeDateArray[2];
629 timeDateArray[0].adoptString(tempus1);
661 timeDateArray[1].adoptString(tempus2);
671 MessageFormat::format(UnicodeString(TRUE, resStr, resStrLen), timeDateArray, 2, fPattern, status);
    [all...]

Completed in 153 milliseconds