OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:utf8_strlen
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/tmux/dist/
status.c
658
c->prompt_index =
utf8_strlen
(c->prompt_buffer);
725
c->prompt_index =
utf8_strlen
(c->prompt_buffer);
1057
size =
utf8_strlen
(c->prompt_buffer);
1060
n =
utf8_strlen
(c->prompt_saved);
1121
size =
utf8_strlen
(c->prompt_buffer);
1306
size =
utf8_strlen
(c->prompt_buffer);
1488
c->prompt_index =
utf8_strlen
(c->prompt_buffer);
1498
c->prompt_index =
utf8_strlen
(c->prompt_buffer);
1539
c->prompt_index =
utf8_strlen
(c->prompt_buffer);
1550
c->prompt_index =
utf8_strlen
(c->prompt_buffer)
[
all
...]
utf8.c
785
utf8_strlen
(const struct utf8_data *s)
function
tmux.h
3536
size_t
utf8_strlen
(const struct utf8_data *);
/src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c
160
#define
utf8_strlen
(S, B) ((B) < 0 ? (int)strlen(S) : (B))
macro
161
#define utf8_strwidth(S, B)
utf8_strlen
((S), (B))
3828
int so =
utf8_strlen
(source_str, pmatch[j].rm_so);
3829
int eo =
utf8_strlen
(source_str, pmatch[j].rm_eo);
3855
offset +=
utf8_strlen
(source_str, pmatch[0].rm_eo);
7211
n =
utf8_strlen
(s2, n);
9005
objPtr->internalRep.strValue.charLength =
utf8_strlen
(objPtr->bytes, objPtr->length);
9092
objPtr->internalRep.strValue.charLength +=
utf8_strlen
(objPtr->bytes + objPtr->length, len);
15750
size_t sLen =
utf8_strlen
(&str[pos], str_bytelen - pos);
Completed in 74 milliseconds
Indexes created Sat May 02 00:23:24 UTC 2026