Home
last modified time | relevance | path

Searched refs:attValue (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
Dxmlparser.cpp241 UnicodeString attValue = mAttrValue.group(2, errorCode); in parseFile() local
245 attValue.remove(0,1); // one char from the beginning in parseFile()
246 attValue.truncate(attValue.length()-1); // and one from the end. in parseFile()
249 … length=attValue.extract(0, 0x7fffffff, charsetBuffer, (int32_t)sizeof(charsetBuffer)); in parseFile()
496 UnicodeString attValue = mAttrValue.group(2, status); in createElement() local
500 attValue.remove(0,1); // one char from the beginning in createElement()
501 attValue.truncate(attValue.length()-1); // and one from the end. in createElement()
510 mNewLineNormalizer.reset(attValue); in createElement()
511 attValue = mNewLineNormalizer.replaceAll(fOneLF, status); in createElement()
514 mAttrNormalizer.reset(attValue); in createElement()
[all …]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
DDistinguishedNameParser.java362 String attValue = ""; in findMostSpecific() local
370 attValue = quotedAV(); in findMostSpecific()
373 attValue = hexAV(); in findMostSpecific()
381 attValue = escapedAV(); in findMostSpecific()
388 return attValue; in findMostSpecific()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...