Searched refs:getStringCount (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Duset.cpp254 inline static int32_t getStringCount(const UnicodeSet& set) { function in class:USetAccess
255 return set.getStringCount();
270 return set.getRangeCount() + USetAccess::getStringCount(set);
291 if (itemIndex < USetAccess::getStringCount(set)) {
H A Duniset.cpp1433 int32_t UnicodeSet::getStringCount() const {
/external/icu4c/common/
H A Duset.cpp249 inline static int32_t getStringCount(const UnicodeSet& set) { function in class:USetAccess
250 return set.getStringCount();
265 return set.getRangeCount() + USetAccess::getStringCount(set);
286 if (itemIndex < USetAccess::getStringCount(set)) {
H A Duniset.cpp1435 int32_t UnicodeSet::getStringCount() const {
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duniset.h1451 int32_t getStringCount() const;
/external/icu4c/common/unicode/
H A Duniset.h1457 int32_t getStringCount() const;

Completed in 67 milliseconds