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 192 LayoutPoint textOffset;
194 textOffset = innerTextRenderer->location();
196 textOffset += toLayoutSize(innerBlockElement()->renderBox()->location());
198 textOffset += toLayoutSize(containerRenderer->location());
199 placeholderBox->setLocation(textOffset);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Position.cpp 659 unsigned textOffset = currentPos.offsetInLeafNode();
663 if (textOffset <= box->start() + box->len()) {
664 if (textOffset > box->start())
669 if (box == lastTextBox || textOffset != box->start() + box->len() + 1)
681 if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && static_cast<InlineTextBox*>(otherBox)->start() > textOffset))
690 if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && static_cast<InlineTextBox*>(otherBox)->start() > textOffset))
783 unsigned textOffset = currentPos.offsetInLeafNode();
787 if (textOffset <= box->end()) {
788 if (textOffset >= box->start())
793 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 125 milliseconds