Home
last modified time | relevance | path

Searched refs:strwidth (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
DHolidayBorderPanel.java453 int strwidth = fm.stringWidth(text); in paint() local
456 if (strwidth > textwidth) in paint()
457 strwidth = textwidth; in paint()
463 offset = (width - strwidth) / 2; in paint()
466 offset = width - strwidth - thickness - 5; in paint()
475 g.clearRect(offset - 5, 0, strwidth + 10, fontheight); in paint()
476 g.clipRect(offset, 0, strwidth, fontheight); in paint()
/external/u-boot/scripts/
Dcleanpatch54 sub strwidth($) { subroutine
165 $l_width = strwidth($text);
/external/toybox/toys/posix/
Dls.c100 static int strwidth(char *s) in strwidth() function
137 *len = strwidth(dt->name); in entrylen()
146 len[3] = fn ? numlen(st->st_uid) : strwidth(getusername(st->st_uid)); in entrylen()
147 len[4] = fn ? numlen(st->st_gid) : strwidth(getgroupname(st->st_gid)); in entrylen()
156 len[7] = (flags & FLAG_Z) ? strwidth((char *)dt->extra) : 0; in entrylen()
/external/python/cpython2/Modules/
Dcstubs1045 long strwidth char *s
Dglmodule.c2865 retval = strwidth( arg1 ); in gl_strwidth()