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

  /external/chromium/third_party/icu/source/test/cintltst/
uenumtst.c 39 int32_t maxIndex;
60 return cont->maxIndex;
65 if(cont->currIndex >= cont->maxIndex) {
82 if(cont->currIndex >= cont->maxIndex) {
145 int32_t maxIndex;
161 return ucont->maxIndex;
166 if(ucont->currIndex >= ucont->maxIndex) {
202 cont->maxIndex = size;
273 ucont->maxIndex = size;
  /external/icu4c/test/cintltst/
uenumtst.c 39 int32_t maxIndex;
60 return cont->maxIndex;
65 if(cont->currIndex >= cont->maxIndex) {
82 if(cont->currIndex >= cont->maxIndex) {
145 int32_t maxIndex;
161 return ucont->maxIndex;
166 if(ucont->currIndex >= ucont->maxIndex) {
202 cont->maxIndex = size;
273 ucont->maxIndex = size;
  /device/htc/passion-common/libsensors/
LightSensor.cpp 150 const size_t maxIndex = sizeof(luxValues)/sizeof(*luxValues) - 1;
151 if (index > maxIndex)
152 index = maxIndex;
  /external/webkit/WebCore/html/canvas/
WebGLBuffer.cpp 142 return m_maxIndexCache[i].maxIndex;
151 m_maxIndexCache[i].maxIndex = value;
155 m_maxIndexCache[m_nextAvailableCacheEntry].maxIndex = value;
WebGLBuffer.h 80 long maxIndex;
WebGLRenderingContext.cpp 625 long maxIndex = m_boundElementArrayBuffer->getCachedMaxIndex(type);
626 if (maxIndex < 0) {
633 maxIndex = max(maxIndex, static_cast<long>(p[i]));
640 maxIndex = max(maxIndex, static_cast<long>(p[i]));
646 m_boundElementArrayBuffer->setCachedMaxIndex(type, maxIndex);
649 if (maxIndex >= 0) {
652 numElementsRequired = maxIndex + 1;
    [all...]
  /frameworks/base/core/java/com/google/android/mms/pdu/
EncodedStringValue.java 254 int maxIndex = addr.length - 1;
255 for (int i = 0; i <= maxIndex; i++) {
257 if (i < maxIndex) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 193 int maxIndex = horizontal ? 1 : 0;
198 if (max == -1 || max < p[maxIndex]) {
199 max = p[maxIndex];
202 resultPadding[maxIndex] = max;
  /external/webkit/WebKit/mac/WebView/
WebTextCompletionController.mm 136 int maxIndex = -1;
142 maxIndex = i;
146 if (maxIndex >= 0) {
  /frameworks/base/core/jni/android/opengl/
util.cpp 105 int maxIndex = -1;
111 if ( index > maxIndex ) {
112 maxIndex = index;
116 if ( maxIndex * 3 > positionsLength) {
120 transformedIndexCount = maxIndex - minIndex + 1;
  /external/chromium/third_party/icu/source/test/letest/
cletest.c 696 le_int32 minIndex = 0x7FFFFFFF, maxIndex = -1;
701 if (ix > maxIndex) {
702 maxIndex = ix;
716 charIndex = maxIndex + 1;
letest.cpp     [all...]
  /external/icu4c/test/letest/
cletest.c 696 le_int32 minIndex = 0x7FFFFFFF, maxIndex = -1;
701 if (ix > maxIndex) {
702 maxIndex = ix;
716 charIndex = maxIndex + 1;
letest.cpp     [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol_elm.cpp     [all...]
  /external/icu4c/i18n/
ucol_elm.cpp     [all...]

Completed in 648 milliseconds