Home
last modified time | relevance | path

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

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