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

/external/chromium_org/third_party/icu/source/i18n/
H A Dsearch.cpp226 int32_t SearchIterator::preceding(int32_t position, function in class:SearchIterator
/external/icu4c/i18n/
H A Dsearch.cpp226 int32_t SearchIterator::preceding(int32_t position, function in class:SearchIterator
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextBreakIteratorICU.cpp694 int NonSharedCharacterBreakIterator::preceding(int offset) const function in class:WebCore::NonSharedCharacterBreakIterator
697 return m_iterator->preceding(offset);
/external/chromium_org/third_party/libxslt/libxslt/
H A Dnumbers.c594 /* Skip to next preceding or ancestor */
636 xmlNodePtr preceding; local
664 /* count(preceding-sibling::*) */
666 for (preceding = ancestor;
667 preceding != NULL;
668 preceding =
669 xmlXPathNextPrecedingSibling(parser, preceding)) {
671 if ((preceding->type == ancestor->type) &&
672 xmlStrEqual(preceding->name, ancestor->name)){
673 if ((preceding
[all...]
/external/libxslt/libxslt/
H A Dnumbers.c594 /* Skip to next preceding or ancestor */
636 xmlNodePtr preceding; local
664 /* count(preceding-sibling::*) */
666 for (preceding = ancestor;
667 preceding != NULL;
668 preceding =
669 xmlXPathNextPrecedingSibling(parser, preceding)) {
671 if ((preceding->type == ancestor->type) &&
672 xmlStrEqual(preceding->name, ancestor->name)){
673 if ((preceding
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Drbbi.cpp543 * 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.
1703 // preceding() to do the work. They should never recurse in this case.
1705 return preceding(endPos);
/external/icu4c/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.
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.
1774 // preceding() to do the work. They should never recurse in this case.
1776 return preceding(endPos);
/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 ...

Completed in 288 milliseconds