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

  /external/icu4c/tools/toolutil/
xmlparser.cpp 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);
    [all...]
  /frameworks/base/core/java/com/android/internal/net/
DNParser.java 402 String attValue = "";
410 attValue = quotedAV();
413 attValue = hexAV();
421 attValue = escapedAV();
425 return attValue;

Completed in 43 milliseconds