|
void * | fe::ext::boostregex_init (const char *a_pattern) |
|
void * | fe::ext::boostregex_match (void *a_expression, const char *a_candidate) |
|
void * | fe::ext::boostregex_search (void *a_expression, const char *a_candidate) |
|
void * | fe::ext::boostregex_replace (void *a_expression, const char *a_candidate, const char *a_replacement) |
|
const char * | fe::ext::boostregex_result (void *a_result, U32 a_index) |
|
void | fe::ext::boostregex_finish (void *a_expression) |
|
void | fe::ext::boostregex_release (void *a_result) |
|
FE_DL_EXPORT bool | fe::ext::regex_init (void) |
|