OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:refval
(Results
1 - 2
of
2
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncId.java
48
* @param
refval
A space delimited list of ID references.
56
String
refval
, StringVector usedrefs,
60
if (null !=
refval
)
64
StringTokenizer tokenizer = new StringTokenizer(
refval
);
130
String
refval
= ndtm.getStringValue(pos).toString();
local
133
usedrefs = getNodesByID(xctxt, docContext,
refval
, usedrefs, nodeSet,
144
String
refval
= arg.str();
local
146
getNodesByID(xctxt, docContext,
refval
, null, nodeSet, false);
/external/srec/tools/parseStringTest/
parseStringTest.c
545
LCHAR
refval
[MAX_LINE_LENGTH], value[MAX_STR_LENGTH];
local
614
LSTRCPY(
refval
, p);
615
if (
refval
[ strlen(
refval
)-1] == '\'')
refval
[strlen(
refval
)-1] = 0;
629
pfprintf(fout, "%s|%s|%s|%s|", trans, refkey,
refval
, value);
630
if (strcmp(value,
refval
) == 0)
Completed in 542 milliseconds