Lines Matching refs:hv
7575 typeset -Uui16 -Z5 hv=2147483647
7582 hv=1#${line::1}
7588 print -n "${hv#16#} "
7589 if (( (hv < 32) || (hv > 126) )); then
7602 (( hv == 2147483647 )) || print "$dasc|"
7650 typeset -Uui16 -Z5 hv=2147483647
7657 hv=1#${line::1}
7663 print -n "${hv#16#} "
7664 if (( (hv < 32) || (hv > 126) )); then
7677 (( hv == 2147483647 )) || print "$dasc|"
7954 typeset -Uui16 -Z5 hv=2147483647
7961 hv=1#${line::1}
7967 print -n "${hv#16#} "
7968 if (( (hv < 32) || (hv > 126) )); then
7981 (( hv == 2147483647 )) || print "$dasc|"
8029 typeset -Uui16 -Z7 hv
8055 let hv=wc
8056 print -n "${hv#16#} "
8066 (( hv == 2147483647 )) || print "$dasc|"
8124 typeset -Uui16 -Z5 hv=2147483647
8130 hv=${line[i++]}
8136 print -n "${hv#16#} "
8137 if (( (hv < 32) || (hv > 126) )); then
8149 (( hv == 2147483647 )) || print "$dasc|"
8196 typeset -Uui16 -Z7 hv=2147483647
8202 hv=${line[i++]}
8203 if (( (hv < 32) || \
8204 ((hv > 126) && (hv < 160)) )); then
8206 elif (( (hv & 0xFF80) == 0xEF80 )); then
8219 print -n "${hv#16#} "
8229 (( hv == 2147483647 )) || print "$dasc|"