Home
last modified time | relevance | path

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

/dports/lang/parrot/parrot-8.1.0/src/string/
H A Dencoding.c306 Parrot_encoding_name(SHIM_INTERP, INTVAL number_of_encoding) in Parrot_encoding_name() argument
309 if (number_of_encoding >= n_encodings || in Parrot_encoding_name()
310 number_of_encoding < 0) in Parrot_encoding_name()
312 return encodings[number_of_encoding]->name_str; in Parrot_encoding_name()
331 Parrot_get_encoding(SHIM_INTERP, INTVAL number_of_encoding) in Parrot_get_encoding() argument
334 if (number_of_encoding >= n_encodings || in Parrot_get_encoding()
335 number_of_encoding < 0) in Parrot_get_encoding()
337 return encodings[number_of_encoding]; in Parrot_get_encoding()
360 if (number_of_encoding >= n_encodings || in Parrot_encoding_c_name()
361 number_of_encoding < 0) in Parrot_encoding_c_name()
[all …]
/dports/lang/parrot/parrot-8.1.0/include/parrot/
H A Dencoding.h45 INTVAL number_of_encoding);
51 STRING* Parrot_encoding_name(PARROT_INTERP, INTVAL number_of_encoding);
94 INTVAL number_of_encoding);