Home
last modified time | relevance | path

Searched refs:intPtr (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dnumberformattesttuple.cpp132 const UnicodeString &str, void *intPtr, UErrorCode &status) { in strToInt() argument
159 *static_cast<int32_t *>(intPtr) = value; in strToInt()
163 const void *intPtr, UnicodeString &appendTo) { in intToStr() argument
165 int32_t x = *static_cast<const int32_t *>(intPtr); in intToStr()