HomeSort by relevance Sort by last modified time
    Searched refs:declEnd (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/tools/toolutil/
xmlparser.cpp 234 int32_t declEnd=mXMLDecl.end(errorCode);
239 while(pos<declEnd && mAttrValue.lookingAt(pos, errorCode)) { // loop runs once per attribute on this element.
  /external/icu/icu4c/source/tools/toolutil/
xmlparser.cpp 234 int32_t declEnd=mXMLDecl.end(errorCode);
239 while(pos<declEnd && mAttrValue.lookingAt(pos, errorCode)) { // loop runs once per attribute on this element.

Completed in 245 milliseconds