Searched refs:endindex (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxpointer.h57 int endindex);
/external/libxml2/include/libxml/
H A Dxpointer.h57 int endindex);
/external/chromium_org/third_party/libxml/src/
H A Dxpointer.c327 * @endindex: the ending index
335 xmlNodePtr end, int endindex) {
344 if (endindex < 0)
357 ret->index2 = endindex;
2434 * @endindex: the end index IN/OUT
2437 * (@start, @startindex) and limited by the (@end, @endindex) point
2441 * of the range and (@end, @endindex) will indicate the end
2446 xmlNodePtr *end, int *endindex) {
2457 if ((end == NULL) || (endindex == NULL))
2466 if ((cur == *end) && (pos + stringlen > *endindex))
334 xmlXPtrNewRange(xmlNodePtr start, int startindex, xmlNodePtr end, int endindex) argument
2445 xmlXPtrMatchString(const xmlChar *string, xmlNodePtr start, int startindex, xmlNodePtr *end, int *endindex) argument
2530 xmlXPtrSearchString(const xmlChar *string, xmlNodePtr *start, int *startindex, xmlNodePtr *end, int *endindex) argument
2763 int i, startindex, endindex = 0, fendindex; local
[all...]
H A Dtestapi.c51300 int endindex; /* the ending index */ local
[all...]
/external/libxml2/
H A Dxpointer.c327 * @endindex: the ending index
335 xmlNodePtr end, int endindex) {
344 if (endindex < 0)
357 ret->index2 = endindex;
2437 * @endindex: the end index IN/OUT
2440 * (@start, @startindex) and limited by the (@end, @endindex) point
2444 * of the range and (@end, @endindex) will indicate the end
2449 xmlNodePtr *end, int *endindex) {
2461 ((*end)->type == XML_NAMESPACE_DECL) || (endindex == NULL))
2470 if ((cur == *end) && (pos + stringlen > *endindex))
334 xmlXPtrNewRange(xmlNodePtr start, int startindex, xmlNodePtr end, int endindex) argument
2448 xmlXPtrMatchString(const xmlChar *string, xmlNodePtr start, int startindex, xmlNodePtr *end, int *endindex) argument
2534 xmlXPtrSearchString(const xmlChar *string, xmlNodePtr *start, int *startindex, xmlNodePtr *end, int *endindex) argument
2764 int i, startindex, endindex = 0, fendindex; local
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dusearch.cpp622 int32_t endindex = ubrk_last(breakiterator); local
625 if (start < startindex || start > endindex ||
626 end < startindex || end > endindex) {
634 (end == endindex ||
3723 int32_t endindex = ubrk_last(breakiterator);
3726 if (start < startindex || start > endindex ||
3727 end < startindex || end > endindex) {
/external/icu/icu4c/source/i18n/
H A Dusearch.cpp609 int32_t endindex = ubrk_last(breakiterator); local
612 if (start < startindex || start > endindex ||
613 end < startindex || end > endindex) {
621 (end == endindex ||
3730 int32_t endindex = ubrk_last(breakiterator);
3733 if (start < startindex || start > endindex ||
3734 end < startindex || end > endindex) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1621 milliseconds