Searched refs:textEnd (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Dschriter.h71 * by "textEnd". The starting position is specified by "textPos". If
72 * "textBegin" and "textEnd" don't form a valid range on "text" (i.e.,
73 * textBegin >= textEnd or either is negative or greater than text.size()),
74 * or "textPos" is outside the range defined by "textBegin" and "textEnd",
78 * @param textEnd The end position of the iteration range
84 int32_t textEnd,
H A Duchriter.h74 * @param textEnd The end position of the iteration range
80 int32_t textEnd,
H A Dchariter.h641 CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t position);
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dchariter.cpp44 CharacterIterator::CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t position) argument
45 : textLength(length), pos(position), begin(textBegin), end(textEnd) {
H A Dschriter.cpp51 int32_t textEnd,
53 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textBegin, textEnd, textPos),
49 StringCharacterIterator(const UnicodeString& textStr, int32_t textBegin, int32_t textEnd, int32_t textPos) argument
H A Duchriter.cpp44 int32_t textEnd,
46 : CharacterIterator(textPtr != 0 ? (length>=0 ? length : u_strlen(textPtr)) : 0, textBegin, textEnd, position),
41 UCharCharacterIterator(const UChar* textPtr, int32_t length, int32_t textBegin, int32_t textEnd, int32_t position) argument
/macosx-10.9.5/dyld-239.4/src/
H A DdyldExceptions.c111 extern void* textEnd __asm("section$end$__TEXT$__text");
118 if ( ((void*)&textStart < addr) && (addr < (void*)&textEnd) ) {
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Dchariter.h635 CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t position);
/macosx-10.9.5/expat-12/expat/lib/
H A Dxmlparse.c4684 const char *textStart, *textEnd; local
4708 textEnd = (char *)(entity->textPtr + entity->textLen);
4712 int tok = XmlPrologTok(internalEncoding, textStart, textEnd, &next);
4713 result = doProlog(parser, internalEncoding, textStart, textEnd, tok,
4719 textEnd, &next, XML_FALSE);
4722 if (textEnd != next && ps_parsing == XML_SUSPENDED) {
4744 const char *textStart, *textEnd; local
4753 textEnd = (char *)(entity->textPtr + entity->textLen);
4757 int tok = XmlPrologTok(internalEncoding, textStart, textEnd, &next);
4758 result = doProlog(parser, internalEncoding, textStart, textEnd, to
4952 const XML_Char *textEnd = entity->textPtr + entity->textLen; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/expat/
H A Dxmlparse.c4686 const char *textStart, *textEnd; local
4710 textEnd = (char *)(entity->textPtr + entity->textLen);
4714 int tok = XmlPrologTok(internalEncoding, textStart, textEnd, &next);
4715 result = doProlog(parser, internalEncoding, textStart, textEnd, tok,
4721 textEnd, &next, XML_FALSE);
4724 if (textEnd != next && ps_parsing == XML_SUSPENDED) {
4746 const char *textStart, *textEnd; local
4755 textEnd = (char *)(entity->textPtr + entity->textLen);
4759 int tok = XmlPrologTok(internalEncoding, textStart, textEnd, &next);
4760 result = doProlog(parser, internalEncoding, textStart, textEnd, to
4954 const XML_Char *textEnd = entity->textPtr + entity->textLen; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DTextIterator.cpp854 static int collapsedSpaceLength(RenderText* renderer, int textEnd) argument
858 for (int i = textEnd; i < length; ++i) {
860 return i - textEnd;
863 return length - textEnd;
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dxmlparse.c1979 const XML_Char *textEnd = entity->textPtr + entity->textLen; local
1981 result = appendAttributeValue(parser, internalEnc, isCdata, (char *)entity->textPtr, (char *)textEnd, pool);
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/expat/xmlparse/
H A Dxmlparse.c3047 const XML_Char *textEnd = entity->textPtr + entity->textLen; local
3049 result = appendAttributeValue(parser, internalEncoding, isCdata, (char *)entity->textPtr, (char *)textEnd, pool);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/xml/expat/lib/
H A Dxmlparse.c4480 const XML_Char *textEnd = entity->textPtr + entity->textLen; local
4484 (char *)textEnd, pool);
/macosx-10.9.5/apr-30/apr-util/apr-util/xml/expat/lib/
H A Dxmlparse.c4480 const XML_Char *textEnd = entity->textPtr + entity->textLen; local
4484 (char *)textEnd, pool);

Completed in 190 milliseconds