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

/external/chromium_org/third_party/libxml/src/
H A Dxpointer.c325 * @startindex: the start index
334 xmlXPtrNewRange(xmlNodePtr start, int startindex, argument
342 if (startindex < 0)
355 ret->index = startindex;
2432 * @startindex: the start index
2437 * (@start, @startindex) and limited by the (@end, @endindex) point
2440 * (@start, @startindex) will indicate the position of the beginning
2445 xmlXPtrMatchString(const xmlChar *string, xmlNodePtr start, int startindex, argument
2462 pos = startindex - 1;
2517 * @startindex
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.c51296 int startindex; /* the start index */ local
[all...]
/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;
2435 * @startindex: the start index
2440 * (@start, @startindex) and limited by the (@end, @endindex) point
2443 * (@start, @startindex) will indicate the position of the beginning
2448 xmlXPtrMatchString(const xmlChar *string, xmlNodePtr start, int startindex, argument
2466 pos = startindex - 1;
2521 * @startindex
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.cpp621 int32_t startindex = ubrk_first(breakiterator); local
625 if (start < startindex || start > endindex ||
626 end < startindex || end > endindex) {
632 UBool result = (start == startindex ||
3722 int32_t startindex = ubrk_first(breakiterator);
3726 if (start < startindex || start > endindex ||
3727 end < startindex || end > endindex) {
/external/icu/icu4c/source/i18n/
H A Dusearch.cpp608 int32_t startindex = ubrk_first(breakiterator); local
612 if (start < startindex || start > endindex ||
613 end < startindex || end > endindex) {
619 UBool result = (start == startindex ||
3729 int32_t startindex = ubrk_first(breakiterator);
3733 if (start < startindex || start > endindex ||
3734 end < startindex || end > endindex) {
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_int.cpp673 int startindex = 0; local
683 startindex = charinfo.m_Index;
693 nCount = start + nCount - nCountOffset - startindex;
697 return m_TextBuf.GetWideString().Mid(startindex, nCount);
/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 455 milliseconds