Searched defs:textEnd (Results 1 - 8 of 8) sorted by relevance

/external/chromium/third_party/icu/source/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.cpp49 int32_t textEnd,
51 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textBegin, textEnd, textPos),
47 StringCharacterIterator(const UnicodeString& textStr, int32_t textBegin, int32_t textEnd, int32_t textPos) argument
H A Duchriter.cpp41 int32_t textEnd,
43 : CharacterIterator(textPtr != 0 ? (length>=0 ? length : u_strlen(textPtr)) : 0, textBegin, textEnd, position),
38 UCharCharacterIterator(const UChar* textPtr, int32_t length, int32_t textBegin, int32_t textEnd, int32_t position) argument
/external/icu4c/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.cpp49 int32_t textEnd,
51 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textBegin, textEnd, textPos),
47 StringCharacterIterator(const UnicodeString& textStr, int32_t textBegin, int32_t textEnd, int32_t textPos) argument
H A Duchriter.cpp41 int32_t textEnd,
43 : CharacterIterator(textPtr != 0 ? (length>=0 ? length : u_strlen(textPtr)) : 0, textBegin, textEnd, position),
38 UCharCharacterIterator(const UChar* textPtr, int32_t length, int32_t textBegin, int32_t textEnd, int32_t position) argument
/external/webkit/WebCore/editing/
H A DTextIterator.cpp714 static int collapsedSpaceLength(RenderText* renderer, int textEnd) argument
718 for (int i = textEnd; i < length; ++i) {
720 return i - textEnd;
723 return length - textEnd;
/external/expat/lib/
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...]

Completed in 145 milliseconds