OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:npat
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/util/
string.c
188
static bool __match_charclass(const char *pat, char c, const char **
npat
)
218
*
npat
= pat + 1;
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
Pattern2Test.java
887
String
npat
= "\\P"+pa;
local
889
Pattern pn = Pattern.compile(
npat
);
899
"be matched by pattern '"+
npat
, pn.matcher(t).matches());
904
"not be matched by pattern '"+
npat
, pn.matcher(t).matches());
[
all
...]
Completed in 129 milliseconds