parrotcode: String Primitives | |
Contents | C |
src/string_primitives.c - String Primitives
This file collects together all the functions that call into the ICU API.
void string_set_data_directory(const char *dir)
void string_fill_from_buffer(Interp *interp, const void *buffer, UINTVAL len, const char *encoding_name, STRING *s)
UINTVAL Parrot_char_digit_value(Interp *interp, UINTVAL character)
Parrot_char_digit_value()
can correctly return the decimal digit value of characters for which Parrot_char_is_digit()
returns false.
|