HomeSort by relevance Sort by last modified time
    Searched refs:num_out (Results 1 - 5 of 5) sorted by null

  /external/srec/srec/Vocabulary/src/
VocabularyImpl.c 584 int num_out = 0; local
589 if (num_out + 2 >= max_text_length) {
595 if (num_out > 0 && !LISSPACE(output_sentence[num_out-1]) ) {
597 output_sentence[num_out] = L(' ');
598 num_out++;
601 output_sentence[num_out] = *input_sentence;
602 num_out++;
606 if (bDigit == True && !LISSPACE(output_sentence[num_out-1])) {
608 output_sentence[num_out] = L(' ')
    [all...]
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 92 void adjust_syllable_boundaries(LTS *lts, char **output_phone_string, int num_out, int max_phone_length);
93 SWIsltsResult lts_for_word(LTS *lts, char *word, int word_len, char **output_phone_string, int max_phone_length, int *num_out);
1543 int num_out; local
1674 int num_out = 0; local
    [all...]
  /external/harfbuzz/src/
harfbuzz-buffer-private.h 50 HB_UShort num_out,
90 #define ADD_String( buffer, num_in, num_out, glyph_data, component, ligID ) \
92 (num_in), (num_out), \
harfbuzz-buffer.c 248 /* The following function copies `num_out' elements from `glyph_data'
250 by `num_in' elements, and the out array pointer by `num_out' elements.
255 will copied `num_out' times, otherwise `component' itself will
259 will copied `num_out' times, otherwise `ligID' itself will
270 HB_UShort num_out,
280 error = hb_buffer_ensure( buffer, buffer->out_pos + num_out );
298 for ( i = 0; i < num_out; i++ )
311 buffer->out_pos += num_out;
  /external/libpng/
pngtest.c 1388 png_size_t num_in, num_out; local
    [all...]

Completed in 109 milliseconds