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.cpp61 Strcoll(const UCollator* coll, const CA_uchar* source, UBool useLen);
69 UBool useLen; member in Strcoll
73 Strcoll::Strcoll(const UCollator* coll, const CA_uchar* source, UBool useLen) in Strcoll() argument
76 useLen(useLen) in Strcoll()
96 srcLen = useLen ? source->lengthOf(i) : -1; in call()
100 tgtLen = useLen ? source->lengthOf(j) : -1; in call()
121 Strcoll_2(const UCollator* coll, const CA_uchar* source, const CA_uchar* target, UBool useLen);
130 UBool useLen; member in Strcoll_2
133 …l_2::Strcoll_2(const UCollator* coll, const CA_uchar* source, const CA_uchar* target, UBool useLen) in Strcoll_2() argument
137 useLen(useLen) in Strcoll_2()
[all …]