Searched refs:u_strncpy (Results 1 – 15 of 15) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | ulocdata.c | 187 u_strncpy(result,delimiter, resultLength); in ulocdata_getDelimiter() 320 u_strncpy(result, pattern, resultCapacity); in ulocdata_getLocaleDisplayPattern() 380 u_strncpy(result, separator, len); in ulocdata_getLocaleSeparator() 386 u_strncpy(result, separator, resultCapacity); in ulocdata_getLocaleSeparator()
|
D | numfmt.cpp | 279 u_strncpy(fCurrency, rhs.fCurrency, 4); in operator =() 1181 u_strncpy(fCurrency, theCurrency, 3); in setCurrency() 1195 u_strncpy(result, c, 3); in getEffectiveCurrency()
|
D | rbnf.cpp | 554 u_strncpy(pe.preContext, start, (int32_t)(p-start)); in parseError() 556 u_strncpy(pe.postContext, p, (int32_t)(limit-p)); in parseError()
|
D | decimfmt.cpp | 2961 u_strncpy(result, c, 3); in getEffectiveCurrency()
|
D | tzfmt.cpp | 230 u_strncpy(result->fText, text.getBuffer(), len); in createText()
|
/external/icu/icu4c/source/test/cintltst/ |
D | utransts.c | 100 u_strncpy(newText, x->text, start); in Xreplace() 101 u_strncpy(newText + start, text, textLength); in Xreplace() 112 u_strncpy(newText, x->text, dest); in Xcopy() 113 u_strncpy(newText + dest, x->text + start, limit - start); in Xcopy() 123 u_strncpy(dst, x->text, len); in Xextract()
|
D | ccapitst.c | 868 u_strncpy(uchar1,ucs_file_buffer,i); in TestConvert() 873 u_strncpy(uchar3,ucs_file_buffer,i); in TestConvert() 1015 u_strncpy(uchar3, my_ucs_file_buffer,i); in TestConvert()
|
D | custrtst.c | 224 u_strncpy(temp, dataTable[i][j],k); in TestStringFunctions()
|
D | cmsccoll.c | 614 u_strncpy(t[noCases]->NFC, comp, len); in TestComposeDecompose()
|
/external/icu/icu4c/source/io/ |
D | sprintf.c | 44 u_strncpy(output->str + (output->len - output->available), str, size); in u_sprintf_write()
|
D | ustdio.c | 177 u_strncpy(f->fTranslit->buffer + f->fTranslit->length, in u_file_translit() 343 u_strncpy(f->str.fPos, mySource, written); in u_file_write_flush()
|
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 681 u_strncpy(UChar *dst,
|
D | urename.h | 384 #define u_strncpy U_ICU_ENTRY_POINT_RENAME(u_strncpy) macro
|
/external/icu/icu4c/source/tools/ctestfw/ |
D | uperf.cpp | 255 u_strncpy(buffer,ucbuf_getBuffer(ucharBuf,&bufferLen,&status),len); in getBuffer()
|
/external/icu/icu4c/source/common/ |
D | ustring.cpp | 976 u_strncpy(UChar *dst, in u_strncpy() function
|