/external/srec/srec/Vocabulary/src/ |
D | VocabularyImpl.c | 37 static ESR_ReturnCode run_ttt(const LCHAR *input_sentence, LCHAR *output_sentence, int *text_length… 421 int text_length; in SR_VocabularyGetPronunciationImpl() local 464 text_length = MAX_PRON_LEN; in SR_VocabularyGetPronunciationImpl() 465 nEsrRes = run_ttt(phrase, copy_of_phrase, &text_length); in SR_VocabularyGetPronunciationImpl() 581 static ESR_ReturnCode run_ttt(const LCHAR *input_sentence, LCHAR *output_sentence, int *text_length) in run_ttt() argument 585 int max_text_length = *text_length / sizeof(LCHAR) - 1; in run_ttt() 622 *text_length = num_out * sizeof(LCHAR); in run_ttt() 628 *text_length = 0; in run_ttt()
|
/external/libpng/ |
D | pngset.c | 706 png_size_t text_length, key_len; in png_set_text_2() local 744 text_length = 0; in png_set_text_2() 755 text_length = png_strlen(text_ptr[i].text); in png_set_text_2() 761 (key_len + text_length + lang_len + lang_key_len + 4)); in png_set_text_2() 766 (key_len + lang_len + lang_key_len + text_length + 4), in png_set_text_2() 791 if (text_length) in png_set_text_2() 793 (png_size_t)(text_length)); in png_set_text_2() 794 *(textp->text + text_length) = '\0'; in png_set_text_2() 799 textp->text_length = 0; in png_set_text_2() 800 textp->itxt_length = text_length; in png_set_text_2() [all …]
|
D | pngrutil.c | 2098 text_ptr->text_length = png_strlen(text); in png_handle_tEXt() 2218 text_ptr->text_length = data_len; in png_handle_zTXt() 2362 text_ptr->text_length = 0; in png_handle_iTXt()
|
D | pngpread.c | 1610 text_ptr->text_length = 0; in png_push_read_iTXt()
|
D | png.h | 712 png_size_t text_length; /* length of the text string */ member
|
D | libpng-1.2.44.txt | 690 text_ptr[i].text_length - length of text string, 1966 text_ptr[i].text_length - length of text string,
|
D | libpng-1.2.46.txt | 690 text_ptr[i].text_length - length of text string, 1966 text_ptr[i].text_length - length of text string,
|
D | CHANGES | 604 text_length=0 when "text" contains iTXt data. Use the "compression"
|
/external/qemu/distrib/libpng-1.2.19/ |
D | pngset.c | 782 png_size_t text_length,key_len; in png_set_text_2() local 818 text_length = 0; in png_set_text_2() 828 text_length = png_strlen(text_ptr[i].text); in png_set_text_2() 833 (png_uint_32)(key_len + text_length + lang_len + lang_key_len + 4)); in png_set_text_2() 837 (png_uint_32)(key_len + lang_len + lang_key_len + text_length + 4), in png_set_text_2() 863 if(text_length) in png_set_text_2() 865 (png_size_t)(text_length)); in png_set_text_2() 866 *(textp->text+text_length) = '\0'; in png_set_text_2() 871 textp->text_length = 0; in png_set_text_2() 872 textp->itxt_length = text_length; in png_set_text_2() [all …]
|
D | pngrutil.c | 1936 text_ptr->text_length = png_strlen(text); in png_handle_tEXt() 2034 text_ptr->text_length = data_len; in png_handle_zTXt() 2147 text_ptr->text_length = 0; in png_handle_iTXt()
|
D | pngpread.c | 1443 text_ptr->text_length = 0; in png_push_read_iTXt()
|
D | png.h | 596 png_size_t text_length; /* length of the text string */ member
|
/external/chromium/chrome/browser/autocomplete/ |
D | history_quick_provider.cc | 218 size_t text_length) { in SpansFromTermMatch() argument 221 if (text_length) in SpansFromTermMatch() 237 if (offset < text_length) { in SpansFromTermMatch()
|
D | history_quick_provider.h | 69 size_t text_length);
|
D | autocomplete_edit_view_win.cc | 2120 const int text_length = GetTextLength(); in IsSelectAllForRange() local 2121 return ((sel.cpMin == 0) && (sel.cpMax >= text_length)) || in IsSelectAllForRange() 2122 ((sel.cpMax == 0) && (sel.cpMin >= text_length)); in IsSelectAllForRange()
|
D | autocomplete_edit_view_mac.mm | 1030 size_t text_length = [[[field_ currentEditor] string] length]; 1033 size_t max = text_length - suggest_text_length_;
|
/external/chromium/chrome/browser/instant/ |
D | instant_loader.cc | 126 int text_length = static_cast<int>(text_.size()); in Observe() local 128 text_, verbatim_, text_length, text_length); in Observe() 681 int text_length = static_cast<int>(user_text_.size()); in Update() local 683 user_text_, verbatim, text_length, text_length); in Update()
|
/external/v8/src/ |
D | jsregexp.cc | 2692 int text_length = GreedyLoopTextLength(&(alternatives_->at(0))); in Emit() local 2693 ASSERT(text_length != kNodeIsTooComplexForGreedyLoops); in Emit() 2696 ASSERT(trace->cp_offset() == text_length); in Emit() 2697 macro_assembler->AdvanceCurrentPosition(text_length); in Emit() 2884 int text_length = GreedyLoopTextLength(&(alternatives_->at(0))); in Emit() local 2891 if (choice_count > 1 && text_length != kNodeIsTooComplexForGreedyLoops) { in Emit() 3006 macro_assembler->AdvanceCurrentPosition(-text_length); in Emit()
|