Searched refs:tgtLen (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/tools/genrb/
H A Drle.h63 rleStringToByteArray(uint16_t* src, int32_t srcLen, uint8_t* target, int32_t tgtLen, UErrorCode* status);
68 rleStringToUCharArray(uint16_t* src, int32_t srcLen, uint16_t* target, int32_t tgtLen, UErrorCode* status);
H A Drle.c239 rleStringToUCharArray(uint16_t* src, int32_t srcLen, uint16_t* target, int32_t tgtLen, UErrorCode* status) { argument
259 if(tgtLen < length){
295 rleStringToByteArray(uint16_t* src, int32_t srcLen, uint8_t* target, int32_t tgtLen, UErrorCode* status) { argument
320 if(tgtLen < length){
325 for (; ai<tgtLen; ) {
377 if(ai<tgtLen){
/external/icu4c/test/cintltst/
H A Dcapitst.c183 static void doStrcoll(const UCollator* coll, const UChar* src, int32_t srcLen, const UChar* tgt, int32_t tgtLen, argument
190 if (ucol_strcoll(coll, src, srcLen, tgt, tgtLen) != expected) {
202 u_strToUTF8(tgtU8, UTF8_BUF_SIZE, &len, tgt, tgtLen, &err);
207 if (tgtLen >= 0) {

Completed in 75 milliseconds