OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:utf_wcwidth
(Results
1 - 4
of
4
) sorted by null
/external/mksh/src/
expr.c
710
else if ((width =
utf_wcwidth
(wc)) < 0)
731
((cw =
utf_wcwidth
(wc)) == -1)) {
850
utf_wcwidth
(unsigned int c)
function
sh.h
420
#define
utf_wcwidth
(i) wcwidth((__WCHAR_TYPE__)i)
macro
[
all
...]
eval.c
1115
if ((cw =
utf_wcwidth
(wc)) == -1) {
[
all
...]
edit.c
[
all
...]
Completed in 655 milliseconds