Lines Matching refs:size
35 : fText(paragraph->fText.c_str(), paragraph->fText.size())
198 if (fText.size() != other.fText.size()) {
201 if (fPlaceholders.size() != other.fPlaceholders.size()) {
207 if (fTextStyles.size() != other.fTextStyles.size()) {
227 for (size_t i = 0; i < fTextStyles.size(); ++i) {
243 for (size_t i = 0; i < fPlaceholders.size(); ++i) {
338 paragraph.fText.size() == value->fKey.text().size()) {
361 if (paragraph.fRuns.size() == value->fRuns.size()) {
363 for (size_t idx = 0; idx < value->fRuns.size(); ++idx) {
418 if (paragraph.fRuns.size() == value->fRuns.size()) {
420 for (size_t idx = 0; idx < value->fRuns.size(); ++idx) {
562 if ((lastText.size() < NOCACHE_PREFIX_LENGTH) || (text.size() < NOCACHE_PREFIX_LENGTH)) {
572 if (std::strncmp(lastText.c_str() + lastText.size() - NOCACHE_PREFIX_LENGTH, &text[text.size() - NOCACHE_PREFIX_LENGTH], NOCACHE_PREFIX_LENGTH) == 0) {