Home | History | Annotate | Download | only in toolutil

Lines Matching refs:attValue

241                 UnicodeString attValue = mAttrValue.group(2, errorCode);
245 attValue.remove(0,1); // one char from the beginning
246 attValue.truncate(attValue.length()-1); // and one from the end.
249 length=attValue.extract(0, 0x7fffffff, charsetBuffer, (int32_t)sizeof(charsetBuffer));
496 UnicodeString attValue = mAttrValue.group(2, status);
500 attValue.remove(0,1); // one char from the beginning
501 attValue.truncate(attValue.length()-1); // and one from the end.
510 mNewLineNormalizer.reset(attValue);
511 attValue = mNewLineNormalizer.replaceAll(fOneLF, status);
514 mAttrNormalizer.reset(attValue);
516 attValue = mAttrNormalizer.replaceAll(oneSpace, status);
519 replaceCharRefs(attValue, status);
523 el->fAttValues.addElement(attValue.clone(), status);