OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pmatched
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/
triedict.cpp
116
UBool &
pMatched
) const {
121
pMatched
= TRUE;
140
pMatched
= FALSE;
172
UBool
pMatched
;
177
matched = search(fIter, length, NULL, count, 0, parent,
pMatched
);
187
if (
pMatched
) {
191
pMatched
= TRUE;
224
UBool
pMatched
;
225
return search(text, maxLength, lengths, count, limit, parent,
pMatched
);
[
all
...]
triedict.h
207
* @param
pMatched
The returned parent node matched the input
216
UBool &
pMatched
) const;
Completed in 139 milliseconds