HomeSort by relevance Sort by last modified time
    Searched refs:attValue (Results 1 - 4 of 4) 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...]
  /libcore/luni/src/main/java/javax/net/ssl/
DistinguishedNameParser.java 361 String attValue = "";
369 attValue = quotedAV();
372 attValue = hexAV();
380 attValue = escapedAV();
384 return attValue;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 

Completed in 1123 milliseconds