OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pstring
(Results
1 - 2
of
2
) sorted by null
/external/pcre/
pcreposix.c
159
static const char *const
pstring
[] = {
variable
193
message = (errcode >= (int)(sizeof(
pstring
)/sizeof(char *)))?
194
"unknown error code" :
pstring
[errcode];
/external/apache-xml/src/main/java/org/apache/xalan/templates/
TemplateList.java
350
String
pstring
= template.getMatch().getPatternString();
local
352
new TemplateSubPatternAssociation(template, pattern,
pstring
);
Completed in 1129 milliseconds