Home
last modified time | relevance | path

Searched refs:nextRange (Results 1 – 14 of 14) sorted by relevance

/external/icu4c/common/unicode/
Dusetiter.h211 UBool nextRange();
/external/chromium_org/third_party/icu/source/common/unicode/
Dusetiter.h211 UBool nextRange();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DHeapSnapshotGridNodes.js285 var nextRange = this._retrievedChildrenRanges[rangeIndex + 1];
286 var newEndOfRange = nextRange ? nextRange.from : items.totalLength;
294 if (nextRange && newEndOfRange === nextRange.from) {
295 range.to = nextRange.to;
DJavaScriptSourceFrame.js864 var nextRange = ranges[i];
865 …if (nextRange.startLine == textPosition.startLine && nextRange.startColumn <= textPosition.startCo…
/external/icu4c/test/perf/unisetperf/draft/
Dtrieset.cpp48 while(iter.nextRange() && !iter.isString()) { in TrieSet()
Dbitset.cpp104 if(iter.nextRange() && !iter.isString()) { in BitSet()
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/
Dtrieset.cpp48 while(iter.nextRange() && !iter.isString()) { in TrieSet()
Dbitset.cpp104 if(iter.nextRange() && !iter.isString()) { in BitSet()
/external/icu4c/common/
Dusetiter.cpp77 UBool UnicodeSetIterator::nextRange() { in nextRange() function in UnicodeSetIterator
/external/chromium_org/third_party/icu/source/common/
Dusetiter.cpp77 UBool UnicodeSetIterator::nextRange() { in nextRange() function in UnicodeSetIterator
/external/chromium_org/third_party/icu/source/tools/gennorm2/
Dn2builder.cpp72 const Range *nextRange() { in nextRange() function in HangulIterator
890 while((range=hi.nextRange())!=NULL) { in setHangulData()
904 while((range=hi.nextRange())!=NULL) { in setHangulData()
/external/icu4c/tools/gennorm2/
Dn2builder.cpp72 const Range *nextRange() { in nextRange() function in HangulIterator
994 while((range=hi.nextRange())!=NULL) { in setHangulData()
1008 while((range=hi.nextRange())!=NULL) { in setHangulData()
/external/chromium_org/third_party/icu/source/test/intltest/
Dusettest.cpp1931 while (it.nextRange()) { in copyWithIterator()
2324 while(iter.nextRange() && stringsLength<LENGTHOF(strings)) { in UnicodeSetWithStrings()
/external/icu4c/test/intltest/
Dusettest.cpp1931 while (it.nextRange()) { in copyWithIterator()
2324 while(iter.nextRange() && stringsLength<LENGTHOF(strings)) { in UnicodeSetWithStrings()