Home
last modified time | relevance | path

Searched defs:to_fake_utf8 (Results 1 – 4 of 4) sorted by relevance

/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/jsx/src/
H A Djsx_parser.erl723 to_fake_utf8(N) when N < 16#0080 -> <<N:8>>; function
724 to_fake_utf8(N) when N < 16#0800 -> function
727 to_fake_utf8(N) when N < 16#10000 -> function
730 to_fake_utf8(N) -> function
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
/dports/devel/erlang-jsx/jsx-2.9.0/src/
H A Djsx_parser.erl723 to_fake_utf8(N) when N < 16#0080 -> <<N:8>>; function
724 to_fake_utf8(N) when N < 16#0800 -> function
727 to_fake_utf8(N) when N < 16#10000 -> function
730 to_fake_utf8(N) -> function
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