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

  /libcore/luni/src/main/java/javax/net/ssl/
DistinguishedNameParser.java 367 String attValue = "";
375 attValue = quotedAV();
378 attValue = hexAV();
386 attValue = escapedAV();
393 return attValue;
433 String attValue = "";
437 attValue = quotedAV();
440 attValue = hexAV();
448 attValue = escapedAV();
458 result.add(attValue);
    [all...]
  /external/chromium_org/third_party/icu/source/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...]
  /external/icu/icu4c/source/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...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
DistinguishedNameParser.java 362 String attValue = "";
370 attValue = quotedAV();
373 attValue = hexAV();
381 attValue = escapedAV();
388 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/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 

Completed in 275 milliseconds