Searched defs:preceding (Results 1 - 12 of 12) sorted by relevance

/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DBreakIteratorICU.java81 public int preceding(int offset) { method in class:BreakIteratorICU
82 return fIcuBrkItr.preceding(offset);
/external/icu/icu4c/source/i18n/
H A Dsearch.cpp226 int32_t SearchIterator::preceding(int32_t position, function in class:SearchIterator
H A Dfilteredbrk.cpp164 virtual int32_t preceding(int32_t /*offset*/) { /* TODO: not implemented */ return UBRK_DONE; } function in class:SimpleFilteredSentenceBreakIterator
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DSimpleFilteredSentenceBreakIterator.java184 public int preceding(int offset) { method in class:SimpleFilteredSentenceBreakIterator
186 throw new UnsupportedOperationException("preceding(int) is not yet implemented");
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DSearchIterator.java600 * @return The character index of the first match preceding
608 public final int preceding(int position) { method in class:SearchIterator
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBreakIterator.java310 * @return The position of the last boundary position preceding the
333 * boundary position preceding the specified position. (Whether the
339 * @return The position of the last boundary position preceding
344 public int preceding(int offset) { method in class:BreakIterator
H A DRuleBasedBreakIterator.java563 // preceding() to do the work. They should never recurse in this case.
565 return preceding(endPos);
581 * Moves the iterator backwards, to the last boundary preceding this one.
582 * @return The position of the last boundary position preceding this one.
661 // fLastBreakTag wants to have the value for section of text preceding
797 public int preceding(int offset) { method in class:RuleBasedBreakIterator
/external/icu/icu4c/source/common/
H A Drbbi.cpp604 * Advances the iterator backwards, to the last boundary preceding this one.
605 * @return The position of the last boundary position preceding this one.
678 // fLastBreakTag wants to have the value for section of text preceding
815 int32_t RuleBasedBreakIterator::preceding(int32_t offset) { function in class:RuleBasedBreakIterator
868 // For breakitereator::preceding only, these non-code-point indices need to be moved
878 // affects only preceding(), seems cleaner, but is slightly different.
1713 // preceding() to do the work. They should never recurse in this case.
1715 return preceding(endPos);
/external/v8/src/arm64/
H A Dinstructions-arm64.h128 V8_INLINE Instruction* preceding(int count = 1) { function in class:v8::internal::Instruction
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 822 milliseconds