HomeSort by relevance Sort by last modified time
    Searched full:fendindex (Results 1 - 4 of 4) sorted by null

  /external/skia/platform_tools/android/apps/canvasproof/src/main/jni/
JavaInputStream.cpp 14 , fEndIndex(0) {
25 bool JavaInputStream::isAtEnd() const { return fStartIndex == fEndIndex; }
32 if (fStartIndex == fEndIndex) {
42 fEndIndex = count;
47 SkASSERT(fEndIndex > fStartIndex);
48 size_t length = SkTMin(SkToSizeT(fEndIndex - fStartIndex), size);
JavaInputStream.h 25 jint fEndIndex;
  /external/icu/icu4c/source/i18n/unicode/
fieldpos.h 119 : UObject(), fField(DONT_CARE), fBeginIndex(0), fEndIndex(0) {}
133 : UObject(), fField(field), fBeginIndex(0), fEndIndex(0) {}
141 : UObject(copy), fField(copy.fField), fBeginIndex(copy.fBeginIndex), fEndIndex(copy.fEndIndex) {}
206 int32_t getEndIndex(void) const { return fEndIndex; }
227 void setEndIndex(int32_t ei) { fEndIndex = ei; }
260 int32_t fEndIndex;
267 fEndIndex = copy.fEndIndex;
276 fEndIndex == copy.fEndIndex &
    [all...]
  /external/libxml2/
xpointer.c 2784 int i, startindex, endindex = 0, fendindex; local
    [all...]

Completed in 708 milliseconds