HomeSort by relevance Sort by last modified time
    Searched full:textoffset (Results 1 - 9 of 9) sorted by null

  /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/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/chromium_org/chrome/browser/ui/cocoa/location_bar/
bubble_decoration.mm 102 CGFloat textOffset = NSMinX(decorationFrame);
116 textOffset = NSMaxX(imageRect) + kIconLabelPadding;
121 textRect.origin.x = textOffset;
  /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/chromium_org/chrome/browser/ui/cocoa/
gradient_button_cell.mm 684 NSPoint textOffset = NSZeroPoint;
700 textOffset = NSMakePoint(textLeft,
703 [title drawAtPoint:textOffset];
717 [title drawAtPoint:textOffset];
  /external/chromium/chrome/browser/ui/cocoa/
gradient_button_cell.mm 676 NSPoint textOffset = NSMakePoint(textLeft,
678 [title drawAtPoint:textOffset];
689 [title drawAtPoint:textOffset];
  /external/icu4c/i18n/unicode/
smpdtfmt.h     [all...]

Completed in 695 milliseconds