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

/external/vogar/src/vogar/monitor/
H A DInterleavedReader.java78 int textEnd;
85 textEnd = count;
94 textEnd = possibleMarker;
115 count = reader.read(buffer, 0, textEnd);
/external/icu/icu4c/source/common/unicode/
H A Dschriter.h73 * by "textEnd". The starting position is specified by "textPos". If
74 * "textBegin" and "textEnd" don't form a valid range on "text" (i.e.,
75 * textBegin >= textEnd or either is negative or greater than text.size()),
76 * or "textPos" is outside the range defined by "textBegin" and "textEnd",
80 * @param textEnd The end position of the iteration range
86 int32_t textEnd,
H A Duchriter.h76 * @param textEnd The end position of the iteration range
82 int32_t textEnd,
H A Dchariter.h647 CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t position);
/external/icu/icu4c/source/common/
H A Dchariter.cpp46 CharacterIterator::CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t position) argument
47 : textLength(length), pos(position), begin(textBegin), end(textEnd) {
H A Dschriter.cpp53 int32_t textEnd,
55 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textBegin, textEnd, textPos),
51 StringCharacterIterator(const UnicodeString& textStr, int32_t textBegin, int32_t textEnd, int32_t textPos) argument
H A Duchriter.cpp46 int32_t textEnd,
48 : CharacterIterator(textPtr != 0 ? (length>=0 ? length : u_strlen(textPtr)) : 0, textBegin, textEnd, position),
43 UCharCharacterIterator(ConstChar16Ptr textPtr, int32_t length, int32_t textBegin, int32_t textEnd, int32_t position) argument
/external/expat/lib/
H A Dxmlparse.c5366 const char *textStart, *textEnd; local
5390 textEnd = (char *)(entity->textPtr + entity->textLen);
5396 int tok = XmlPrologTok(parser->m_internalEncoding, textStart, textEnd, &next);
5397 result = doProlog(parser, parser->m_internalEncoding, textStart, textEnd, tok,
5403 textEnd, &next, XML_FALSE);
5406 if (textEnd != next && parser->m_parsingStatus.parsing == XML_SUSPENDED) {
5428 const char *textStart, *textEnd; local
5437 textEnd = (char *)(entity->textPtr + entity->textLen);
5443 int tok = XmlPrologTok(parser->m_internalEncoding, textStart, textEnd, &next);
5444 result = doProlog(parser, parser->m_internalEncoding, textStart, textEnd, to
5660 const XML_Char *textEnd = entity->textPtr + entity->textLen; local
[all...]
/external/python/cpython2/Modules/expat/
H A Dxmlparse.c4814 const char *textStart, *textEnd; local
4838 textEnd = (char *)(entity->textPtr + entity->textLen);
4842 int tok = XmlPrologTok(internalEncoding, textStart, textEnd, &next);
4843 result = doProlog(parser, internalEncoding, textStart, textEnd, tok,
4849 textEnd, &next, XML_FALSE);
4852 if (textEnd != next && ps_parsing == XML_SUSPENDED) {
4874 const char *textStart, *textEnd; local
4883 textEnd = (char *)(entity->textPtr + entity->textLen);
4887 int tok = XmlPrologTok(internalEncoding, textStart, textEnd, &next);
4888 result = doProlog(parser, internalEncoding, textStart, textEnd, to
5082 const XML_Char *textEnd = entity->textPtr + entity->textLen; local
[all...]
/external/python/cpython3/Modules/expat/
H A Dxmlparse.c4814 const char *textStart, *textEnd; local
4838 textEnd = (char *)(entity->textPtr + entity->textLen);
4842 int tok = XmlPrologTok(internalEncoding, textStart, textEnd, &next);
4843 result = doProlog(parser, internalEncoding, textStart, textEnd, tok,
4849 textEnd, &next, XML_FALSE);
4852 if (textEnd != next && ps_parsing == XML_SUSPENDED) {
4874 const char *textStart, *textEnd; local
4883 textEnd = (char *)(entity->textPtr + entity->textLen);
4887 int tok = XmlPrologTok(internalEncoding, textStart, textEnd, &next);
4888 result = doProlog(parser, internalEncoding, textStart, textEnd, to
5082 const XML_Char *textEnd = entity->textPtr + entity->textLen; local
[all...]
/external/skia/src/pdf/
H A DSkPDFDevice.cpp1527 const char* textEnd = c.fUtf8Text + c.fTextByteLength; local
1528 SkUnichar unichar = SkUTF8_NextUnicharWithError(&textPtr, textEnd);
1532 if (textPtr < textEnd || // more characters left
1541 while (textPtr < textEnd) {
1542 unichar = SkUTF8_NextUnicharWithError(&textPtr, textEnd);
/external/skqp/src/pdf/
H A DSkPDFDevice.cpp1527 const char* textEnd = c.fUtf8Text + c.fTextByteLength; local
1528 SkUnichar unichar = SkUTF8_NextUnicharWithError(&textPtr, textEnd);
1532 if (textPtr < textEnd || // more characters left
1541 while (textPtr < textEnd) {
1542 unichar = SkUTF8_NextUnicharWithError(&textPtr, textEnd);
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 723 milliseconds