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

  /external/chromium_org/third_party/icu/source/common/
chariter.cpp 44 CharacterIterator::CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t position)
45 : textLength(length), pos(position), begin(textBegin), end(textEnd) {
schriter.cpp 51 int32_t textEnd,
53 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textBegin, textEnd, textPos),
uchriter.cpp 44 int32_t textEnd,
46 : CharacterIterator(textPtr != 0 ? (length>=0 ? length : u_strlen(textPtr)) : 0, textBegin, textEnd, position),
  /external/icu/icu4c/source/common/
chariter.cpp 44 CharacterIterator::CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t position)
45 : textLength(length), pos(position), begin(textBegin), end(textEnd) {
schriter.cpp 51 int32_t textEnd,
53 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textBegin, textEnd, textPos),
uchriter.cpp 44 int32_t textEnd,
46 : CharacterIterator(textPtr != 0 ? (length>=0 ? length : u_strlen(textPtr)) : 0, textBegin, textEnd, position),
  /external/chromium_org/third_party/icu/source/common/unicode/
schriter.h 71 * by "textEnd". The starting position is specified by "textPos". If
72 * "textBegin" and "textEnd" don't form a valid range on "text" (i.e.,
73 * textBegin >= textEnd or either is negative or greater than text.size()),
74 * or "textPos" is outside the range defined by "textBegin" and "textEnd",
78 * @param textEnd The end position of the iteration range
84 int32_t textEnd,
uchriter.h 74 * @param textEnd The end position of the iteration range
80 int32_t textEnd,
chariter.h 641 CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t position);
  /external/icu/icu4c/source/common/unicode/
schriter.h 71 * by "textEnd". The starting position is specified by "textPos". If
72 * "textBegin" and "textEnd" don't form a valid range on "text" (i.e.,
73 * textBegin >= textEnd or either is negative or greater than text.size()),
74 * or "textPos" is outside the range defined by "textBegin" and "textEnd",
78 * @param textEnd The end position of the iteration range
84 int32_t textEnd,
uchriter.h 74 * @param textEnd The end position of the iteration range
80 int32_t textEnd,
chariter.h 641 CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t position);
  /external/clang/lib/AST/
CommentLexer.cpp 479 const char *TextEnd;
483 TextEnd = Newline;
495 TextEnd = BufferPtr + Pos;
496 NextLine = TextEnd;
498 if (isWhitespace(BufferPtr, TextEnd)) {
499 BufferPtr = TextEnd;
504 StringRef Text(BufferPtr, TextEnd - BufferPtr);
  /frameworks/base/tests/BiDiTests/res/layout/
textview_alignment_ltr.xml 318 <TextView android:text="textEnd"
329 android:textAlignment="textEnd"
338 android:textAlignment="textEnd"
489 <TableRow android:textAlignment="textEnd">
491 <TextView android:text="inherit textEnd"
textview_alignment_rtl.xml 318 <TextView android:text="textEnd"
329 android:textAlignment="textEnd"
338 android:textAlignment="textEnd"
489 <TableRow android:textAlignment="textEnd">
491 <TextView android:text="inherit textEnd"
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 374 * @param textEnd beginning plain-text offset
379 public ArrayList<Block> createBlocks(int textStart, int textEnd, int minNode, int maxNode) {
383 int endNode = Math.min(getBlockEnd(textEnd), maxNode);
387 "text pos: " + textStart + "-" + textEnd + "\n" +
389 plainText.substring(textStart, textEnd));
548 int textend = textPositions[toNode]; local
549 return plainText.substring(textstart, textend);
    [all...]
  /external/chromium_org/third_party/expat/files/lib/
xmlparse.c     [all...]
  /external/expat/lib/
xmlparse.c     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.cpp     [all...]
  /libcore/benchmarks/libs/
caliper.jar 
  /frameworks/base/core/res/res/values/
attrs.xml     [all...]
  /prebuilts/sdk/tools/linux/
aapt 

Completed in 3518 milliseconds