Home
last modified time | relevance | path

Searched refs:to_fake_utf8 (Results 1 – 2 of 2) sorted by relevance

/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/jsx/src/
H A Djsx_decoder.erl1419 to_fake_utf8(N) when N < 16#0080 -> <<34/utf8, N:8, 34/utf8>>; function
1420 to_fake_utf8(N) when N < 16#0800 -> function
1423 to_fake_utf8(N) when N < 16#10000 -> function
1426 to_fake_utf8(N) -> function
1443 decode(to_fake_utf8(Codepoint))
1449 decode(to_fake_utf8(Codepoint), [{strict, [utf8]}])
/dports/devel/erlang-jsx/jsx-2.9.0/src/
H A Djsx_decoder.erl1426 to_fake_utf8(N) when N < 16#0080 -> <<34/utf8, N:8, 34/utf8>>; function
1427 to_fake_utf8(N) when N < 16#0800 -> function
1430 to_fake_utf8(N) when N < 16#10000 -> function
1433 to_fake_utf8(N) -> function
1450 decode(to_fake_utf8(Codepoint))
1456 decode(to_fake_utf8(Codepoint), [{strict, [utf8]}])