Searched refs:uniLeftLower (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclCmdIL.c4076 Tcl_UniChar uniLeft, uniRight, uniLeftLower, uniRightLower;
4155 uniLeftLower = Tcl_UniCharToLower(uniLeft);
4162 diff = uniLeftLower - uniRightLower;
4037 Tcl_UniChar uniLeft, uniRight, uniLeftLower, uniRightLower; local
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclCmdIL.c4239 Tcl_UniChar uniLeft, uniRight, uniLeftLower, uniRightLower;
4317 uniLeftLower = Tcl_UniCharToLower(uniLeft);
4324 diff = uniLeftLower - uniRightLower;
4196 Tcl_UniChar uniLeft, uniRight, uniLeftLower, uniRightLower; local
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeItem.c5805 Tcl_UniChar uniLeft, uniRight, uniLeftLower, uniRightLower; local
5882 uniLeftLower = Tcl_UniCharToLower(uniLeft);
5889 diff = uniLeftLower - uniRightLower;

Completed in 209 milliseconds