Home
last modified time | relevance | path

Searched defs:uppercase_all (Results 1 – 8 of 8) sorted by relevance

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/wx/api_gen/
H A Dgen_util.erl35 uppercase_all([F|R]) when F >= $a, F =< $z -> [F+($A-$a)|uppercase_all(R)]; function
36 uppercase_all([A|R]) -> [A|uppercase_all(R)]; function
37 uppercase_all([]) -> []. function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/wx/api_gen/
H A Dgen_util.erl35 uppercase_all([F|R]) when F >= $a, F =< $z -> [F+($A-$a)|uppercase_all(R)]; function
36 uppercase_all([A|R]) -> [A|uppercase_all(R)]; function
37 uppercase_all([]) -> []. function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/wx/api_gen/
H A Dgen_util.erl35 uppercase_all([F|R]) when F >= $a, F =< $z -> [F+($A-$a)|uppercase_all(R)]; function
36 uppercase_all([A|R]) -> [A|uppercase_all(R)]; function
37 uppercase_all([]) -> []. function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/wx/api_gen/
H A Dgen_util.erl35 uppercase_all([F|R]) when F >= $a, F =< $z -> [F+($A-$a)|uppercase_all(R)]; function
36 uppercase_all([A|R]) -> [A|uppercase_all(R)]; function
37 uppercase_all([]) -> []. function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/wx/api_gen/
H A Dgen_util.erl35 uppercase_all([F|R]) when F >= $a, F =< $z -> [F+($A-$a)|uppercase_all(R)]; function
36 uppercase_all([A|R]) -> [A|uppercase_all(R)]; function
37 uppercase_all([]) -> []. function
/dports/lang/erlang/otp-OTP-24.1.7/lib/wx/api_gen/
H A Dgen_util.erl35 uppercase_all([F|R]) when F >= $a, F =< $z -> [F+($A-$a)|uppercase_all(R)]; function
36 uppercase_all([A|R]) -> [A|uppercase_all(R)]; function
37 uppercase_all([]) -> []. function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/wx/api_gen/
H A Dgen_util.erl35 uppercase_all([F|R]) when F >= $a, F =< $z -> [F+($A-$a)|uppercase_all(R)]; function
36 uppercase_all([A|R]) -> [A|uppercase_all(R)]; function
37 uppercase_all([]) -> []. function
/dports/textproc/apertium/apertium-3.6.1/apertium/
H A Dpostchunk.cc1882 bool uppercase_all = false; in unchunk() local
1989 bool uppercase_all = false; in splitWordsAndBlanks() local