Searched refs:lre_case_conv (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | libunicode.h | 43 int lre_case_conv(uint32_t *res, uint32_t c, int conv_type);
|
A D | libregexp.c | 137 lre_case_conv(res, c, 2); in lre_canonicalize() 146 len = lre_case_conv(res, c, FALSE); in lre_canonicalize()
|
A D | libunicode.c | 56 int lre_case_conv(uint32_t *res, uint32_t c, int conv_type) in lre_case_conv() function
|
A D | unicode_gen.c | 1778 return lre_case_conv(res, c, conv_type); in check_conv()
|
A D | quickjs.c | 40628 l = lre_case_conv(res, c, to_lower); in js_string_toLowerCase()
|
Completed in 123 milliseconds