OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:matchesindexvalue
(Results
1 - 25
of
26
) sorted by null
1
2
/external/chromium_org/third_party/icu/source/i18n/
quant.cpp
122
UBool Quantifier::
matchesIndexValue
(uint8_t v) const {
123
return (minCount == 0) || matcher->toMatcher()->
matchesIndexValue
(v);
strmatch.cpp
185
UBool StringMatcher::
matchesIndexValue
(uint8_t v) const {
191
return (m == 0) ? ((c & 0xFF) == v) : m->
matchesIndexValue
(v);
quant.h
89
virtual UBool
matchesIndexValue
(uint8_t v) const;
rbt_set.cpp
321
//
matchesIndexValue
check. In practice this happens
324
if (r->
matchesIndexValue
((uint8_t)x)) {
strmatch.h
141
virtual UBool
matchesIndexValue
(uint8_t v) const;
rbt_rule.h
241
UBool
matchesIndexValue
(uint8_t v) const;
rbt_rule.cpp
238
UBool TransliterationRule::
matchesIndexValue
(uint8_t v) const {
242
return (m != NULL) ? m->
matchesIndexValue
(v) : TRUE;
/external/icu4c/i18n/
quant.cpp
125
UBool Quantifier::
matchesIndexValue
(uint8_t v) const {
126
return (minCount == 0) || matcher->toMatcher()->
matchesIndexValue
(v);
quant.h
89
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_set.cpp
322
//
matchesIndexValue
check. In practice this happens
325
if (r->
matchesIndexValue
((uint8_t)x)) {
strmatch.h
141
virtual UBool
matchesIndexValue
(uint8_t v) const;
rbt_rule.h
241
UBool
matchesIndexValue
(uint8_t v) const;
rbt_rule.cpp
239
UBool TransliterationRule::
matchesIndexValue
(uint8_t v) const {
243
return (m != NULL) ? m->
matchesIndexValue
(v) : TRUE;
/external/chromium_org/third_party/icu/source/common/unicode/
unifilt.h
43
* and
matchesIndexValue
(). This is done so that filter classes that
unimatch.h
150
virtual UBool
matchesIndexValue
(uint8_t v) const = 0;
uniset.h
[
all
...]
/external/icu4c/common/unicode/
unifilt.h
43
* and
matchesIndexValue
(). This is done so that filter classes that
unimatch.h
150
virtual UBool
matchesIndexValue
(uint8_t v) const = 0;
uniset.h
[
all
...]
/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
...]
Completed in 981 milliseconds
1
2