Home
last modified time | relevance | path

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

/bionic/tests/
Dwchar_test.cpp442 using WcsToIntFn = T (*)(const wchar_t*, wchar_t**, int); typedef
445 void TestSingleWcsToInt(WcsToIntFn<T> fn, const wchar_t* str, int base, in TestSingleWcsToInt()
453 void TestWcsToInt(WcsToIntFn<T> fn) { in TestWcsToInt()
465 void TestWcsToIntLimits(WcsToIntFn<T> fn, const wchar_t* min_str, in TestWcsToIntLimits()