MCPcopy Create free account
hub / github.com/buke/quickjs-go / check_conv

Function check_conv

deps/quickjs/unicode_gen.c:1850–1853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1848
1849#ifdef USE_TEST
1850int check_conv(uint32_t *res, uint32_t c, int conv_type)
1851{
1852 return lre_case_conv(res, c, conv_type);
1853}
1854
1855void check_case_conv(void)
1856{

Callers 1

check_case_convFunction · 0.85

Calls 1

lre_case_convFunction · 0.85

Tested by

no test coverage detected