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

  /external/libxml2/
xpointer.c 327 * @endindex: the ending index
335 xmlNodePtr end, int endindex) {
344 if (endindex < 0)
357 ret->index2 = endindex;
2762 int i, startindex, endindex = 0, fendindex; local
    [all...]
  /external/icu4c/i18n/
usearch.cpp 622 int32_t endindex = ubrk_last(breakiterator); local
625 if (start < startindex || start > endindex ||
626 end < startindex || end > endindex) {
634 (end == endindex ||
    [all...]

Completed in 2632 milliseconds