Home
last modified time | relevance | path

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

/dports/math/R/R-4.1.2/src/include/
H A Drlocale.h183 #define wcs4toutf8 Rf_wcs4toutf8 macro
184 size_t wcs4toutf8(char *s, const R_wchar_t *wc, size_t n);
/dports/math/libRmath/R-4.1.1/src/include/
H A Drlocale.h183 #define wcs4toutf8 Rf_wcs4toutf8 macro
184 size_t wcs4toutf8(char *s, const R_wchar_t *wc, size_t n);
/dports/math/R/R-4.1.2/src/main/
H A Dcharacter.c1123 nb = (int) wcs4toutf8(NULL, wcr, INT_MAX); in do_tolower()
1125 wcs4toutf8(cbuf, wcr, nb); in do_tolower()
H A Dutil.c1495 size_t wcs4toutf8(char *s, const R_wchar_t *wc, size_t n) in wcs4toutf8() function
/dports/math/libRmath/R-4.1.1/src/main/
H A Dcharacter.c1123 nb = (int) wcs4toutf8(NULL, wcr, INT_MAX); in do_tolower()
1125 wcs4toutf8(cbuf, wcr, nb); in do_tolower()
H A Dutil.c1495 size_t wcs4toutf8(char *s, const R_wchar_t *wc, size_t n) in wcs4toutf8() function