Searched refs:attValue (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | xmlparser.cpp | 243 UnicodeString attValue = mAttrValue.group(2, errorCode); in parseFile() local 247 attValue.remove(0,1); // one char from the beginning in parseFile() 248 attValue.truncate(attValue.length()-1); // and one from the end. in parseFile() 251 … length=attValue.extract(0, 0x7fffffff, charsetBuffer, (int32_t)sizeof(charsetBuffer)); in parseFile() 498 UnicodeString attValue = mAttrValue.group(2, status); in createElement() local 502 attValue.remove(0,1); // one char from the beginning in createElement() 503 attValue.truncate(attValue.length()-1); // and one from the end. in createElement() 512 mNewLineNormalizer.reset(attValue); in createElement() 513 attValue = mNewLineNormalizer.replaceAll(fOneLF, status); in createElement() 516 mAttrNormalizer.reset(attValue); in createElement() [all …]
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | xmlparser.cpp | 243 UnicodeString attValue = mAttrValue.group(2, errorCode); in parseFile() local 247 attValue.remove(0,1); // one char from the beginning in parseFile() 248 attValue.truncate(attValue.length()-1); // and one from the end. in parseFile() 251 … length=attValue.extract(0, 0x7fffffff, charsetBuffer, (int32_t)sizeof(charsetBuffer)); in parseFile() 498 UnicodeString attValue = mAttrValue.group(2, status); in createElement() local 502 attValue.remove(0,1); // one char from the beginning in createElement() 503 attValue.truncate(attValue.length()-1); // and one from the end. in createElement() 512 mNewLineNormalizer.reset(attValue); in createElement() 513 attValue = mNewLineNormalizer.replaceAll(fOneLF, status); in createElement() 516 mAttrNormalizer.reset(attValue); in createElement() [all …]
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | xmlparser.cpp | 243 UnicodeString attValue = mAttrValue.group(2, errorCode); in parseFile() local 247 attValue.remove(0,1); // one char from the beginning in parseFile() 248 attValue.truncate(attValue.length()-1); // and one from the end. in parseFile() 251 … length=attValue.extract(0, 0x7fffffff, charsetBuffer, (int32_t)sizeof(charsetBuffer)); in parseFile() 498 UnicodeString attValue = mAttrValue.group(2, status); in createElement() local 502 attValue.remove(0,1); // one char from the beginning in createElement() 503 attValue.truncate(attValue.length()-1); // and one from the end. in createElement() 512 mNewLineNormalizer.reset(attValue); in createElement() 513 attValue = mNewLineNormalizer.replaceAll(fOneLF, status); in createElement() 516 mAttrNormalizer.reset(attValue); in createElement() [all …]
|