OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USetSpanCondition
(Results
1 - 12
of
12
) sorted by null
/external/icu/icu4c/source/common/
bmpset.h
48
const UChar *span(const UChar *s, const UChar *limit,
USetSpanCondition
spanCondition) const;
55
const UChar *spanBack(const UChar *s, const UChar *limit,
USetSpanCondition
spanCondition) const;
62
const uint8_t *spanUTF8(const uint8_t *s, int32_t length,
USetSpanCondition
spanCondition) const;
69
int32_t spanBackUTF8(const uint8_t *s, int32_t length,
USetSpanCondition
spanCondition) const;
unisetspan.h
75
int32_t span(const UChar *s, int32_t length,
USetSpanCondition
spanCondition) const;
77
int32_t spanBack(const UChar *s, int32_t length,
USetSpanCondition
spanCondition) const;
79
int32_t spanUTF8(const uint8_t *s, int32_t length,
USetSpanCondition
spanCondition) const;
81
int32_t spanBackUTF8(const uint8_t *s, int32_t length,
USetSpanCondition
spanCondition) const;
filterednormalizer2.cpp
58
USetSpanCondition
spanCondition,
179
USetSpanCondition
spanCondition=USET_SPAN_SIMPLE;
204
USetSpanCondition
spanCondition=USET_SPAN_SIMPLE;
230
USetSpanCondition
spanCondition=USET_SPAN_SIMPLE;
bmpset.cpp
308
BMPSet::span(const UChar *s, const UChar *limit,
USetSpanCondition
spanCondition) const {
397
BMPSet::spanBack(const UChar *s, const UChar *limit,
USetSpanCondition
spanCondition) const {
495
BMPSet::spanUTF8(const uint8_t *s, int32_t length,
USetSpanCondition
spanCondition) const {
632
if((
USetSpanCondition
)((table7FF[t1]&((uint32_t)1<<(b&0x1f)))!=0) != spanCondition) {
659
BMPSet::spanBackUTF8(const uint8_t *s, int32_t length,
USetSpanCondition
spanCondition) const {
698
if((
USetSpanCondition
)((table7FF[c&0x3f]&((uint32_t)1<<(c>>6)))!=0) != spanCondition) {
uset.cpp
201
uset_span(const USet *set, const UChar *s, int32_t length,
USetSpanCondition
spanCondition) {
206
uset_spanBack(const USet *set, const UChar *s, int32_t length,
USetSpanCondition
spanCondition) {
211
uset_spanUTF8(const USet *set, const char *s, int32_t length,
USetSpanCondition
spanCondition) {
216
uset_spanBackUTF8(const USet *set, const char *s, int32_t length,
USetSpanCondition
spanCondition) {
unisetspan.cpp
632
int32_t UnicodeSetStringSpan::span(const UChar *s, int32_t length,
USetSpanCondition
spanCondition) const {
792
int32_t UnicodeSetStringSpan::spanBack(const UChar *s, int32_t length,
USetSpanCondition
spanCondition) const {
[
all
...]
uniset.cpp
[
all
...]
/external/icu/icu4c/source/common/unicode/
uset.h
150
typedef enum
USetSpanCondition
{
204
}
USetSpanCondition
;
918
* See
USetSpanCondition
for details.
[
all
...]
uniset.h
[
all
...]
normalizer2.h
642
USetSpanCondition
spanCondition,
/external/icu/icu4c/source/test/perf/unisetperf/
unisetperf.cpp
244
i+=set.span(s+i, length-i, (
USetSpanCondition
)tf);
299
length=set.spanBack(s, length, (
USetSpanCondition
)tf);
345
i+=set.spanUTF8(s+i, length-i, (
USetSpanCondition
)tf);
395
length=set.spanBackUTF8(s, length, (
USetSpanCondition
)tf);
/external/icu/icu4c/source/test/intltest/
usettest.cpp
[
all
...]
Completed in 266 milliseconds