Searched refs:mAttrValue (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | xmlparser.cpp | 130 mAttrValue(UnicodeString(XML_SPACES "+(" XML_NAME ")" XML_SPACES "*=" XML_SPACES "*" in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 240 mAttrValue.reset(src); in parseFile() 241 …while(pos<declEnd && mAttrValue.lookingAt(pos, errorCode)) { // loop runs once per attribute on t… in parseFile() 242 UnicodeString attName = mAttrValue.group(1, errorCode); in parseFile() 243 UnicodeString attValue = mAttrValue.group(2, errorCode); in parseFile() 255 pos = mAttrValue.end(2, errorCode); in parseFile() 349 mAttrValue.reset(src); in parse() 496 while (mAttrValue.lookingAt(pos, status)) { // loop runs once per attribute on this element. in createElement() 497 UnicodeString attName = mAttrValue.group(1, status); in createElement() 498 UnicodeString attValue = mAttrValue.group(2, status); in createElement() [all …]
|
D | xmlparser.h | 230 RegexMatcher mAttrValue; variable
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | xmlparser.cpp | 130 mAttrValue(UnicodeString(XML_SPACES "+(" XML_NAME ")" XML_SPACES "*=" XML_SPACES "*" in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 240 mAttrValue.reset(src); in parseFile() 241 …while(pos<declEnd && mAttrValue.lookingAt(pos, errorCode)) { // loop runs once per attribute on t… in parseFile() 242 UnicodeString attName = mAttrValue.group(1, errorCode); in parseFile() 243 UnicodeString attValue = mAttrValue.group(2, errorCode); in parseFile() 255 pos = mAttrValue.end(2, errorCode); in parseFile() 349 mAttrValue.reset(src); in parse() 496 while (mAttrValue.lookingAt(pos, status)) { // loop runs once per attribute on this element. in createElement() 497 UnicodeString attName = mAttrValue.group(1, status); in createElement() 498 UnicodeString attValue = mAttrValue.group(2, status); in createElement() [all …]
|
D | xmlparser.h | 230 RegexMatcher mAttrValue; variable
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | xmlparser.cpp | 130 mAttrValue(UnicodeString(XML_SPACES "+(" XML_NAME ")" XML_SPACES "*=" XML_SPACES "*" in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 240 mAttrValue.reset(src); in parseFile() 241 …while(pos<declEnd && mAttrValue.lookingAt(pos, errorCode)) { // loop runs once per attribute on t… in parseFile() 242 UnicodeString attName = mAttrValue.group(1, errorCode); in parseFile() 243 UnicodeString attValue = mAttrValue.group(2, errorCode); in parseFile() 255 pos = mAttrValue.end(2, errorCode); in parseFile() 349 mAttrValue.reset(src); in parse() 496 while (mAttrValue.lookingAt(pos, status)) { // loop runs once per attribute on this element. in createElement() 497 UnicodeString attName = mAttrValue.group(1, status); in createElement() 498 UnicodeString attValue = mAttrValue.group(2, status); in createElement() [all …]
|
D | xmlparser.h | 230 RegexMatcher mAttrValue; variable
|