OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_search_
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/i18n/
search.cpp
28
m_search_
= (USearch *)uprv_malloc(sizeof(USearch));
29
m_search_
->breakIter = other.
m_search_
->breakIter;
30
m_search_
->isCanonicalMatch = other.
m_search_
->isCanonicalMatch;
31
m_search_
->isOverlap = other.
m_search_
->isOverlap;
32
m_search_
->elementComparisonType = other.
m_search_
->elementComparisonType;
33
m_search_
->matchedIndex = other.m_search_->matchedIndex
[
all
...]
stsearch.cpp
41
uprv_free(
m_search_
);
42
m_search_
= NULL;
45
//
m_search_
has been created by the base SearchIterator class
46
m_search_
= m_strsrch_->search;
73
uprv_free(
m_search_
);
74
m_search_
= NULL;
77
//
m_search_
has been created by the base SearchIterator class
78
m_search_
= m_strsrch_->search;
98
uprv_free(
m_search_
);
99
m_search_
= NULL
[
all
...]
/external/icu/icu4c/source/i18n/unicode/
search.h
415
USearch *
m_search_
;
member in class:SearchIterator
Completed in 179 milliseconds