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

/external/icu4c/i18n/unicode/
H A Ducol.h925 * @param src1Length length of the first sortkey
931 * src1Length+src2Length-1
935 ucol_mergeSortkeys(const uint8_t *src1, int32_t src1Length,
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Ducol.h825 * @param src1Length length of the first sortkey
831 * src1Length+src2Length-1
835 ucol_mergeSortkeys(const uint8_t *src1, int32_t src1Length,
/external/webkit/Source/WebCore/icu/unicode/
H A Ducol.h825 * @param src1Length length of the first sortkey
831 * src1Length+src2Length-1
835 ucol_mergeSortkeys(const uint8_t *src1, int32_t src1Length,
/external/icu4c/i18n/
H A Ducol.cpp4142 * @param src1Length the length of the first sort key, including the zero byte at the end;
4150 * @return the length of the merged sort key, src1Length+src2Length-1;
4157 ucol_mergeSortkeys(const uint8_t *src1, int32_t src1Length, argument
4164 if( src1==NULL || src1Length<-2 || src1Length==0 || (src1Length>0 && src1[src1Length-1]!=0) ||
4176 if(src1Length<0) {
4177 src1Length=(int32_t)uprv_strlen((const char *)src1)+1;
4183 destLength=src1Length
[all...]

Completed in 93 milliseconds