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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextControlSingleLine.cpp 191 LayoutPoint textOffset;
193 textOffset = innerTextRenderer->location();
195 textOffset += toLayoutSize(editingViewPortElement()->renderBox()->location());
197 textOffset += toLayoutSize(containerRenderer->location());
198 placeholderBox->setLocation(textOffset);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Position.cpp 655 unsigned textOffset = currentPos.offsetInLeafNode();
659 if (textOffset <= box->start() + box->len()) {
660 if (textOffset > box->start())
665 if (box == lastTextBox || textOffset != box->start() + box->len() + 1)
677 if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && toInlineTextBox(otherBox)->start() > textOffset))
686 if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && toInlineTextBox(otherBox)->start() > textOffset))
779 unsigned textOffset = currentPos.offsetInLeafNode();
783 if (textOffset <= box->end()) {
784 if (textOffset >= box->start())
789 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)
4335 int32_t textoffset = ucol_getOffset(coleiter); local
4449 int32_t textoffset = ucol_getOffset(coleiter); local
4563 int32_t textoffset = ucol_getOffset(coleiter); local
4705 int32_t textoffset = ucol_getOffset(coleiter); local
    [all...]
smpdtfmt.cpp     [all...]
  /external/icu4c/i18n/unicode/
smpdtfmt.h     [all...]
  /external/chromium_org/third_party/icu/source/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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 5126 milliseconds