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

  /external/chromium_org/third_party/icu/source/common/unicode/
uniset.h     [all...]
  /external/icu4c/common/unicode/
uniset.h     [all...]
  /external/chromium_org/third_party/icu/source/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...]
  /external/icu4c/common/
unisetspan.cpp 32 * for both increments (in span()) and decrements (in spanBack()).
320 spanLength=length16-spanSet.spanBack(s16, length16, USET_SPAN_CONTAINED);
792 int32_t UnicodeSetStringSpan::spanBack(const UChar *s, int32_t length, USetSpanCondition spanCondition) const {
796 int32_t pos=spanSet.spanBack(s, length, USET_SPAN_CONTAINED);
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 83 milliseconds