Searched refs:nextRange (Results 1 - 13 of 13) sorted by relevance

/external/chromium/third_party/icu/public/common/unicode/
H A Dusetiter.h50 * while (it.nextRange()) {
81 * When iterating over ranges using <tt>nextRange()</tt>,
111 * <tt>nextRange()</tt> return false. This is a convenience
128 * <tt>nextRange()</tt> was called.
149 * <tt>isString()</tt> returned false and <tt>nextRange()</tt> was
183 * calls to <tt>next()</tt> and <tt>nextRange()</tt> without
204 * <tt>next()</tt> and <tt>nextRange()</tt> without calling
211 UBool nextRange();
/external/icu4c/common/unicode/
H A Dusetiter.h50 * while (it.nextRange()) {
81 * When iterating over ranges using <tt>nextRange()</tt>,
111 * <tt>nextRange()</tt> return false. This is a convenience
128 * <tt>nextRange()</tt> was called.
149 * <tt>isString()</tt> returned false and <tt>nextRange()</tt> was
183 * calls to <tt>next()</tt> and <tt>nextRange()</tt> without
204 * <tt>next()</tt> and <tt>nextRange()</tt> without calling
211 UBool nextRange();
/external/chromium/third_party/icu/source/common/
H A Dusetiter.cpp77 UBool UnicodeSetIterator::nextRange() { function in class:UnicodeSetIterator
/external/chromium/third_party/icu/source/test/perf/unisetperf/draft/
H A Dtrieset.cpp48 while(iter.nextRange() && !iter.isString()) {
H A Dbitset.cpp104 if(iter.nextRange() && !iter.isString()) {
/external/icu4c/common/
H A Dusetiter.cpp77 UBool UnicodeSetIterator::nextRange() { function in class:UnicodeSetIterator
/external/icu4c/test/perf/unisetperf/draft/
H A Dtrieset.cpp48 while(iter.nextRange() && !iter.isString()) {
H A Dbitset.cpp104 if(iter.nextRange() && !iter.isString()) {
/external/icu4c/tools/gennorm2/
H A Dn2builder.cpp72 const Range *nextRange() { function in class:HangulIterator
878 while((range=hi.nextRange())!=NULL) {
892 while((range=hi.nextRange())!=NULL) {
/external/chromium/third_party/icu/source/test/intltest/
H A Dtstnorm.cpp1140 while(it.nextRange() && !it.isString()) {
H A Dusettest.cpp1883 while (it.nextRange()) {
2276 while(iter.nextRange() && stringsLength<LENGTHOF(strings)) {
/external/icu4c/test/intltest/
H A Dtstnorm.cpp1123 while(it.nextRange() && !it.isString()) {
H A Dusettest.cpp1920 while (it.nextRange()) {
2313 while(iter.nextRange() && stringsLength<LENGTHOF(strings)) {

Completed in 244 milliseconds