HomeSort by relevance Sort by last modified time
    Searched refs:preceding (Results 26 - 50 of 76) sorted by null

12 3 4

  /external/chromium_org/third_party/WebKit/Source/core/dom/
CharacterData.cpp 87 characterLengthLimit = it.preceding(characterLengthLimit);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
StringTruncator.cpp 50 int result = it.preceding(offset);
  /external/chromium_org/third_party/icu/source/common/
ubrk.cpp 246 return ((RuleBasedBreakIterator*)bi)->RuleBasedBreakIterator::preceding(offset);
rbbi.cpp 543 * Advances the iterator backwards, to the last boundary preceding this one.
544 * @return The position of the last boundary position preceding this one.
618 // fLastBreakTag wants to have the value for section of text preceding
751 int32_t RuleBasedBreakIterator::preceding(int32_t offset) { function in class:RuleBasedBreakIterator
800 // For breakitereator::preceding only, these non-code-point indices need to be moved
810 // affects only preceding(), seems cleaner, but is slightly different.
    [all...]
  /external/icu4c/common/
ubrk.cpp 232 return ((RuleBasedBreakIterator*)bi)->RuleBasedBreakIterator::preceding(offset);
rbbi.cpp 604 * Advances the iterator backwards, to the last boundary preceding this one.
605 * @return The position of the last boundary position preceding this one.
679 // fLastBreakTag wants to have the value for section of text preceding
812 int32_t RuleBasedBreakIterator::preceding(int32_t offset) { function in class:RuleBasedBreakIterator
861 // For breakitereator::preceding only, these non-code-point indices need to be moved
871 // affects only preceding(), seems cleaner, but is slightly different.
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeBreakIterator.cpp 192 return it->preceding(offset);
  /external/icu4c/test/intltest/
rbbiapts.cpp 303 TEST_ASSERT(rb->preceding(2) == 0);
305 //if(rb->preceding(2) != 3) {
514 // Preceding
516 i = bi->preceding(4);
518 errln("Incorrect value from bi->preceding() at line %d. Expected 3, got %d", __LINE__, i);
521 i = bi->preceding(10);
523 errln("Incorrect value from bi->preceding() at line %d. Expected 9, got %d", __LINE__, i);
526 i = bi->preceding(1);
528 errln("Incorrect value from bi->preceding() at line %d. Expected 0, got %d", __LINE__, i);
531 i = bi->preceding(0)
    [all...]
srchtest.cpp 410 // start preceding matches
418 strsrch->preceding(nextStart, status);
426 errln("Error preceding match starting at %d (overlap: %d) found at %d (len:%d); expected <NO MATCH>\n",
445 errln("Error preceding match starting at %d (overlap: %d) found at %d (len:%d); expected %d (len:%d)\n",
    [all...]
rbbitst.cpp 579 p = bi.preceding(i);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
search.cpp 226 int32_t SearchIterator::preceding(int32_t position, function in class:SearchIterator
  /external/icu4c/i18n/
search.cpp 226 int32_t SearchIterator::preceding(int32_t position, function in class:SearchIterator
  /frameworks/base/core/java/android/widget/
SpellChecker.java 566 int wordStart = mWordIterator.preceding(start);
602 int spellCheckEnd = mWordIterator.preceding(wordIteratorWindowEnd);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
TextBreakIteratorICU.cpp 639 int NonSharedCharacterBreakIterator::preceding(int offset) const function in class:WebCore::NonSharedCharacterBreakIterator
  /external/chromium_org/ui/base/text/
text_elider.cc     [all...]
  /external/icu4c/layoutex/
ParagraphLayout.cpp 1001 // on a break, the "+ 1" will cause preceding to
1003 return fBreakIterator->preceding(charIndex + 1);
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
richards.js 253 * @param {TaskControlBlock} link the preceding block in the linked block list
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-richards.js 248 * @param {TaskControlBlock} link the preceding block in the linked block list
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-richards.js 248 * @param {TaskControlBlock} link the preceding block in the linked block list
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-richards.js 248 * @param {TaskControlBlock} link the preceding block in the linked block list
  /external/chromium_org/third_party/icu/source/test/intltest/
srchtest.cpp 312 // start of preceding matches
    [all...]
  /external/chromium_org/v8/benchmarks/
richards.js 253 * @param {TaskControlBlock} link the preceding block in the linked block list
  /external/guava/guava/lib/
jdiff.jar 
  /external/oprofile/events/i386/nehalem/
events 22 event:0x06 counters:0,1,2,3 um:store_blocks minimum:6000 name:STORE_BLOCKS : This event counts the number of load operations delayed caused by preceding stores.

Completed in 1492 milliseconds

12 3 4