HomeSort by relevance Sort by last modified time
    Searched refs:nextRange (Results 1 - 13 of 13) sorted by null

  /external/chromium/third_party/icu/public/common/unicode/
usetiter.h 50 * 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/
usetiter.h 50 * 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/
usetiter.cpp 77 UBool UnicodeSetIterator::nextRange() {
  /external/chromium/third_party/icu/source/test/perf/unisetperf/draft/
trieset.cpp 48 while(iter.nextRange() && !iter.isString()) {
bitset.cpp 104 if(iter.nextRange() && !iter.isString()) {
  /external/icu4c/common/
usetiter.cpp 77 UBool UnicodeSetIterator::nextRange() {
  /external/icu4c/test/perf/unisetperf/draft/
trieset.cpp 48 while(iter.nextRange() && !iter.isString()) {
bitset.cpp 104 if(iter.nextRange() && !iter.isString()) {
  /external/icu4c/tools/gennorm2/
n2builder.cpp 72 const Range *nextRange() {
878 while((range=hi.nextRange())!=NULL) {
892 while((range=hi.nextRange())!=NULL) {
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
tstnorm.cpp     [all...]
usettest.cpp     [all...]
  /external/icu4c/test/intltest/
tstnorm.cpp     [all...]
usettest.cpp     [all...]

Completed in 663 milliseconds