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

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dbrkeng.h67 * @param endPos The end of the run within the supplied text.
76 int32_t endPos,
192 * @param endPos The end of the run within the supplied text.
201 int32_t endPos,
H A Drbbi.cpp1569 int32_t endPos,
1575 // startPos-endPos range
1577 if ((endPos - startPos) <= 1) {
1578 return (reverse ? startPos : endPos);
1602 return (reverse ? startPos : endPos);
1608 utext_setNativeIndex(fText, reverse ? endPos : startPos);
1614 int32_t rangeEnd = endPos;
1711 if (endPos > breaks.peeki()) {
1724 if (endPos > fCachedBreakPositions[out-1]) {
1725 fCachedBreakPositions[out] = endPos;
1568 checkDictionary(int32_t startPos, int32_t endPos, UBool reverse) argument
[all...]
H A Ddictbe.h86 * @param endPos The end of the run within the supplied text.
95 int32_t endPos,
H A Dbrkeng.cpp80 int32_t endPos,
92 while((int32_t)utext_getNativeIndex(text) < endPos && fHandled[breakType]->contains(c)) {
78 findBreaks( UText *text, int32_t startPos, int32_t endPos, UBool reverse, int32_t breakType, UStack & ) const argument
H A Ddictbe.cpp45 int32_t endPos,
70 while((current = (int32_t)utext_getNativeIndex(text)) < endPos && fSet.contains(c)) {
43 findBreaks( UText *text, int32_t startPos, int32_t endPos, UBool reverse, int32_t breakType, UStack &foundBreaks ) const argument
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcomment.js130 var pos = line.indexOf(lineString), endPos = pos + lineString.length;
132 if (line.slice(endPos, endPos + pad.length) == pad) endPos += pad.length;
134 self.replaceRange("", Pos(i, pos), Pos(i, endPos));
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dgetdn.c1089 const char *startPos, *endPos = NULL; local
1117 endPos = p;
1127 len = ( endPos ? endPos : p ) - startPos;
1426 const char *p, *end, *startPos, *endPos = NULL; local
1505 for ( endPos = p - 1;
1506 endPos > startPos + 1 &&
1507 LDAP_DN_ASCII_SPACE( endPos[ -1 ] ) &&
1508 !LDAP_DN_ESCAPE( endPos[ -2 ] );
1509 endPos
1572 const char *p, *startPos, *endPos = NULL; local
1657 const char *p, *startPos, *endPos = NULL; local
1732 const char *p, *startPos, *endPos = NULL; local
1864 const char *p, *startPos, *endPos = NULL; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A DjkSoundEngine.c251 int longestChunk = 0, startPos, endPos, totLen; local
276 endPos = p->endPos;
277 totLen = endPos - startPos + 1;
282 Snack_WriteLogInt(" end", p->endPos);
336 if ((nWritten < totLen || endPos == -1 || totLen == 0) &&
344 if (endPos != -1) {
598 p->endPos) ||
653 p->endPos,
932 int startPos = 0, endPos local
[all...]
H A DjkSound.h492 int endPos; member in struct:jkQueuedSound
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIRange.cpp351 IOPCIScalar pos, endPos; local
394 endPos = range->start;
396 // [pos,endPos] is free
397 waste = endPos - pos;
399 if (endPos > newRange->maxAddress) endPos = newRange->maxAddress;
403 if (newStart >= endPos) continue;
408 endPos = IOPCIScalarTrunc(endPos, newRange->alignment);
410 if (endPos < po
[all...]
/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DWTFString.cpp733 size_t endPos; local
734 while ((endPos = find(separator, startPos)) != notFound) {
735 if (allowEmptyEntries || startPos != endPos)
736 result.append(substring(startPos, endPos - startPos));
737 startPos = endPos + separator.length();
748 size_t endPos; local
749 while ((endPos = find(separator, startPos)) != notFound) {
750 if (allowEmptyEntries || startPos != endPos)
751 result.append(substring(startPos, endPos - startPos));
752 startPos = endPos
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Drbbi.h736 * breaking. Covering at least the range from startPos to endPos,
740 * the range startPos to endPos.
741 * If going forward, endPos is the normal Unicode break result, and
744 * @param endPos The end position of a range of text
748 int32_t checkDictionary(int32_t startPos, int32_t endPos, UBool reverse);
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dustrtest.cpp734 int32_t endPos = 28; local
737 (startPos = test1.indexOf(test2, startPos, endPos - startPos)) != -1 ? (++occurrences, startPos += 4) : 0)
775 for ( occurrences = 0, startPos = 5, endPos = 28;
777 (startPos = test1.indexOf(testChar, startPos, endPos - startPos)) != -1 ? (++occurrences, startPos += 1) : 0)
802 endPos=test3.length();
805 (startPos = test3.indexOf(testChar32, startPos, endPos - startPos)) != -1 ? (++occurrences, startPos += 1) : 0)
845 for ( occurrences = 0, endPos = test3.length(); endPos > 0; endPos -= 1){
847 subString.append(test3, 0, endPos);
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcnumtst.c1123 int32_t endPos; member in struct:__anon1083
1152 if ( value != testPtr->value || position != testPtr->endPos || status != testPtr->status ) {
1153 log_err("unum_parse DECIMAL, locale %s, testname %s, startPos %d: for value / endPos / status, expected %d / %d / %s, got %d / %d / %s\n",
1155 testPtr->value, testPtr->endPos, myErrorName(testPtr->status),
1229 if ( value != testPtr->value || position != testPtr->endPos || status != testPtr->status ) {
1230 log_err("unum_parse SPELLOUT, locale %s, testname %s, startPos %d: for value / endPos / status, expected %d / %d / %s, got %d / %d / %s\n",
1232 testPtr->value, testPtr->endPos, myErrorName(testPtr->status),
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebFrame.mm2034 Position endPos(endContainer, [rangeToReplace endOffset], Position::PositionIsOffsetInAnchor);
2037 VisiblePosition endVisiblePos = VisiblePosition(endPos, VP_DEFAULT_AFFINITY);
2039 // this check also ensures startContainer, startPos, endContainer, and endPos are non-null
2048 bool addTrailingSpace = endPos.trailingWhitespacePosition(VP_DEFAULT_AFFINITY, true).isNull() && !isEndOfParagraph(endVisiblePos);

Completed in 361 milliseconds