Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:strwidth
(Results
1 - 3
of
3
) sorted by relevance
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
H
A
D
HolidayBorderPanel.java
453
int
strwidth
= fm.stringWidth(text);
in paint()
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()
/third_party/toybox/porting/liteos_a/toys/posix/
H
A
D
ls.c
99
static int
strwidth
(char *s)
in strwidth()
function
136
*len =
strwidth
(dt->name);
in entrylen()
145
len[3] = fn ? numlen(st->st_uid) :
strwidth
(getusername(st->st_uid));
in entrylen()
146
len[4] = fn ? numlen(st->st_gid) :
strwidth
(getgroupname(st->st_gid));
in entrylen()
155
len[7] = (flags & FLAG_Z) ?
strwidth
((char *)dt->extra) : 0;
in entrylen()
/third_party/toybox/toys/posix/
H
A
D
ls.c
100
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()
Completed in 3 milliseconds