Lines Matching refs:mChars
692 return mChars; in getCData()
807 mChars.append(chars); in appendChars()
848 const char16_t* p = node->mChars.string(); in removeWhitespace()
862 node->mChars = String16(" "); in removeWhitespace()
866 const char16_t* e = node->mChars.string()+node->mChars.size()-1; in removeWhitespace()
870 if (p > node->mChars.string()) { in removeWhitespace()
873 if (e < (node->mChars.string()+node->mChars.size()-1)) { in removeWhitespace()
876 if (p > node->mChars.string() || in removeWhitespace()
877 e < (node->mChars.string()+node->mChars.size()-1)) { in removeWhitespace()
879 node->mChars = tmp; in removeWhitespace()
1264 dest->add(mChars, true); in collect_strings()
1432 cdataExt.data.index = htodl(strings.offsetForString(mChars)); in flatten_node()