Searched defs:startindex (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dxpointer.c325 * @startindex: the start index
334 xmlXPtrNewRange(xmlNodePtr start, int startindex, argument
342 if (startindex < 0)
355 ret->index = startindex;
2430 * @startindex: the start index
2435 * (@start, @startindex) and limited by the (@end, @endindex) point
2438 * (@start, @startindex) will indicate the position of the beginning
2443 xmlXPtrMatchString(const xmlChar *string, xmlNodePtr start, int startindex, argument
2460 pos = startindex - 1;
2515 * @startindex
2528 xmlXPtrSearchString(const xmlChar *string, xmlNodePtr *start, int *startindex, xmlNodePtr *end, int *endindex) argument
2762 int i, startindex, endindex = 0, fendindex; local
[all...]
/external/icu4c/i18n/
H A Dusearch.cpp621 int32_t startindex = ubrk_first(breakiterator); local
625 if (start < startindex || start > endindex ||
626 end < startindex || end > endindex) {
632 UBool result = (start == startindex ||
3709 int32_t startindex = ubrk_first(breakiterator);
3713 if (start < startindex || start > endindex ||
3714 end < startindex || end > endindex) {

Completed in 81 milliseconds