Searched refs:u_strncpy (Results 1 – 16 of 16) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | ulocdata.cpp | 190 u_strncpy(result,delimiter, resultLength); in ulocdata_getDelimiter() 318 u_strncpy(result, pattern, resultCapacity); in ulocdata_getLocaleDisplayPattern() 378 u_strncpy(result, separator, len); in ulocdata_getLocaleSeparator() 384 u_strncpy(result, separator, resultCapacity); in ulocdata_getLocaleSeparator()
|
D | numfmt.cpp | 281 u_strncpy(fCurrency, rhs.fCurrency, 3); in operator =() 1184 u_strncpy(fCurrency, theCurrency, 3); in setCurrency() 1198 u_strncpy(result, c, 3); in getEffectiveCurrency()
|
D | rbnf.cpp | 578 u_strncpy(pe.preContext, start, (int32_t)(p-start)); in parseError() 580 u_strncpy(pe.postContext, p, (int32_t)(limit-p)); in parseError()
|
D | decimfmt.cpp | 2990 u_strncpy(result, c, 3); in getEffectiveCurrency()
|
D | tzfmt.cpp | 236 u_strncpy(result->fText, text.getBuffer(), len); in createText()
|
/external/icu/icu4c/source/test/cintltst/ |
D | utransts.c | 105 u_strncpy(newText, x->text, start); in Xreplace() 106 u_strncpy(newText + start, text, textLength); in Xreplace() 117 u_strncpy(newText, x->text, dest); in Xcopy() 118 u_strncpy(newText + dest, x->text + start, limit - start); in Xcopy() 128 u_strncpy(dst, x->text, len); in Xextract()
|
D | ccapitst.c | 871 u_strncpy(uchar1,ucs_file_buffer,i); in TestConvert() 876 u_strncpy(uchar3,ucs_file_buffer,i); in TestConvert() 1018 u_strncpy(uchar3, my_ucs_file_buffer,i); in TestConvert()
|
D | custrtst.c | 226 u_strncpy(temp, dataTable[i][j],k); in TestStringFunctions()
|
D | cmsccoll.c | 613 u_strncpy(t[noCases]->NFC, comp, len); in TestComposeDecompose()
|
/external/icu/icu4c/source/common/ |
D | ubiditransform.cpp | 244 u_strncpy(pTransform->src, newSrc, newLength); in updateSrc() 516 u_strncpy(dest, src, srcLength); in ubiditransform_transform()
|
D | ustring.cpp | 979 u_strncpy(UChar *dst, in u_strncpy() function
|
/external/icu/icu4c/source/io/ |
D | sprintf.cpp | 46 u_strncpy(output->str + (output->len - output->available), str, size); in u_sprintf_write()
|
D | ustdio.cpp | 179 u_strncpy(f->fTranslit->buffer + f->fTranslit->length, in u_file_translit() 345 u_strncpy(f->str.fPos, mySource, written); in u_file_write_flush()
|
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 673 u_strncpy(UChar *dst,
|
D | urename.h | 381 #define u_strncpy U_ICU_ENTRY_POINT_RENAME(u_strncpy) macro
|
/external/icu/icu4c/source/tools/ctestfw/ |
D | uperf.cpp | 257 u_strncpy(buffer,ucbuf_getBuffer(ucharBuf,&bufferLen,&status),len); in getBuffer()
|