OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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