HomeSort by relevance Sort by last modified time
    Searched full:text_length_ (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fde/
cfde_texteditengine.cpp 139 text_length_(0),
172 text_length_ = 0;
208 content_.resize(text_length_ + new_gap_size);
212 (text_length_ - gap_position_) * char_size);
267 if (idx > text_length_)
268 idx = text_length_;
277 if (has_character_limit_ && text_length_ + length > character_limit_) {
279 length = character_limit_ - text_length_;
291 if (text_length_ - gap_position_ > 0) {
293 text_length_ - gap_position_)
    [all...]
cfde_texteditengine.h 211 size_t text_length_; member in class:CFDE_TextEditEngine

Completed in 71 milliseconds