Home
last modified time | relevance | path

Searched refs:lre_case_conv (Results 1 – 5 of 5) sorted by relevance

/third_party/quickjs/
Dlibunicode.h43 int lre_case_conv(uint32_t *res, uint32_t c, int conv_type);
Dlibregexp.c133 lre_case_conv(res, c, 2); in lre_canonicalize()
142 len = lre_case_conv(res, c, FALSE); in lre_canonicalize()
Dlibunicode.c56 int lre_case_conv(uint32_t *res, uint32_t c, int conv_type) in lre_case_conv() function
Dunicode_gen.c1782 return lre_case_conv(res, c, conv_type); in check_conv()
Dquickjs.c41261 l = lre_case_conv(res, c, to_lower); in js_string_toLowerCase()