HomeSort by relevance Sort by last modified time
    Searched refs:textlen (Results 1 - 4 of 4) 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/chromium_org/third_party/usrsctp/overrides/usrsctplib/netinet/
sctp_auth.h 177 uint8_t *text, uint32_t textlen, uint8_t *digest);
179 uint8_t *text, uint32_t textlen, uint8_t *digest, uint32_t digestlen);
181 uint8_t *text, uint32_t textlen, uint8_t *digest);
  /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 126 milliseconds