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_allocated
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/src/
x-python.c
469
size_t
utf8_allocated
;
member in struct:unicode_string_buffer
478
bp->
utf8_allocated
= 0;
486
if (bp->utf8_buflen + count > bp->
utf8_allocated
)
488
size_t new_allocated = 2 * bp->
utf8_allocated
+ 10;
491
bp->
utf8_allocated
= new_allocated;
790
size_t
utf8_allocated
;
member in struct:mixed_string_buffer
805
bp->
utf8_allocated
= 0;
828
if (bp->utf8_buflen + count > bp->
utf8_allocated
)
830
size_t new_allocated = 2 * bp->
utf8_allocated
+ 10;
833
bp->
utf8_allocated
= new_allocated
[
all
...]
x-java.c
387
size_t
utf8_allocated
;
member in struct:string_buffer
402
bp->
utf8_allocated
= 0;
425
if (bp->utf8_buflen + count > bp->
utf8_allocated
)
427
size_t new_allocated = 2 * bp->
utf8_allocated
+ 10;
430
bp->
utf8_allocated
= new_allocated;
x-csharp.c
521
size_t
utf8_allocated
;
member in struct:string_buffer
530
bp->
utf8_allocated
= 0;
537
if (bp->utf8_buflen + count > bp->
utf8_allocated
)
539
size_t new_allocated = 2 * bp->
utf8_allocated
+ 10;
542
bp->
utf8_allocated
= new_allocated;
Completed in 59 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026