Searched refs:sortKeySize (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/i18n/ |
D | ucol.cpp | 4443 uint32_t sortKeySize = 1; /* it is always \0 terminated */ in ucol_calcSortKey() local 4480 …sortKeySize += ((compareSec?0:1) + (compareTer?0:1) + (doCase?1:0) + /*(qShifted?1:0)*/(compareQua… in ucol_calcSortKey() 4524 int32_t keyLen = ucol_getSortKeySize(coll, &s, sortKeySize, strength, len); in ucol_calcSortKey() 4795 sortKeySize = ucol_getSortKeySize(coll, &s, sortKeySize, strength, len); in ucol_calcSortKey() 4800 …int32_t sks = sortKeySize+(primaries - primStart)+(secondaries - secStart)+(tertiaries - terStart)… in ucol_calcSortKey() 4813 sortKeySize = ucol_getSortKeySize(coll, &s, sortKeySize, strength, len); in ucol_calcSortKey() 4845 sortKeySize = ucol_getSortKeySize(coll, &s, sortKeySize, strength, len); in ucol_calcSortKey() 4855 sortKeySize += (primaries - primStart); in ucol_calcSortKey() 4867 sortKeySize += secsize; in ucol_calcSortKey() 4868 if(sortKeySize <= resultLength) { in ucol_calcSortKey() [all …]
|