OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attvalue
(Results
1 - 5
of
5
) 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
;
/external/libxml2/
HTMLparser.c
3441
xmlChar *
attvalue
;
local
[
all
...]
parser.c
324
errmsg = "
AttValue
: \" or ' expected\n";
7964
xmlChar *
attvalue
;
local
8647
xmlChar *
attvalue
;
local
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java
[
all
...]
Completed in 3488 milliseconds