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

  /external/icu/icu4c/source/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/icu/icu4c/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/icu/icu4c/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),
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 460 int textPos = textPositions[nodePos];
464 if (textPos == plainText.length()) {
465 textPos--;
470 for (int i = textPos; i > 0; i--) {
475 if (i < textPos && !HTML_WHITESPACE.matches(ch)) {
485 private int getBlockStart(int textPos) {
486 int nodenum = Arrays.binarySearch(textPositions, textPos);
490 while ((nodenum - 1) >= 0 && textPositions[nodenum - 1] == textPos) {
494 // textPos matches the middle of a node.
505 private int getBlockEnd(int textPos) {
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 9258 milliseconds