OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pMatched
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
triedict.h
237
* @param
pMatched
The returned parent node matched the input/
247
UBool &
pMatched
,
triedict.cpp
133
UBool &
pMatched
,
139
pMatched
= TRUE;
162
pMatched
= FALSE;
199
UBool
pMatched
;
204
matched = search(fIter, length, NULL, count, 0, parent,
pMatched
);
214
if (
pMatched
) {
218
pMatched
= TRUE;
244
UBool
pMatched
;
245
return search(text, maxLength, lengths, count, limit, parent,
pMatched
, values);
[
all
...]
Completed in 701 milliseconds