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

  /external/chromium_org/third_party/icu/source/i18n/
casetrn.cpp 150 int32_t textPos, delta, result, locCache=0;
152 for(textPos=offsets.start; textPos<offsets.limit;) {
153 csc.cpStart=textPos;
154 c=text.char32At(textPos);
155 csc.cpLimit=textPos+=U16_LENGTH(c);
178 text.handleReplaceBetween(csc.cpStart, textPos, tmp);
180 textPos+=delta;
186 offsets.start=textPos;
titletrn.cpp 118 int32_t textPos, delta, result, locCache=0;
120 for(textPos=offsets.start; textPos<offsets.limit;) {
121 csc.cpStart=textPos;
122 c=text.char32At(textPos);
123 csc.cpLimit=textPos+=U16_LENGTH(c);
153 text.handleReplaceBetween(csc.cpStart, textPos, tmp);
155 textPos+=delta;
162 offsets.start=textPos;
  /external/icu4c/i18n/
casetrn.cpp 152 int32_t textPos, delta, result, locCache=0;
154 for(textPos=offsets.start; textPos<offsets.limit;) {
155 csc.cpStart=textPos;
156 c=text.char32At(textPos);
157 csc.cpLimit=textPos+=U16_LENGTH(c);
180 text.handleReplaceBetween(csc.cpStart, textPos, tmp);
182 textPos+=delta;
188 offsets.start=textPos;
titletrn.cpp 119 int32_t textPos, delta, result, locCache=0;
121 for(textPos=offsets.start; textPos<offsets.limit;) {
122 csc.cpStart=textPos;
123 c=text.char32At(textPos);
124 csc.cpLimit=textPos+=U16_LENGTH(c);
154 text.handleReplaceBetween(csc.cpStart, textPos, tmp);
156 textPos+=delta;
163 offsets.start=textPos;
  /external/chromium_org/third_party/icu/source/common/unicode/
schriter.h 57 * position is specified by "textPos". If "textPos" is outside the valid
60 * @param textPos The starting position of the iteration
64 int32_t textPos);
71 * by "textEnd". The starting position is specified by "textPos". If
74 * or "textPos" is outside the range defined by "textBegin" and "textEnd",
79 * @param textPos The starting position of the iteration
85 int32_t textPos);
  /external/icu4c/common/unicode/
schriter.h 57 * position is specified by "textPos". If "textPos" is outside the valid
60 * @param textPos The starting position of the iteration
64 int32_t textPos);
71 * by "textEnd". The starting position is specified by "textPos". If
74 * or "textPos" is outside the range defined by "textBegin" and "textEnd",
79 * @param textPos The starting position of the iteration
85 int32_t textPos);
  /external/chromium_org/third_party/icu/source/common/
schriter.cpp 41 int32_t textPos)
42 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textPos),
52 int32_t textPos)
53 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textBegin, textEnd, textPos),
  /external/icu4c/common/
schriter.cpp 41 int32_t textPos)
42 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textPos),
52 int32_t textPos)
53 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textBegin, textEnd, textPos),
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlTree.java 423 int textPos = textPositions[nodePos];
427 if (textPos == plainText.length()) {
428 textPos--;
433 for (int i = textPos; i > 0; i--) {
438 if (i < textPos && !Character.isWhitespace(ch)) {
448 private int getBlockStart(int textPos) {
449 int nodenum = Arrays.binarySearch(textPositions, textPos);
453 while ((nodenum - 1) >= 0 && textPositions[nodenum - 1] == textPos) {
457 // textPos matches the middle of a node.
468 private int getBlockEnd(int textPos) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 456 int textPos = textPositions[nodePos];
460 if (textPos == plainText.length()) {
461 textPos--;
466 for (int i = textPos; i > 0; i--) {
471 if (i < textPos && !HTML_WHITESPACE.matches(ch)) {
481 private int getBlockStart(int textPos) {
482 int nodenum = Arrays.binarySearch(textPositions, textPos);
486 while ((nodenum - 1) >= 0 && textPositions[nodenum - 1] == textPos) {
490 // textPos matches the middle of a node.
501 private int getBlockEnd(int textPos) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/
DragImage.cpp 183 IntPoint textPos(kDragLabelBorderX, imageSize.height() - (kLabelBorderYOffset + urlFont.fontMetrics().descent()));
185 buffer->context()->drawText(urlFont, TextRunPaintInfo(textRun), textPos);
191 IntPoint textPos(kDragLabelBorderX, kDragLabelBorderY + labelFont.pixelSize());
193 buffer->context()->drawText(urlFont, TextRunPaintInfo(textRun), textPos);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.h 153 float textPos() const; // returns the x position relative to the left start of the text line.
InlineTextBox.cpp 306 float widthOfVisibleText = toRenderText(renderer())->width(m_start, offset, textPos(), isFirstLineStyle());
514 LayoutUnit widthOfVisibleText = toRenderText(renderer())->width(m_start, m_truncation, textPos(), isFirstLineStyle());
    [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 451 milliseconds