Searched defs:src1Length (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Ducol.cpp4273 * @param src1Length the length of the first sort key, including the zero byte at the end;
4281 * @return the length of the merged sort key, src1Length+src2Length-1;
4288 ucol_mergeSortkeys(const uint8_t *src1, int32_t src1Length, argument
4295 if( src1==NULL || src1Length<-2 || src1Length==0 || (src1Length>0 && src1[src1Length-1]!=0) ||
4307 if(src1Length<0) {
4308 src1Length=(int32_t)uprv_strlen((const char *)src1)+1;
4314 destLength=src1Length
[all...]

Completed in 34 milliseconds