OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAttrValue
(Results
1 - 5
of
5
) sorted by null
/external/chromium/third_party/icu/source/tools/toolutil/
xmlparser.cpp
128
mAttrValue
(UnicodeString(XML_SPACES "+(" XML_NAME ")" XML_SPACES "*=" XML_SPACES "*"
238
mAttrValue
.reset(src);
239
while(pos<declEnd &&
mAttrValue
.lookingAt(pos, errorCode)) { // loop runs once per attribute on this element.
240
UnicodeString attName =
mAttrValue
.group(1, errorCode);
241
UnicodeString attValue =
mAttrValue
.group(2, errorCode);
253
pos =
mAttrValue
.end(2, errorCode);
347
mAttrValue
.reset(src);
494
while (
mAttrValue
.lookingAt(pos, status)) { // loop runs once per attribute on this element.
495
UnicodeString attName =
mAttrValue
.group(1, status);
496
UnicodeString attValue =
mAttrValue
.group(2, status)
[
all
...]
xmlparser.h
228
RegexMatcher
mAttrValue
;
/external/icu4c/tools/toolutil/
xmlparser.cpp
128
mAttrValue
(UnicodeString(XML_SPACES "+(" XML_NAME ")" XML_SPACES "*=" XML_SPACES "*"
238
mAttrValue
.reset(src);
239
while(pos<declEnd &&
mAttrValue
.lookingAt(pos, errorCode)) { // loop runs once per attribute on this element.
240
UnicodeString attName =
mAttrValue
.group(1, errorCode);
241
UnicodeString attValue =
mAttrValue
.group(2, errorCode);
253
pos =
mAttrValue
.end(2, errorCode);
347
mAttrValue
.reset(src);
494
while (
mAttrValue
.lookingAt(pos, status)) { // loop runs once per attribute on this element.
495
UnicodeString attName =
mAttrValue
.group(1, status);
496
UnicodeString attValue =
mAttrValue
.group(2, status)
[
all
...]
xmlparser.h
228
RegexMatcher
mAttrValue
;
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
MockXmlNode.java
41
private String
mAttrValue
;
75
mAttrValue
= value;
186
return
mAttrValue
;
Completed in 1717 milliseconds