OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matchesIndexValue
(Results
1 - 25
of
27
) sorted by null
1
2
/external/chromium_org/third_party/icu/source/common/unicode/
unimatch.h
150
virtual UBool
matchesIndexValue
(uint8_t v) const = 0;
uniset.h
[
all
...]
/external/icu4c/common/unicode/
unimatch.h
150
virtual UBool
matchesIndexValue
(uint8_t v) const = 0;
uniset.h
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
quant.h
89
virtual UBool
matchesIndexValue
(uint8_t v) const;
quant.cpp
122
UBool Quantifier::
matchesIndexValue
(uint8_t v) const {
123
return (minCount == 0) || matcher->toMatcher()->
matchesIndexValue
(v);
rbt_rule.h
241
UBool
matchesIndexValue
(uint8_t v) const;
strmatch.h
141
virtual UBool
matchesIndexValue
(uint8_t v) const;
strmatch.cpp
185
UBool StringMatcher::
matchesIndexValue
(uint8_t v) const {
191
return (m == 0) ? ((c & 0xFF) == v) : m->
matchesIndexValue
(v);
rbt_rule.cpp
238
UBool TransliterationRule::
matchesIndexValue
(uint8_t v) const {
242
return (m != NULL) ? m->
matchesIndexValue
(v) : TRUE;
rbt_set.cpp
321
//
matchesIndexValue
check. In practice this happens
324
if (r->
matchesIndexValue
((uint8_t)x)) {
/external/icu4c/i18n/
quant.h
89
virtual UBool
matchesIndexValue
(uint8_t v) const;
quant.cpp
125
UBool Quantifier::
matchesIndexValue
(uint8_t v) const {
126
return (minCount == 0) || matcher->toMatcher()->
matchesIndexValue
(v);
rbt_rule.h
241
UBool
matchesIndexValue
(uint8_t v) const;
strmatch.h
141
virtual UBool
matchesIndexValue
(uint8_t v) const;
strmatch.cpp
190
UBool StringMatcher::
matchesIndexValue
(uint8_t v) const {
196
return (m == 0) ? ((c & 0xFF) == v) : m->
matchesIndexValue
(v);
rbt_rule.cpp
239
UBool TransliterationRule::
matchesIndexValue
(uint8_t v) const {
243
return (m != NULL) ? m->
matchesIndexValue
(v) : TRUE;
rbt_set.cpp
322
//
matchesIndexValue
check. In practice this happens
325
if (r->
matchesIndexValue
((uint8_t)x)) {
/external/chromium_org/third_party/icu/source/test/intltest/
transapi.cpp
725
virtual UBool
matchesIndexValue
(uint8_t /*v*/) const {
746
virtual UBool
matchesIndexValue
(uint8_t /*v*/) const {
767
virtual UBool
matchesIndexValue
(uint8_t /*v*/) const {
[
all
...]
transtst.cpp
668
virtual UBool
matchesIndexValue
(uint8_t /*v*/) const {
[
all
...]
/external/icu4c/test/intltest/
transapi.cpp
725
virtual UBool
matchesIndexValue
(uint8_t /*v*/) const {
746
virtual UBool
matchesIndexValue
(uint8_t /*v*/) const {
767
virtual UBool
matchesIndexValue
(uint8_t /*v*/) const {
[
all
...]
/external/chromium_org/third_party/icu/source/common/
uniset.cpp
581
UBool UnicodeSet::
matchesIndexValue
(uint8_t v) const {
[
all
...]
/external/icu4c/common/
uniset.cpp
583
UBool UnicodeSet::
matchesIndexValue
(uint8_t v) const {
[
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
Completed in 448 milliseconds
1
2