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

  /external/icu4c/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 2771 int i, startindex, endindex = 0, fendindex; local
    [all...]

Completed in 816 milliseconds