OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SearchIterator
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/unicode/
search.h
17
* \brief C++ API:
SearchIterator
object.
41
* <tt>
SearchIterator
</tt> is an abstract base class that provides
43
* <tt>
SearchIterator
</tt> maintain a current position and scans over the
47
* <tt>
SearchIterator
</tt> defines a protocol for text searching.
56
* <tt>
SearchIterator
</tt> provides an API that is similar to that of
61
* subclass of <tt>
SearchIterator
</tt> can be used in an identical
67
*
SearchIterator
*iter = new StringSearch(pattern, target);
79
class U_I18N_API
SearchIterator
: public UObject {
86
* Copy constructor that creates a
SearchIterator
instance with the same
88
* @param other the
SearchIterator
instance to be copied
[
all
...]
stsearch.h
30
* <tt>StringSearch</tt> is a <tt>
SearchIterator
</tt> that provides
70
* <tt>
SearchIterator
</tt> provides APIs to specify the starting position
113
* Consult the <tt>
SearchIterator
</tt> documentation for information on
133
* @see
SearchIterator
138
class U_I18N_API StringSearch : public
SearchIterator
303
virtual UBool operator==(const
SearchIterator
&that) const;
422
virtual
SearchIterator
* safeClone(void) const;
445
* call {@link
SearchIterator
#next }.
448
* starts and calls {@link
SearchIterator
#setMatchLength } with the number
469
* <tt>
SearchIterator
.previous()</tt>, which this method overrides
[
all
...]
/external/icu4c/i18n/unicode/
search.h
17
* \brief C++ API:
SearchIterator
object.
41
* <tt>
SearchIterator
</tt> is an abstract base class that provides
43
* <tt>
SearchIterator
</tt> maintain a current position and scans over the
47
* <tt>
SearchIterator
</tt> defines a protocol for text searching.
56
* <tt>
SearchIterator
</tt> provides an API that is similar to that of
61
* subclass of <tt>
SearchIterator
</tt> can be used in an identical
67
*
SearchIterator
*iter = new StringSearch(pattern, target);
79
class U_I18N_API
SearchIterator
: public UObject {
86
* Copy constructor that creates a
SearchIterator
instance with the same
88
* @param other the
SearchIterator
instance to be copied
[
all
...]
stsearch.h
30
* <tt>StringSearch</tt> is a <tt>
SearchIterator
</tt> that provides
70
* <tt>
SearchIterator
</tt> provides APIs to specify the starting position
113
* Consult the <tt>
SearchIterator
</tt> documentation for information on
133
* @see
SearchIterator
138
class U_I18N_API StringSearch : public
SearchIterator
303
virtual UBool operator==(const
SearchIterator
&that) const;
422
virtual
SearchIterator
* safeClone(void) const;
445
* call {@link
SearchIterator
#next }.
448
* starts and calls {@link
SearchIterator
#setMatchLength } with the number
469
* <tt>
SearchIterator
.previous()</tt>, which this method overrides
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
search.cpp
23
SearchIterator
::
SearchIterator
(const
SearchIterator
&other)
39
SearchIterator
::~
SearchIterator
()
48
void
SearchIterator
::setAttribute(USearchAttribute attribute,
77
USearchAttributeValue
SearchIterator
::getAttribute(
100
int32_t
SearchIterator
::getMatchedStart() const
105
int32_t
SearchIterator
::getMatchedLength() const
110
void
SearchIterator
::getMatchedText(UnicodeString &result) cons
[
all
...]
stsearch.cpp
29
SearchIterator
(text, breakiter),
58
// m_search_ has been created by the base
SearchIterator
class
68
SearchIterator
(text, breakiter),
93
// m_search_ has been created by the base
SearchIterator
class
103
SearchIterator
(text, breakiter),
121
// m_search_ has been created by the base
SearchIterator
class
131
SearchIterator
(text, breakiter),
156
// m_search_ has been created by the base
SearchIterator
class
162
SearchIterator
(that.m_text_, that.m_breakiterator_),
188
// m_search_ has been created by the base
SearchIterator
clas
[
all
...]
/external/icu4c/i18n/
search.cpp
23
SearchIterator
::
SearchIterator
(const
SearchIterator
&other)
39
SearchIterator
::~
SearchIterator
()
48
void
SearchIterator
::setAttribute(USearchAttribute attribute,
77
USearchAttributeValue
SearchIterator
::getAttribute(
100
int32_t
SearchIterator
::getMatchedStart() const
105
int32_t
SearchIterator
::getMatchedLength() const
110
void
SearchIterator
::getMatchedText(UnicodeString &result) cons
[
all
...]
stsearch.cpp
29
SearchIterator
(text, breakiter),
58
// m_search_ has been created by the base
SearchIterator
class
68
SearchIterator
(text, breakiter),
93
// m_search_ has been created by the base
SearchIterator
class
103
SearchIterator
(text, breakiter),
121
// m_search_ has been created by the base
SearchIterator
class
131
SearchIterator
(text, breakiter),
156
// m_search_ has been created by the base
SearchIterator
class
162
SearchIterator
(that.m_text_, that.m_breakiterator_),
188
// m_search_ has been created by the base
SearchIterator
clas
[
all
...]
/external/chromium_org/third_party/icu/source/test/intltest/
srchtest.cpp
[
all
...]
/external/icu4c/test/intltest/
srchtest.cpp
[
all
...]
/external/chromium_org/third_party/icu/source/common/unicode/
urename.h
[
all
...]
/prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 103 milliseconds