Home
last modified time | relevance | path

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

/dports/ftp/R-cran-curl/curl/src/
H A Dsplit.c6 cetype_t enc = Rf_getCharCE(STRING_ELT(string, 0)); in R_split_string()
H A Dnslookup.c37 if(Rf_getCharCE(STRING_ELT(hostname, 0)) == CE_UTF8){ in R_nslookup()
/dports/math/rkward-kde/rkward-0.7.1/rkward/rbackend/
H A Drkrsupport.cpp24 #define IS_UTF8(x) (Rf_getCharCE(x) == CE_UTF8)
25 #define IS_LATIN1(x) (Rf_getCharCE(x) == CE_LATIN1)
H A Drkrbackend.cpp66 #define IS_UTF8(x) (Rf_getCharCE(x) == CE_UTF8)
67 #define IS_LATIN1(x) (Rf_getCharCE(x) == CE_LATIN1)
/dports/devel/R-cran-Rcpp/Rcpp/inst/include/Rcpp/
H A DString.h61 …get_sexp()), token(R_NilValue), valid(true), buffer_ready(false), enc(Rf_getCharCE(other.get_sexp(… in String()
84 enc = Rf_getCharCE(data); in String()
90 …proxy.get()), token(R_NilValue), valid(true), buffer_ready(false), enc(Rf_getCharCE(proxy.get())) { in String()
102 …proxy.get()), token(R_NilValue), valid(true), buffer_ready(false), enc(Rf_getCharCE(proxy.get())) { in String()
/dports/devel/R-cran-rlang/rlang/src/lib/
H A Dsym-unescape.c68 int ce = Rf_getCharCE(r_string); in r_str_unserialise_unicode()
/dports/textproc/R-cran-htmltools/htmltools/src/
H A Dtemplate.c49 if (!(Rf_getCharCE(input_sxp) == CE_UTF8 || str_is_ASCII(CHAR(input_sxp)))) { in template_dfa()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/r/include/r/
H A DRInternal.hpp136 #define Rf_getCharCE INTERNAL_R_FUNCTION macro
/dports/databases/R-cran-fastmap/fastmap/src/
H A Dfastmap.cpp225 if (!is_ascii(CHAR(tmp)) && Rf_getCharCE(tmp) != CE_UTF8) { in C_char_vec_to_utf8()
/dports/math/py-rpy2/rpy2-3.4.5/rpy2/rinterface_lib/
H A D_rinterface_capi.py286 conversion._R_ENC_PY[openrlib.rlib.Rf_getCharCE(elt)]
529 conversion._R_ENC_PY[openrlib.rlib.Rf_getCharCE(rname)]
H A DR_API.h313 cetype_t Rf_getCharCE(SEXP);
H A Dsexp.py269 openrlib.rlib.Rf_getCharCE(self.__sexp__._cdata)
844 .Rf_getCharCE(symb_rstr)]
/dports/math/R/R-4.1.2/src/library/tools/src/
H A Dtext.c254 SET_STRING_ELT(result, i, mkCharCE(buffer, Rf_getCharCE(STRING_ELT(strings, i)))); in doTabExpand()
/dports/math/libRmath/R-4.1.1/src/library/tools/src/
H A Dtext.c254 SET_STRING_ELT(result, i, mkCharCE(buffer, Rf_getCharCE(STRING_ELT(strings, i)))); in doTabExpand()
/dports/math/R/R-4.1.2/src/main/
H A Dsource.c119 SET_STRING_ELT(result, i, mkCharCE(buffer, Rf_getCharCE(STRING_ELT(strings, i)))); in tabExpand()
/dports/math/libRmath/R-4.1.1/src/main/
H A Dsource.c119 SET_STRING_ELT(result, i, mkCharCE(buffer, Rf_getCharCE(STRING_ELT(strings, i)))); in tabExpand()
/dports/devel/R-cran-vctrs/vctrs/src/
H A Dnames.c268 elt = Rf_mkCharLenCE(nm, pos, Rf_getCharCE(elt)); in as_unique_names_impl()
303 SET_STRING_ELT(new_names, i, Rf_mkCharLenCE(buf, size + needed, Rf_getCharCE(elt))); in as_unique_names_impl()
/dports/textproc/R-cran-vroom/vroom/src/
H A Dvroom_write.cc124 if (is_utf8(Rf_getCharCE(str))) { in str_to_buf()
/dports/devel/py-rchitect/rchitect-0.3.24/rchitect/src/
H A DlibR.c298 LOAD_SYMBOL(Rf_getCharCE); in _libR_load_symbols()
H A DR.h371 RAPI_EXTERN cetype_t (*Rf_getCharCE)(SEXP); variable
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/r/
H A DRSexp.cpp131 if (Rf_getCharCE(charSEXP) == CE_UTF8) in translate()
138 if (Rf_getCharCE(charSEXP) == CE_NATIVE) in translate()
/dports/math/R/R-4.1.2/src/include/
H A DRinternals.h1249 cetype_t Rf_getCharCE(SEXP);
1569 #define getCharCE Rf_getCharCE
/dports/math/libRmath/R-4.1.1/src/include/
H A DRinternals.h1249 cetype_t Rf_getCharCE(SEXP);
1569 #define getCharCE Rf_getCharCE
/dports/math/R/R-4.1.2/doc/manual/
H A DR-exts.texi13301 (and so @code{Rf_getCharCE} will only return one of the first three),
/dports/math/libRmath/R-4.1.1/doc/manual/
H A DR-exts.texi13240 (and so @code{Rf_getCharCE} will only return one of the first three),