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

  /external/libxml2/
xpointer.c 325 * @startindex: the start index
334 xmlXPtrNewRange(xmlNodePtr start, int startindex,
342 if (startindex < 0)
355 ret->index = startindex;
2762 int i, startindex, endindex = 0, fendindex; local
    [all...]
  /external/libxml2/include/libxml/
xpointer.h 55 int startindex,
  /external/icu4c/i18n/
usearch.cpp 621 int32_t startindex = ubrk_first(breakiterator); local
625 if (start < startindex || start > endindex ||
626 end < startindex || end > endindex) {
632 UBool result = (start == startindex ||
    [all...]

Completed in 366 milliseconds