Searched refs:wctrans_t (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/headers/posix/
H A Dwctype.h11 typedef int wctrans_t; typedef
32 extern wint_t towctrans(wint_t wc, wctrans_t transition);
36 extern wctrans_t wctrans(const char *charClass);
/haiku-fatelf/src/system/libroot/posix/glibc/include/
H A Dwctype.h9 extern wint_t __towctrans (wint_t __wc, wctrans_t __desc);
/haiku-fatelf/src/system/libroot/posix/glibc/wctype/
H A Dwctype.h201 typedef __const __int32_t *wctrans_t; typedef
204 __USING_NAMESPACE_C99(wctrans_t)
233 extern wctrans_t wctrans (__const char *__property) __THROW;
236 extern wint_t towctrans (wint_t __wc, wctrans_t __desc) __THROW;
320 extern wctrans_t wctrans_l (__const char *__property, __locale_t __locale)
324 extern wint_t towctrans_l (wint_t __wc, wctrans_t __desc,
/haiku-fatelf/headers/private/libroot/locale/
H A DICUCtypeData.h30 status_t ToWCTrans(wint_t wc, wctrans_t transition,
H A DICULocaleBackend.h41 virtual status_t ToWCTrans(wint_t wc, wctrans_t transition,
H A DLocaleBackend.h123 virtual status_t ToWCTrans(wint_t wc, wctrans_t transition,
/haiku-fatelf/src/system/libroot/posix/locale/
H A Dwctype.cpp183 towctrans(wint_t wc, wctrans_t transition)
198 wctrans_t
/haiku-fatelf/src/system/libroot/add-ons/icu/
H A DICULocaleBackend.cpp147 ICULocaleBackend::ToWCTrans(wint_t wc, wctrans_t transition, wint_t& result)
H A DICUCtypeData.cpp195 ICUCtypeData::ToWCTrans(wint_t wc, wctrans_t transition, wint_t& result)
/haiku-fatelf/src/tests/system/libroot/posix/
H A Dlocale_test.cpp1266 test_wctrans(const char* locale, const wchar_t* text, wctrans_t transition,
1303 wctrans_t toU = wctrans("toupper");
1311 wctrans_t toL = wctrans("tolower");
1319 wctrans_t invalid1 = wctrans(NULL);
1327 wctrans_t invalid2 = wctrans("invalid");

Completed in 142 milliseconds