OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spanBack
(Results
1 - 10
of
10
) sorted by null
/external/icu4c/common/
bmpset.h
55
const UChar *
spanBack
(const UChar *s, const UChar *limit, USetSpanCondition spanCondition) const;
unisetspan.h
77
int32_t
spanBack
(const UChar *s, int32_t length, USetSpanCondition spanCondition) const;
117
// the lengths of span(),
spanBack
() etc. for each string.
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
...]
filterednormalizer2.cpp
125
int32_t suffixStart=set.
spanBack
(first, INT32_MAX, USET_SPAN_SIMPLE);
uniset.cpp
[
all
...]
bmpset.cpp
397
BMPSet::
spanBack
(const UChar *s, const UChar *limit, USetSpanCondition spanCondition) const {
uset.cpp
207
return ((UnicodeSet*) set)->UnicodeSet::
spanBack
(s, length, spanCondition);
/external/icu4c/common/unicode/
uniset.h
[
all
...]
/external/icu4c/test/perf/unisetperf/
unisetperf.cpp
266
if(testcase.set.
spanBack
(utf16, 1, USET_SPAN_CONTAINED)==0) {
274
if(testcase.set.
spanBack
(utf16, 2, USET_SPAN_CONTAINED)==0) {
296
* The last
spanBack
() must be not-contained to match the first span().
300
length=set.
spanBack
(s, length, (USetSpanCondition)tf);
392
* The last
spanBack
() must be not-contained to match the first span().
/external/icu4c/test/intltest/
usettest.cpp
713
// span(UnicodeString) and
spanBack
(UnicodeString) convenience methods
730
if( ac.
spanBack
(longString, -5, USET_SPAN_CONTAINED)!=0 ||
731
ac.
spanBack
(longString, 0, USET_SPAN_CONTAINED)!=0 ||
732
ac.
spanBack
(longString, 5, USET_SPAN_CONTAINED)!=0 ||
733
ac.
spanBack
(longString, 10, USET_SPAN_CONTAINED)!=0 ||
734
ac.
spanBack
(longString, 15, USET_SPAN_CONTAINED)!=15 ||
735
ac.
spanBack
(longString, 20, USET_SPAN_CONTAINED)!=20 ||
736
ac.
spanBack
(longString, 25, USET_SPAN_CONTAINED)!=20 ||
737
ac.
spanBack
(longString, 30, USET_SPAN_CONTAINED)!=20 ||
738
ac.
spanBack
(longString, 35, USET_SPAN_CONTAINED)!=20 |
[
all
...]
Completed in 854 milliseconds