/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/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),
|
/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 | |