Lines Matching refs:mChars
750 return mChars; in getCData()
893 mChars.append(chars); in appendChars()
934 const char16_t* p = node->mChars.string(); in removeWhitespace()
948 node->mChars = String16(" "); in removeWhitespace()
952 const char16_t* e = node->mChars.string()+node->mChars.size()-1; in removeWhitespace()
956 if (p > node->mChars.string()) { in removeWhitespace()
959 if (e < (node->mChars.string()+node->mChars.size()-1)) { in removeWhitespace()
962 if (p > node->mChars.string() || in removeWhitespace()
963 e < (node->mChars.string()+node->mChars.size()-1)) { in removeWhitespace()
965 node->mChars = tmp; in removeWhitespace()
1079 copy->mChars = mChars; in clone()
1377 dest->add(mChars, true); in collect_strings()
1548 cdataExt.data.index = htodl(strings.offsetForString(mChars)); in flatten_node()