HomeSort by relevance Sort by last modified time
    Searched full:newformattable (Results 1 - 1 of 1) sorted by null

  /external/icu/icu4c/source/i18n/
unum.cpp 903 UFormattable *newFormattable = NULL;
910 newFormattable = result = ufmt_open(status);
913 if (U_FAILURE(*status) && newFormattable != NULL) {
914 ufmt_close(newFormattable);

Completed in 535 milliseconds