OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attValue
(Results
1 - 6
of
6
) sorted by null
/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/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
...]
/external/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
;
/libcore/luni/src/main/java/javax/net/ssl/
DistinguishedNameParser.java
364
String
attValue
= "";
372
attValue
= quotedAV();
375
attValue
= hexAV();
383
attValue
= escapedAV();
390
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 2759 milliseconds