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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dmsfmrgts.cpp751 //Object[] oldobjs = {new Double(3.1415)};
752 Formattable oldobjs [] = {Formattable(3.1415)}; local
755 result = mf->format( oldobjs, 1, result, pos, status );
/external/icu/icu4c/source/test/intltest/
H A Dmsfmrgts.cpp753 //Object[] oldobjs = {new Double(3.1415)};
754 Formattable oldobjs [] = {Formattable(3.1415)}; local
757 result = mf->format( oldobjs, 1, result, pos, status );

Completed in 145 milliseconds