Home
last modified time | relevance | path

Searched refs:scan_char_ref_hex (Results 1 – 7 of 7) sorted by relevance

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/xmerl/src/
H A Dxmerl_scan.erl2763 scan_char_ref_hex(T, S, 0);
2896 scan_char_ref_hex([], S=#xmerl_scanner{continuation_fun = F}, Acc) -> function
2898 F(fun(MoreBytes, S1) -> scan_char_ref_hex(MoreBytes, S1, Acc) end,
2901 scan_char_ref_hex([H|T], S0, Acc) when H >= $0, H =< $9 -> function
2904 scan_char_ref_hex(T, S, (Dec bor (Acc bsl 4)));
2905 scan_char_ref_hex([H|T], S0, Acc) when H >= $a, H =< $f -> function
2908 scan_char_ref_hex(T, S, (Dec bor (Acc bsl 4)));
2909 scan_char_ref_hex([H|T], S0, Acc) when H >= $A, H =< $F -> function
2912 scan_char_ref_hex(T, S, (Dec bor (Acc bsl 4)));
2913 scan_char_ref_hex(";" ++ T, S0, Acc) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/xmerl/src/
H A Dxmerl_scan.erl2763 scan_char_ref_hex(T, S, 0);
2896 scan_char_ref_hex([], S=#xmerl_scanner{continuation_fun = F}, Acc) -> function
2898 F(fun(MoreBytes, S1) -> scan_char_ref_hex(MoreBytes, S1, Acc) end,
2901 scan_char_ref_hex([H|T], S0, Acc) when H >= $0, H =< $9 -> function
2904 scan_char_ref_hex(T, S, (Dec bor (Acc bsl 4)));
2905 scan_char_ref_hex([H|T], S0, Acc) when H >= $a, H =< $f -> function
2908 scan_char_ref_hex(T, S, (Dec bor (Acc bsl 4)));
2909 scan_char_ref_hex([H|T], S0, Acc) when H >= $A, H =< $F -> function
2912 scan_char_ref_hex(T, S, (Dec bor (Acc bsl 4)));
2913 scan_char_ref_hex(";" ++ T, S0, Acc) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/xmerl/src/
H A Dxmerl_scan.erl2763 scan_char_ref_hex(T, S, 0);
2896 scan_char_ref_hex([], S=#xmerl_scanner{continuation_fun = F}, Acc) -> function
2898 F(fun(MoreBytes, S1) -> scan_char_ref_hex(MoreBytes, S1, Acc) end,
2901 scan_char_ref_hex([H|T], S0, Acc) when H >= $0, H =< $9 -> function
2904 scan_char_ref_hex(T, S, (Dec bor (Acc bsl 4)));
2905 scan_char_ref_hex([H|T], S0, Acc) when H >= $a, H =< $f -> function
2908 scan_char_ref_hex(T, S, (Dec bor (Acc bsl 4)));
2909 scan_char_ref_hex([H|T], S0, Acc) when H >= $A, H =< $F -> function
2912 scan_char_ref_hex(T, S, (Dec bor (Acc bsl 4)));
2913 scan_char_ref_hex(";" ++ T, S0, Acc) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_scan.erl2766 scan_char_ref_hex(T, S, 0);
2899 scan_char_ref_hex([], S=#xmerl_scanner{continuation_fun = F}, Acc) -> function
2901 F(fun(MoreBytes, S1) -> scan_char_ref_hex(MoreBytes, S1, Acc) end,
2904 scan_char_ref_hex([H|T], S0, Acc) when H >= $0, H =< $9 -> function
2907 scan_char_ref_hex(T, S, (Dec bor (Acc bsl 4)));
2908 scan_char_ref_hex([H|T], S0, Acc) when H >= $a, H =< $f -> function
2911 scan_char_ref_hex(T, S, (Dec bor (Acc bsl 4)));
2912 scan_char_ref_hex([H|T], S0, Acc) when H >= $A, H =< $F -> function
2915 scan_char_ref_hex(T, S, (Dec bor (Acc bsl 4)));
2916 scan_char_ref_hex(";" ++ T, S0, Acc) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_scan.erl2766 scan_char_ref_hex(T, S, 0);
2899 scan_char_ref_hex([], S=#xmerl_scanner{continuation_fun = F}, Acc) -> function
2901 F(fun(MoreBytes, S1) -> scan_char_ref_hex(MoreBytes, S1, Acc) end,
2904 scan_char_ref_hex([H|T], S0, Acc) when H >= $0, H =< $9 -> function
2907 scan_char_ref_hex(T, S, (Dec bor (Acc bsl 4)));
2908 scan_char_ref_hex([H|T], S0, Acc) when H >= $a, H =< $f -> function
2911 scan_char_ref_hex(T, S, (Dec bor (Acc bsl 4)));
2912 scan_char_ref_hex([H|T], S0, Acc) when H >= $A, H =< $F -> function
2915 scan_char_ref_hex(T, S, (Dec bor (Acc bsl 4)));
2916 scan_char_ref_hex(";" ++ T, S0, Acc) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_scan.erl2766 scan_char_ref_hex(T, S, 0);
2899 scan_char_ref_hex([], S=#xmerl_scanner{continuation_fun = F}, Acc) -> function
2901 F(fun(MoreBytes, S1) -> scan_char_ref_hex(MoreBytes, S1, Acc) end,
2904 scan_char_ref_hex([H|T], S0, Acc) when H >= $0, H =< $9 -> function
2907 scan_char_ref_hex(T, S, (Dec bor (Acc bsl 4)));
2908 scan_char_ref_hex([H|T], S0, Acc) when H >= $a, H =< $f -> function
2911 scan_char_ref_hex(T, S, (Dec bor (Acc bsl 4)));
2912 scan_char_ref_hex([H|T], S0, Acc) when H >= $A, H =< $F -> function
2915 scan_char_ref_hex(T, S, (Dec bor (Acc bsl 4)));
2916 scan_char_ref_hex(";" ++ T, S0, Acc) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_scan.erl2766 scan_char_ref_hex(T, S, 0);
2899 scan_char_ref_hex([], S=#xmerl_scanner{continuation_fun = F}, Acc) -> function
2901 F(fun(MoreBytes, S1) -> scan_char_ref_hex(MoreBytes, S1, Acc) end,
2904 scan_char_ref_hex([H|T], S0, Acc) when H >= $0, H =< $9 -> function
2907 scan_char_ref_hex(T, S, (Dec bor (Acc bsl 4)));
2908 scan_char_ref_hex([H|T], S0, Acc) when H >= $a, H =< $f -> function
2911 scan_char_ref_hex(T, S, (Dec bor (Acc bsl 4)));
2912 scan_char_ref_hex([H|T], S0, Acc) when H >= $A, H =< $F -> function
2915 scan_char_ref_hex(T, S, (Dec bor (Acc bsl 4)));
2916 scan_char_ref_hex(";" ++ T, S0, Acc) -> function