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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtfsmalls.cpp248 UnicodeString* ucs_ptr = new UnicodeString("pointed-to-unicode-string"); local
256 ucs_ptr
265 && (ft_arr[4].getType() == Formattable::kString) && (ft_arr[4].getString(temp) == *ucs_ptr) ) {
/external/icu4c/test/intltest/
H A Dtfsmalls.cpp248 UnicodeString* ucs_ptr = new UnicodeString("pointed-to-unicode-string"); local
256 ucs_ptr
265 && (ft_arr[4].getType() == Formattable::kString) && (ft_arr[4].getString(temp) == *ucs_ptr) ) {

Completed in 24 milliseconds