OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textlen
(Results
1 - 3
of
3
) sorted by null
/external/svox/pico/tts/
com_svox_picottsengine.cpp
531
int
textlen
; /* property string length */
local
533
textlen
= strlen(str) + 1;
535
textlen
+= strlen(PICO_PITCH_OPEN_TAG) + 5;
536
textlen
+= strlen(PICO_PITCH_CLOSE_TAG);
540
textlen
+= strlen(PICO_SPEED_OPEN_TAG) + 5;
541
textlen
+= strlen(PICO_SPEED_CLOSE_TAG);
546
textlen
+= strlen(PICO_VOLUME_OPEN_TAG) + 5;
547
textlen
+= strlen(PICO_VOLUME_CLOSE_TAG);
552
data = (char *) malloc(
textlen
); /* allocate string */
556
memset(data, 0,
textlen
); /* clear it *
682
int
textlen
; \/* input string length *\/
local
[
all
...]
/external/qemu/android/
console.c
1579
int
textlen
;
local
1983
int
textlen
;
local
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/sed/
execute.c
110
size_t
textlen
;
598
n->
textlen
= 0;
636
ck_fwrite(p->text, 1, p->
textlen
, output_file.fp);
109
size_t
textlen
;
member in struct:append_queue
[
all
...]
Completed in 1081 milliseconds