| parrotcode: String Primitives | |
| Contents | C |

src/string_primitives.c - String Primitives

This file collects together all the functions that call into the ICU API.

PARROT_API void string_set_data_directory(PARROT_INTERP, NOTNULL(const char *dir))PARROT_API Parrot_UInt4 string_unescape_one(PARROT_INTERP, NOTNULL(UINTVAL *offset), NOTNULL(STRING *string))
PARROT_API PARROT_CONST_FUNCTION UINTVAL Parrot_char_digit_value(SHIM_INTERP, UINTVAL character)Parrot_char_digit_value() can correctly return the decimal digit value of characters for which Parrot_char_is_digit() returns false.
|
|
|