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

  /external/libpng/
pngset.c 706 png_size_t text_length, key_len; local
744 text_length = 0;
755 text_length = png_strlen(text_ptr[i].text);
761 (key_len + text_length + lang_len + lang_key_len + 4));
766 (key_len + lang_len + lang_key_len + text_length + 4),
791 if (text_length)
793 (png_size_t)(text_length));
794 *(textp->text + text_length) = '\0';
799 textp->text_length = 0;
800 textp->itxt_length = text_length;
    [all...]
pngrutil.c     [all...]
pngpread.c     [all...]
png.h 712 png_size_t text_length; /* length of the text string */ member in struct:png_text_struct
    [all...]
  /external/srec/srec/Vocabulary/src/
VocabularyImpl.c 37 static ESR_ReturnCode run_ttt(const LCHAR *input_sentence, LCHAR *output_sentence, int *text_length);
421 int text_length; local
464 text_length = MAX_PRON_LEN;
465 nEsrRes = run_ttt(phrase, copy_of_phrase, &text_length);
581 static ESR_ReturnCode run_ttt(const LCHAR *input_sentence, LCHAR *output_sentence, int *text_length)
585 int max_text_length = *text_length / sizeof(LCHAR) - 1;
622 *text_length = num_out * sizeof(LCHAR);
628 *text_length = 0;
  /external/qemu/distrib/libpng-1.2.19/
pngset.c 782 png_size_t text_length,key_len; local
818 text_length = 0;
828 text_length = png_strlen(text_ptr[i].text);
833 (png_uint_32)(key_len + text_length + lang_len + lang_key_len + 4));
837 (png_uint_32)(key_len + lang_len + lang_key_len + text_length + 4),
863 if(text_length)
865 (png_size_t)(text_length));
866 *(textp->text+text_length) = '\0';
871 textp->text_length = 0;
872 textp->itxt_length = text_length;
    [all...]
pngpread.c     [all...]
pngrutil.c     [all...]
png.h 596 png_size_t text_length; /* length of the text string */ member in struct:png_text_struct
    [all...]
  /external/v8/src/
jsregexp.cc 2531 int text_length = GreedyLoopTextLength(&(alternatives_->at(0))); local
2722 int text_length = GreedyLoopTextLength(&(alternatives_->at(0))); local
    [all...]

Completed in 249 milliseconds