/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/harfbuzz_ng/src/hb-old/ |
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/chromium_org/third_party/harfbuzz-ng/src/ |
hb-buffer-private.hh | 130 unsigned int num_out, 186 HB_INTERNAL bool make_room_for (unsigned int num_in, unsigned int num_out);
|
hb-buffer.cc | 126 unsigned int num_out) 128 if (unlikely (!ensure (out_len + num_out))) return false; 131 out_len + num_out > idx + num_in) 311 unsigned int num_out, 314 if (unlikely (!make_room_for (num_in, num_out))) return; 320 for (unsigned int i = 0; i < num_out; i++) 328 out_len += num_out;
|
/external/harfbuzz_ng/src/ |
hb-buffer-private.hh | 126 unsigned int num_out, 181 HB_INTERNAL bool make_room_for (unsigned int num_in, unsigned int num_out);
|
hb-buffer.cc | 126 unsigned int num_out) 128 if (unlikely (!ensure (out_len + num_out))) return false; 131 out_len + num_out > idx + num_in) 297 unsigned int num_out, 300 if (unlikely (!make_room_for (num_in, num_out))) return; 306 for (unsigned int i = 0; i < num_out; i++) 314 out_len += num_out;
|
/external/libpng/ |
pngtest.c | 1388 png_size_t num_in, num_out; local [all...] |