Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/i18n/
Ducol.cpp117 ucol_mergeSortkeys(const uint8_t *src1, int32_t src1Length, in ucol_mergeSortkeys() argument
121 if( src1==NULL || src1Length<-1 || src1Length==0 || (src1Length>0 && src1[src1Length-1]!=0) || in ucol_mergeSortkeys()
133 if(src1Length<0) { in ucol_mergeSortkeys()
134 src1Length=(int32_t)uprv_strlen((const char *)src1)+1; in ucol_mergeSortkeys()
140 int32_t destLength=src1Length+src2Length; in ucol_mergeSortkeys()
/third_party/node/deps/icu-small/source/i18n/
Ducol.cpp123 ucol_mergeSortkeys(const uint8_t *src1, int32_t src1Length, in ucol_mergeSortkeys() argument
127 … if( src1==nullptr || src1Length<-1 || src1Length==0 || (src1Length>0 && src1[src1Length-1]!=0) || in ucol_mergeSortkeys()
139 if(src1Length<0) { in ucol_mergeSortkeys()
140 src1Length=(int32_t)uprv_strlen((const char *)src1)+1; in ucol_mergeSortkeys()
146 int32_t destLength=src1Length+src2Length; in ucol_mergeSortkeys()
/third_party/icu/icu4c/source/i18n/
Ducol.cpp123 ucol_mergeSortkeys(const uint8_t *src1, int32_t src1Length, in ucol_mergeSortkeys() argument
127 if( src1==NULL || src1Length<-1 || src1Length==0 || (src1Length>0 && src1[src1Length-1]!=0) || in ucol_mergeSortkeys()
139 if(src1Length<0) { in ucol_mergeSortkeys()
140 src1Length=(int32_t)uprv_strlen((const char *)src1)+1; in ucol_mergeSortkeys()
146 int32_t destLength=src1Length+src2Length; in ucol_mergeSortkeys()
/third_party/icu/icu4c/source/i18n/unicode/
Ducol.h1192 ucol_mergeSortkeys(const uint8_t *src1, int32_t src1Length,
/third_party/node/deps/icu-small/source/i18n/unicode/
Ducol.h1202 ucol_mergeSortkeys(const uint8_t *src1, int32_t src1Length,
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Ducol.h1193 ucol_mergeSortkeys(const uint8_t *src1, int32_t src1Length,
/third_party/icu/ohos_icu4c/src/
Dicu_addon.cpp1249 int32_t ucol_mergeSortkeys(const uint8_t * src1, int32_t src1Length, const uint8_t * src2, int32_t … in ucol_mergeSortkeys() argument
1250 …return U_ICU_ENTRY_POINT_RENAME(ucol_mergeSortkeys)(src1, src1Length, src2, src2Length, dest, dest… in ucol_mergeSortkeys()