Home
last modified time | relevance | path

Searched refs:useLen (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/perf/collperf2/
Dcollperf2.cpp57 Strcoll(const UCollator* coll, const CA_uchar* source, UBool useLen);
65 UBool useLen; member in Strcoll
69 Strcoll::Strcoll(const UCollator* coll, const CA_uchar* source, UBool useLen) in Strcoll() argument
72 useLen(useLen) in Strcoll()
92 srcLen = useLen ? source->lengthOf(i) : -1; in call()
96 tgtLen = useLen ? source->lengthOf(j) : -1; in call()
117 Strcoll_2(const UCollator* coll, const CA_uchar* source, const CA_uchar* target, UBool useLen);
126 UBool useLen; member in Strcoll_2
129 …l_2::Strcoll_2(const UCollator* coll, const CA_uchar* source, const CA_uchar* target, UBool useLen) in Strcoll_2() argument
133 useLen(useLen) in Strcoll_2()
[all …]