Home
last modified time | relevance | path

Searched refs:check_for_dot_or_space (Results 1 – 10 of 10) sorted by relevance

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/test/bs_SUITE_data/
H A Dbs_match_compiler.erl450 {nomatch,0} = check_for_dot_or_space(<<" ">>),
451 {nomatch,0} = check_for_dot_or_space(<<" abc">>),
452 {ok,<<"abcde">>} = check_for_dot_or_space(<<"abcde 34555">>),
453 {nomatch,0} = check_for_dot_or_space(<<".gurka">>),
454 {nomatch,1} = check_for_dot_or_space(<<"g.urka">>),
463 check_for_dot_or_space(Bin) -> function
464 check_for_dot_or_space(Bin, 0).
466 check_for_dot_or_space(<<$\s, _/binary>>, 0) -> function
468 check_for_dot_or_space(Bin, Len) -> function
475 check_for_dot_or_space(Bin, Len+1)
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/test/bs_SUITE_data/
H A Dbs_match_compiler.erl450 {nomatch,0} = check_for_dot_or_space(<<" ">>),
451 {nomatch,0} = check_for_dot_or_space(<<" abc">>),
452 {ok,<<"abcde">>} = check_for_dot_or_space(<<"abcde 34555">>),
453 {nomatch,0} = check_for_dot_or_space(<<".gurka">>),
454 {nomatch,1} = check_for_dot_or_space(<<"g.urka">>),
463 check_for_dot_or_space(Bin) -> function
464 check_for_dot_or_space(Bin, 0).
466 check_for_dot_or_space(<<$\s, _/binary>>, 0) -> function
468 check_for_dot_or_space(Bin, Len) -> function
475 check_for_dot_or_space(Bin, Len+1)
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/test/bs_SUITE_data/
H A Dbs_match_compiler.erl450 {nomatch,0} = check_for_dot_or_space(<<" ">>),
451 {nomatch,0} = check_for_dot_or_space(<<" abc">>),
452 {ok,<<"abcde">>} = check_for_dot_or_space(<<"abcde 34555">>),
453 {nomatch,0} = check_for_dot_or_space(<<".gurka">>),
454 {nomatch,1} = check_for_dot_or_space(<<"g.urka">>),
463 check_for_dot_or_space(Bin) -> function
464 check_for_dot_or_space(Bin, 0).
466 check_for_dot_or_space(<<$\s, _/binary>>, 0) -> function
468 check_for_dot_or_space(Bin, Len) -> function
475 check_for_dot_or_space(Bin, Len+1)
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/test/
H A Dbs_match_SUITE.erl566 {nomatch,0} = check_for_dot_or_space(<<" ">>),
567 {nomatch,0} = check_for_dot_or_space(<<" abc">>),
568 {ok,<<"abcde">>} = check_for_dot_or_space(<<"abcde 34555">>),
569 {nomatch,0} = check_for_dot_or_space(<<".gurka">>),
570 {nomatch,1} = check_for_dot_or_space(<<"g.urka">>),
580 check_for_dot_or_space(Bin) -> function
581 check_for_dot_or_space(Bin, 0).
583 check_for_dot_or_space(<<$\s, _/binary>>, 0) -> function
585 check_for_dot_or_space(Bin, Len) -> function
592 check_for_dot_or_space(Bin, Len+1)
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/test/
H A Dbs_match_SUITE.erl634 {nomatch,0} = check_for_dot_or_space(<<" ">>),
635 {nomatch,0} = check_for_dot_or_space(<<" abc">>),
636 {ok,<<"abcde">>} = check_for_dot_or_space(<<"abcde 34555">>),
637 {nomatch,0} = check_for_dot_or_space(<<".gurka">>),
638 {nomatch,1} = check_for_dot_or_space(<<"g.urka">>),
648 check_for_dot_or_space(Bin) -> function
649 check_for_dot_or_space(Bin, 0).
651 check_for_dot_or_space(<<$\s, _/binary>>, 0) -> function
653 check_for_dot_or_space(Bin, Len) -> function
660 check_for_dot_or_space(Bin, Len+1)
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/test/
H A Dbs_match_SUITE.erl695 {nomatch,0} = check_for_dot_or_space(<<" ">>),
696 {nomatch,0} = check_for_dot_or_space(<<" abc">>),
697 {ok,<<"abcde">>} = check_for_dot_or_space(<<"abcde 34555">>),
698 {nomatch,0} = check_for_dot_or_space(<<".gurka">>),
699 {nomatch,1} = check_for_dot_or_space(<<"g.urka">>),
709 check_for_dot_or_space(Bin) -> function
710 check_for_dot_or_space(Bin, 0).
712 check_for_dot_or_space(<<$\s, _/binary>>, 0) -> function
714 check_for_dot_or_space(Bin, Len) -> function
721 check_for_dot_or_space(Bin, Len+1)
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/test/
H A Dbs_match_SUITE.erl691 {nomatch,0} = check_for_dot_or_space(<<" ">>),
692 {nomatch,0} = check_for_dot_or_space(<<" abc">>),
693 {ok,<<"abcde">>} = check_for_dot_or_space(<<"abcde 34555">>),
694 {nomatch,0} = check_for_dot_or_space(<<".gurka">>),
695 {nomatch,1} = check_for_dot_or_space(<<"g.urka">>),
705 check_for_dot_or_space(Bin) -> function
706 check_for_dot_or_space(Bin, 0).
708 check_for_dot_or_space(<<$\s, _/binary>>, 0) -> function
710 check_for_dot_or_space(Bin, Len) -> function
717 check_for_dot_or_space(Bin, Len+1)
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/test/
H A Dbs_match_SUITE.erl695 {nomatch,0} = check_for_dot_or_space(<<" ">>),
696 {nomatch,0} = check_for_dot_or_space(<<" abc">>),
697 {ok,<<"abcde">>} = check_for_dot_or_space(<<"abcde 34555">>),
698 {nomatch,0} = check_for_dot_or_space(<<".gurka">>),
699 {nomatch,1} = check_for_dot_or_space(<<"g.urka">>),
709 check_for_dot_or_space(Bin) -> function
710 check_for_dot_or_space(Bin, 0).
712 check_for_dot_or_space(<<$\s, _/binary>>, 0) -> function
714 check_for_dot_or_space(Bin, Len) -> function
721 check_for_dot_or_space(Bin, Len+1)
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/test/
H A Dbs_match_SUITE.erl695 {nomatch,0} = check_for_dot_or_space(<<" ">>),
696 {nomatch,0} = check_for_dot_or_space(<<" abc">>),
697 {ok,<<"abcde">>} = check_for_dot_or_space(<<"abcde 34555">>),
698 {nomatch,0} = check_for_dot_or_space(<<".gurka">>),
699 {nomatch,1} = check_for_dot_or_space(<<"g.urka">>),
709 check_for_dot_or_space(Bin) -> function
710 check_for_dot_or_space(Bin, 0).
712 check_for_dot_or_space(<<$\s, _/binary>>, 0) -> function
714 check_for_dot_or_space(Bin, Len) -> function
721 check_for_dot_or_space(Bin, Len+1)
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/test/
H A Dbs_match_SUITE.erl695 {nomatch,0} = check_for_dot_or_space(<<" ">>),
696 {nomatch,0} = check_for_dot_or_space(<<" abc">>),
697 {ok,<<"abcde">>} = check_for_dot_or_space(<<"abcde 34555">>),
698 {nomatch,0} = check_for_dot_or_space(<<".gurka">>),
699 {nomatch,1} = check_for_dot_or_space(<<"g.urka">>),
709 check_for_dot_or_space(Bin) -> function
710 check_for_dot_or_space(Bin, 0).
712 check_for_dot_or_space(<<$\s, _/binary>>, 0) -> function
714 check_for_dot_or_space(Bin, Len) -> function
721 check_for_dot_or_space(Bin, Len+1)
[all …]