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

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/textutil/
H A Dadjust.tcl148 set wLen [string length $w]
153 if {$Hyphenate && ($pos+$wLen >= $Length)} {
192 set wLen [string length $w]
204 set over [expr {$pos+2+$wLen-$Length}]
211 set wLen [string length $w]
217 if {($pos+$wLen < $Length)} {
222 incr pos $wLen
229 set pos $wLen
348 set wLen($i) [string length $w($i)]
349 set totalLen [expr {$totalLen+$wLen(
[all...]
/macosx-10.10.1/libxml2-26/libxml2/
H A DxmlIO.c228 int wLen = local
231 if (wLen) {
232 wString = xmlMalloc(wLen * sizeof(wchar_t));
235 (CP_UTF8, 0, u8String, -1, wString, wLen) == 0) {
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DxmlIO.c222 int wLen = local
225 if (wLen) {
226 wString = xmlMalloc(wLen * sizeof(wchar_t));
229 (CP_UTF8, 0, u8String, -1, wString, wLen) == 0) {

Completed in 193 milliseconds