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
Parrot_UInt4 string_unescape_one
UINTVAL Parrot_char_digit_value
Parrot_char_digit_value()
can correctly return the decimal digit value of characters for which Parrot_char_is_digit()
returns false.char *str_dup
|