HomeSort by relevance Sort by last modified time
    Searched refs:textOffset (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/dom/
Position.cpp 589 unsigned textOffset = currentPos.offsetInLeafNode();
593 if (textOffset <= box->start() + box->len()) {
594 if (textOffset > box->start())
599 if (box == lastTextBox || textOffset != box->start() + box->len() + 1)
611 if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && static_cast<InlineTextBox*>(otherBox)->start() > textOffset))
620 if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && static_cast<InlineTextBox*>(otherBox)->start() > textOffset))
712 unsigned textOffset = currentPos.offsetInLeafNode();
716 if (textOffset <= box->end()) {
717 if (textOffset >= box->start())
722 if (box == lastTextBox || textOffset != box->start() + box->len()
    [all...]
  /external/icu4c/i18n/
usearch.cpp 676 * @param textoffset current offset
683 int32_t textoffset,
686 if (textoffset < textlength) {
687 int32_t temp = textoffset;
699 return textoffset;
706 * @param textoffset current offset, one offset away from the last character
713 int32_t textoffset)
717 textoffset < textlength) {
718 int32_t temp = textoffset;
722 return getNextBaseOffset(text, textoffset, textlength)
4290 int32_t textoffset = ucol_getOffset(coleiter); local
4404 int32_t textoffset = ucol_getOffset(coleiter); local
4518 int32_t textoffset = ucol_getOffset(coleiter); local
4636 int32_t textoffset = ucol_getOffset(coleiter); local
    [all...]

Completed in 40 milliseconds