Home
last modified time | relevance | path

Searched defs:cafu (Results 1 – 25 of 28) sorted by relevance

12

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/small_SUITE_data/src/
H A Dbs_utf8.erl17 cafu(<<>>, _N, Count, _ByteCount, SavePos) -> function
19 cafu(<<_/utf8, Rest/binary>>, 0, Count, ByteCount, _SavePos) -> function
21 cafu(<<_/utf8, Rest/binary>>, N, Count, _ByteCount, SavePos) when N < 0 -> function
23 cafu(<<_/utf8, Rest/binary>> = Whole, N, Count, ByteCount, SavePos) -> function
26 cafu(_Other, _N, Count, ByteCount, _SavePos) -> % Non Unicode character at end function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/small_SUITE_data/src/
H A Dbs_utf8.erl17 cafu(<<>>, _N, Count, _ByteCount, SavePos) -> function
19 cafu(<<_/utf8, Rest/binary>>, 0, Count, ByteCount, _SavePos) -> function
21 cafu(<<_/utf8, Rest/binary>>, N, Count, _ByteCount, SavePos) when N < 0 -> function
23 cafu(<<_/utf8, Rest/binary>> = Whole, N, Count, ByteCount, SavePos) -> function
26 cafu(_Other, _N, Count, ByteCount, _SavePos) -> % Non Unicode character at end function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/small_SUITE_data/src/
H A Dbs_utf8.erl17 cafu(<<>>, _N, Count, _ByteCount, SavePos) -> function
19 cafu(<<_/utf8, Rest/binary>>, 0, Count, ByteCount, _SavePos) -> function
21 cafu(<<_/utf8, Rest/binary>>, N, Count, _ByteCount, SavePos) when N < 0 -> function
23 cafu(<<_/utf8, Rest/binary>> = Whole, N, Count, ByteCount, SavePos) -> function
26 cafu(_Other, _N, Count, ByteCount, _SavePos) -> % Non Unicode character at end function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/small_SUITE_data/src/
H A Dbs_utf8.erl17 cafu(<<>>, _N, Count, _ByteCount, SavePos) -> function
19 cafu(<<_/utf8, Rest/binary>>, 0, Count, ByteCount, _SavePos) -> function
21 cafu(<<_/utf8, Rest/binary>>, N, Count, _ByteCount, SavePos) when N < 0 -> function
23 cafu(<<_/utf8, Rest/binary>> = Whole, N, Count, ByteCount, SavePos) -> function
26 cafu(_Other, _N, Count, ByteCount, _SavePos) -> % Non Unicode character at end function
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/small_SUITE_data/src/
H A Dbs_utf8.erl17 cafu(<<>>, _N, Count, _ByteCount, SavePos) -> function
19 cafu(<<_/utf8, Rest/binary>>, 0, Count, ByteCount, _SavePos) -> function
21 cafu(<<_/utf8, Rest/binary>>, N, Count, _ByteCount, SavePos) when N < 0 -> function
23 cafu(<<_/utf8, Rest/binary>> = Whole, N, Count, ByteCount, SavePos) -> function
26 cafu(_Other, _N, Count, ByteCount, _SavePos) -> % Non Unicode character at end function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/small_SUITE_data/src/
H A Dbs_utf8.erl17 cafu(<<>>, _N, Count, _ByteCount, SavePos) -> function
19 cafu(<<_/utf8, Rest/binary>>, 0, Count, ByteCount, _SavePos) -> function
21 cafu(<<_/utf8, Rest/binary>>, N, Count, _ByteCount, SavePos) when N < 0 -> function
23 cafu(<<_/utf8, Rest/binary>> = Whole, N, Count, ByteCount, SavePos) -> function
26 cafu(_Other, _N, Count, ByteCount, _SavePos) -> % Non Unicode character at end function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/small_SUITE_data/src/
H A Dbs_utf8.erl17 cafu(<<>>, _N, Count, _ByteCount, SavePos) -> function
19 cafu(<<_/utf8, Rest/binary>>, 0, Count, ByteCount, _SavePos) -> function
21 cafu(<<_/utf8, Rest/binary>>, N, Count, _ByteCount, SavePos) when N < 0 -> function
23 cafu(<<_/utf8, Rest/binary>> = Whole, N, Count, ByteCount, SavePos) -> function
26 cafu(_Other, _N, Count, ByteCount, _SavePos) -> % Non Unicode character at end function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/src/
H A Dfile_io_server.erl805 cafu(<<>>,0,Count,ByteCount,_SavePos,_) -> function
807 cafu(<<>>,_N,Count,_ByteCount,SavePos,_) -> function
809 cafu(<<_/utf8,Rest/binary>>, 0, Count, ByteCount, _SavePos, utf8) -> function
811 cafu(<<_/utf8,Rest/binary>>, N, Count, _ByteCount, SavePos, utf8) when N < 0 -> function
813 cafu(<<_/utf8,Rest/binary>> = Whole, N, Count, ByteCount, SavePos, utf8) -> function
816 cafu(<<_/utf16-big,Rest/binary>>, 0, Count, ByteCount, _SavePos, {utf16,big}) -> function
830 cafu(<<_/utf32-big,Rest/binary>>, 0, Count, ByteCount, _SavePos, {utf32,big}) -> function
844 cafu(_Other,0,Count,ByteCount,_,_) -> % Non Unicode character, function
847 cafu(Other,_N,Count,0,SavePos,Enc) -> % Not enough, but valid chomped unicode function
855 cafu(Other,_N,Count,ByteCount,none,Enc) -> % Return what we'we got this far function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/src/
H A Dfile_io_server.erl805 cafu(<<>>,0,Count,ByteCount,_SavePos,_) -> function
807 cafu(<<>>,_N,Count,_ByteCount,SavePos,_) -> function
809 cafu(<<_/utf8,Rest/binary>>, 0, Count, ByteCount, _SavePos, utf8) -> function
811 cafu(<<_/utf8,Rest/binary>>, N, Count, _ByteCount, SavePos, utf8) when N < 0 -> function
813 cafu(<<_/utf8,Rest/binary>> = Whole, N, Count, ByteCount, SavePos, utf8) -> function
816 cafu(<<_/utf16-big,Rest/binary>>, 0, Count, ByteCount, _SavePos, {utf16,big}) -> function
830 cafu(<<_/utf32-big,Rest/binary>>, 0, Count, ByteCount, _SavePos, {utf32,big}) -> function
844 cafu(_Other,0,Count,ByteCount,_,_) -> % Non Unicode character, function
847 cafu(Other,_N,Count,0,SavePos,Enc) -> % Not enough, but valid chomped unicode function
855 cafu(Other,_N,Count,ByteCount,none,Enc) -> % Return what we'we got this far function
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/src/
H A Dfile_io_server.erl797 cafu(<<>>,0,Count,ByteCount,_SavePos,_) -> function
799 cafu(<<>>,_N,Count,_ByteCount,SavePos,_) -> function
801 cafu(<<_/utf8,Rest/binary>>, 0, Count, ByteCount, _SavePos, utf8) -> function
803 cafu(<<_/utf8,Rest/binary>>, N, Count, _ByteCount, SavePos, utf8) when N < 0 -> function
805 cafu(<<_/utf8,Rest/binary>> = Whole, N, Count, ByteCount, SavePos, utf8) -> function
808 cafu(<<_/utf16-big,Rest/binary>>, 0, Count, ByteCount, _SavePos, {utf16,big}) -> function
822 cafu(<<_/utf32-big,Rest/binary>>, 0, Count, ByteCount, _SavePos, {utf32,big}) -> function
836 cafu(_Other,0,Count,ByteCount,_,_) -> % Non Unicode character, function
839 cafu(Other,_N,Count,0,SavePos,Enc) -> % Not enough, but valid chomped unicode function
847 cafu(Other,_N,Count,ByteCount,none,Enc) -> % Return what we'we got this far function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/src/
H A Dfile_io_server.erl805 cafu(<<>>,0,Count,ByteCount,_SavePos,_) -> function
807 cafu(<<>>,_N,Count,_ByteCount,SavePos,_) -> function
809 cafu(<<_/utf8,Rest/binary>>, 0, Count, ByteCount, _SavePos, utf8) -> function
811 cafu(<<_/utf8,Rest/binary>>, N, Count, _ByteCount, SavePos, utf8) when N < 0 -> function
813 cafu(<<_/utf8,Rest/binary>> = Whole, N, Count, ByteCount, SavePos, utf8) -> function
816 cafu(<<_/utf16-big,Rest/binary>>, 0, Count, ByteCount, _SavePos, {utf16,big}) -> function
830 cafu(<<_/utf32-big,Rest/binary>>, 0, Count, ByteCount, _SavePos, {utf32,big}) -> function
844 cafu(_Other,0,Count,ByteCount,_,_) -> % Non Unicode character, function
847 cafu(Other,_N,Count,0,SavePos,Enc) -> % Not enough, but valid chomped unicode function
855 cafu(Other,_N,Count,ByteCount,none,Enc) -> % Return what we'we got this far function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/src/
H A Dfile_io_server.erl805 cafu(<<>>,0,Count,ByteCount,_SavePos,_) -> function
807 cafu(<<>>,_N,Count,_ByteCount,SavePos,_) -> function
809 cafu(<<_/utf8,Rest/binary>>, 0, Count, ByteCount, _SavePos, utf8) -> function
811 cafu(<<_/utf8,Rest/binary>>, N, Count, _ByteCount, SavePos, utf8) when N < 0 -> function
813 cafu(<<_/utf8,Rest/binary>> = Whole, N, Count, ByteCount, SavePos, utf8) -> function
816 cafu(<<_/utf16-big,Rest/binary>>, 0, Count, ByteCount, _SavePos, {utf16,big}) -> function
830 cafu(<<_/utf32-big,Rest/binary>>, 0, Count, ByteCount, _SavePos, {utf32,big}) -> function
844 cafu(_Other,0,Count,ByteCount,_,_) -> % Non Unicode character, function
847 cafu(Other,_N,Count,0,SavePos,Enc) -> % Not enough, but valid chomped unicode function
855 cafu(Other,_N,Count,ByteCount,none,Enc) -> % Return what we'we got this far function
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/kernel/src/
H A Dfile_io_server.erl797 cafu(<<>>,0,Count,ByteCount,_SavePos,_) -> function
799 cafu(<<>>,_N,Count,_ByteCount,SavePos,_) -> function
801 cafu(<<_/utf8,Rest/binary>>, 0, Count, ByteCount, _SavePos, utf8) -> function
803 cafu(<<_/utf8,Rest/binary>>, N, Count, _ByteCount, SavePos, utf8) when N < 0 -> function
805 cafu(<<_/utf8,Rest/binary>> = Whole, N, Count, ByteCount, SavePos, utf8) -> function
808 cafu(<<_/utf16-big,Rest/binary>>, 0, Count, ByteCount, _SavePos, {utf16,big}) -> function
822 cafu(<<_/utf32-big,Rest/binary>>, 0, Count, ByteCount, _SavePos, {utf32,big}) -> function
836 cafu(_Other,0,Count,ByteCount,_,_) -> % Non Unicode character, function
839 cafu(Other,_N,Count,0,SavePos,Enc) -> % Not enough, but valid chomped unicode function
847 cafu(Other,_N,Count,ByteCount,none,Enc) -> % Return what we'we got this far function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/src/
H A Dfile_io_server.erl805 cafu(<<>>,0,Count,ByteCount,_SavePos,_) -> function
807 cafu(<<>>,_N,Count,_ByteCount,SavePos,_) -> function
809 cafu(<<_/utf8,Rest/binary>>, 0, Count, ByteCount, _SavePos, utf8) -> function
811 cafu(<<_/utf8,Rest/binary>>, N, Count, _ByteCount, SavePos, utf8) when N < 0 -> function
813 cafu(<<_/utf8,Rest/binary>> = Whole, N, Count, ByteCount, SavePos, utf8) -> function
816 cafu(<<_/utf16-big,Rest/binary>>, 0, Count, ByteCount, _SavePos, {utf16,big}) -> function
830 cafu(<<_/utf32-big,Rest/binary>>, 0, Count, ByteCount, _SavePos, {utf32,big}) -> function
844 cafu(_Other,0,Count,ByteCount,_,_) -> % Non Unicode character, function
847 cafu(Other,_N,Count,0,SavePos,Enc) -> % Not enough, but valid chomped unicode function
855 cafu(Other,_N,Count,ByteCount,none,Enc) -> % Return what we'we got this far function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/test/
H A Dbeam_utils_SUITE.erl489 cafu(_Config) -> function
495 cafu(<<_/big-utf32,Rest/binary>>, N, Count, {utf32,big}) when N < 0 -> function
497 cafu(<<_/big-utf32,Rest/binary>>, N, Count, {utf32,big}) -> function
499 cafu(<<_/little-utf32,Rest/binary>>, N, Count, {utf32,little}) when N < 0 -> function
501 cafu(_, _, _, _) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/test/
H A Dbeam_utils_SUITE.erl489 cafu(_Config) -> function
495 cafu(<<_/big-utf32,Rest/binary>>, N, Count, {utf32,big}) when N < 0 -> function
497 cafu(<<_/big-utf32,Rest/binary>>, N, Count, {utf32,big}) -> function
499 cafu(<<_/little-utf32,Rest/binary>>, N, Count, {utf32,little}) when N < 0 -> function
501 cafu(_, _, _, _) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/test/
H A Dbeam_utils_SUITE.erl489 cafu(_Config) -> function
495 cafu(<<_/big-utf32,Rest/binary>>, N, Count, {utf32,big}) when N < 0 -> function
497 cafu(<<_/big-utf32,Rest/binary>>, N, Count, {utf32,big}) -> function
499 cafu(<<_/little-utf32,Rest/binary>>, N, Count, {utf32,little}) when N < 0 -> function
501 cafu(_, _, _, _) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/test/
H A Dbeam_utils_SUITE.erl489 cafu(_Config) -> function
495 cafu(<<_/big-utf32,Rest/binary>>, N, Count, {utf32,big}) when N < 0 -> function
497 cafu(<<_/big-utf32,Rest/binary>>, N, Count, {utf32,big}) -> function
499 cafu(<<_/little-utf32,Rest/binary>>, N, Count, {utf32,little}) when N < 0 -> function
501 cafu(_, _, _, _) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/test/
H A Dbeam_utils_SUITE.erl489 cafu(_Config) -> function
495 cafu(<<_/big-utf32,Rest/binary>>, N, Count, {utf32,big}) when N < 0 -> function
497 cafu(<<_/big-utf32,Rest/binary>>, N, Count, {utf32,big}) -> function
499 cafu(<<_/little-utf32,Rest/binary>>, N, Count, {utf32,little}) when N < 0 -> function
501 cafu(_, _, _, _) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/test/
H A Dbeam_utils_SUITE.erl489 cafu(_Config) -> function
495 cafu(<<_/big-utf32,Rest/binary>>, N, Count, {utf32,big}) when N < 0 -> function
497 cafu(<<_/big-utf32,Rest/binary>>, N, Count, {utf32,big}) -> function
499 cafu(<<_/little-utf32,Rest/binary>>, N, Count, {utf32,little}) when N < 0 -> function
501 cafu(_, _, _, _) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/test/
H A Dbeam_utils_SUITE.erl489 cafu(_Config) -> function
495 cafu(<<_/big-utf32,Rest/binary>>, N, Count, {utf32,big}) when N < 0 -> function
497 cafu(<<_/big-utf32,Rest/binary>>, N, Count, {utf32,big}) -> function
499 cafu(<<_/little-utf32,Rest/binary>>, N, Count, {utf32,little}) when N < 0 -> function
501 cafu(_, _, _, _) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Dio_lib.erl785 cafu(<<>>,_N,Count,_ByteCount,SavePos) -> function
787 cafu(<<_/utf8,Rest/binary>>, 0, Count, ByteCount, _SavePos) -> function
789 cafu(<<_/utf8,Rest/binary>>, N, Count, _ByteCount, SavePos) when N < 0 -> function
791 cafu(<<_/utf8,Rest/binary>> = Whole, N, Count, ByteCount, SavePos) -> function
794 cafu(_Other,_N,Count,_ByteCount,SavePos) -> % Non Utf8 character at end function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Dio_lib.erl774 cafu(<<>>,_N,Count,_ByteCount,SavePos) -> function
776 cafu(<<_/utf8,Rest/binary>>, 0, Count, ByteCount, _SavePos) -> function
778 cafu(<<_/utf8,Rest/binary>>, N, Count, _ByteCount, SavePos) when N < 0 -> function
780 cafu(<<_/utf8,Rest/binary>> = Whole, N, Count, ByteCount, SavePos) -> function
783 cafu(_Other,_N,Count,_ByteCount,SavePos) -> % Non Utf8 character at end function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Dio_lib.erl785 cafu(<<>>,_N,Count,_ByteCount,SavePos) -> function
787 cafu(<<_/utf8,Rest/binary>>, 0, Count, ByteCount, _SavePos) -> function
789 cafu(<<_/utf8,Rest/binary>>, N, Count, _ByteCount, SavePos) when N < 0 -> function
791 cafu(<<_/utf8,Rest/binary>> = Whole, N, Count, ByteCount, SavePos) -> function
794 cafu(_Other,_N,Count,_ByteCount,SavePos) -> % Non Utf8 character at end function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Dio_lib.erl785 cafu(<<>>,_N,Count,_ByteCount,SavePos) -> function
787 cafu(<<_/utf8,Rest/binary>>, 0, Count, ByteCount, _SavePos) -> function
789 cafu(<<_/utf8,Rest/binary>>, N, Count, _ByteCount, SavePos) when N < 0 -> function
791 cafu(<<_/utf8,Rest/binary>> = Whole, N, Count, ByteCount, SavePos) -> function
794 cafu(_Other,_N,Count,_ByteCount,SavePos) -> % Non Utf8 character at end function

12