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_buflen
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/src/
x-python.c
468
size_t
utf8_buflen
;
member in struct:unicode_string_buffer
477
bp->
utf8_buflen
= 0;
486
if (bp->
utf8_buflen
+ count > bp->utf8_allocated)
489
if (new_allocated < bp->
utf8_buflen
+ count)
490
new_allocated = bp->
utf8_buflen
+ count;
510
memcpy (bp->utf8_buffer + bp->
utf8_buflen
, utf8buf, count);
511
bp->
utf8_buflen
+= count;
520
bp->utf8_buffer[bp->
utf8_buflen
] = '\0';
543
comment_buffer.
utf8_buflen
= 0;
549
return (comment_buffer.
utf8_buflen
== 0)
789
size_t
utf8_buflen
;
member in struct:mixed_string_buffer
[
all
...]
x-java.c
386
size_t
utf8_buflen
;
member in struct:string_buffer
401
bp->
utf8_buflen
= 0;
425
if (bp->
utf8_buflen
+ count > bp->utf8_allocated)
428
if (new_allocated < bp->
utf8_buflen
+ count)
429
new_allocated = bp->
utf8_buflen
+ count;
448
memcpy (bp->utf8_buffer + bp->
utf8_buflen
, utf8buf, count);
449
bp->
utf8_buflen
+= count;
482
memcpy (bp->utf8_buffer + bp->
utf8_buflen
, curr, count);
483
bp->
utf8_buflen
+= count;
554
bp->utf8_buffer[bp->
utf8_buflen
] = '\0'
[
all
...]
x-csharp.c
520
size_t
utf8_buflen
;
member in struct:string_buffer
529
bp->
utf8_buflen
= 0;
537
if (bp->
utf8_buflen
+ count > bp->utf8_allocated)
540
if (new_allocated < bp->
utf8_buflen
+ count)
541
new_allocated = bp->
utf8_buflen
+ count;
560
memcpy (bp->utf8_buffer + bp->
utf8_buflen
, utf8buf, count);
561
bp->
utf8_buflen
+= count;
570
bp->utf8_buffer[bp->
utf8_buflen
] = '\0';
593
comment_buffer.
utf8_buflen
= 0;
599
return (comment_buffer.
utf8_buflen
== 0)
[
all
...]
Completed in 44 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026