Searched refs:rangeCount (Results 1 - 20 of 20) sorted by relevance

/external/icu4c/layout/
H A DClassDefinitionTables.cpp95 le_uint16 rangeCount = SWAPW(classRangeCount); local
97 OpenTypeUtilities::getGlyphRangeIndex(ttGlyph, classRangeRecordArray, rangeCount);
108 le_uint16 rangeCount = SWAPW(classRangeCount); local
111 for (i = 0; i < rangeCount; i += 1) {
H A DCoverageTables.h37 le_uint16 rangeCount; member in struct:CoverageFormat2Table
H A DCoverageTables.cpp77 le_uint16 count = SWAPW(rangeCount);
/external/icu4c/i18n/
H A Ducol_wgt.cpp161 int32_t length, lowerLength, upperLength, rangeCount; local
293 rangeCount=0;
296 rangeCount=1;
301 uprv_memcpy(ranges+rangeCount, upper+length, sizeof(WeightRange));
302 ++rangeCount;
305 uprv_memcpy(ranges+rangeCount, lower+length, sizeof(WeightRange));
306 ++rangeCount;
309 return rangeCount;
327 int32_t i, rangeCount, minLength/*, maxLength*/; local
342 rangeCount
[all...]
/external/webkit/Source/WebCore/page/
H A DDOMSelection.h75 int rangeCount() const;
H A DDOMSelection.idl41 readonly attribute long rangeCount;
H A DDOMSelection.cpp194 int DOMSelection::rangeCount() const function in class:WebCore::DOMSelection
370 if (index < 0 || index >= rangeCount()) {
376 ASSERT(rangeCount() == 1);
/external/icu4c/test/intltest/
H A Ducdtest.cpp240 int32_t rangeCount, range; local
246 rangeCount=derivedProps[i].getRangeCount();
247 for(range=0; range<rangeCount && numErrors[i]<MAX_ERRORS; ++range) {
269 rangeCount=derivedProps[i].getRangeCount();
270 for(range=0; range<rangeCount && numErrors[i]<MAX_ERRORS; ++range) {
/external/webkit/Source/WebKit2/Shared/mac/
H A DArgumentCodersMac.mm202 uint64_t rangeCount;
203 if (!decoder->decode(rangeCount))
206 while (rangeCount--) {
/external/webkit/Source/WebCore/inspector/front-end/
H A DTextPrompt.js195 if (!selection.rangeCount)
317 if (!selection.rangeCount || !selection.isCollapsed)
H A DStylesSidebarPane.js1636 if (!selection.rangeCount)
2001 if (!selection.rangeCount)
H A Dutilities.js245 if (!selection.rangeCount || !selection.isCollapsed)
H A DTextViewer.js1235 if (!selection.rangeCount)
/external/icu4c/common/
H A Duset.cpp280 int32_t rangeCount; local
285 } else if (itemIndex < (rangeCount = set.getRangeCount())) {
290 itemIndex -= rangeCount;
H A Dunames.c1228 uint32_t rangeCount; local
1233 rangeCount=*p;
1235 while(rangeCount>0) {
1280 --rangeCount;
H A Duniset.cpp592 int32_t rangeCount=getRangeCount(); local
593 for (i=0; i<rangeCount; ++i) {
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp2265 if (selection->rangeCount() > 1)
2317 if (selection->rangeCount() == 0) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 347 milliseconds