HomeSort by relevance Sort by last modified time
    Searched defs:spanBack (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/
bmpset.cpp 388 BMPSet::spanBack(const UChar *s, const UChar *limit, USetSpanCondition spanCondition) const {
unisetspan.cpp 30 * for both increments (in span()) and decrements (in spanBack()).
318 spanLength=length16-spanSet.spanBack(s16, length16, USET_SPAN_CONTAINED);
790 int32_t UnicodeSetStringSpan::spanBack(const UChar *s, int32_t length, USetSpanCondition spanCondition) const {
794 int32_t pos=spanSet.spanBack(s, length, USET_SPAN_CONTAINED);
    [all...]

Completed in 210 milliseconds