Searched refs:u_strncpy (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dulocdata.c187 u_strncpy(result,delimiter, resultLength);
320 u_strncpy(result, pattern, resultCapacity);
380 u_strncpy(result, separator, len);
386 u_strncpy(result, separator, resultCapacity);
H A Duatimeunitformat.cpp170 u_strncpy(result, resPtr, resultCapacity);
214 u_strncpy(result, resPtr, resultCapacity);
H A Dnumfmt.cpp280 u_strncpy(fCurrency, rhs.fCurrency, 4);
1172 u_strncpy(fCurrency, theCurrency, 3);
1186 u_strncpy(result, c, 3);
H A Drbnf.cpp553 u_strncpy(pe.preContext, start, (int32_t)(p-start));
555 u_strncpy(pe.postContext, p, (int32_t)(limit-p));
H A Dtzfmt.cpp230 u_strncpy(result->fText, text.getBuffer(), len);
H A Ddecimfmt.cpp5213 u_strncpy(result, c, 3);
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dutransts.c100 u_strncpy(newText, x->text, start);
101 u_strncpy(newText + start, text, textLength);
112 u_strncpy(newText, x->text, dest);
113 u_strncpy(newText + dest, x->text + start, limit - start);
123 u_strncpy(dst, x->text, len);
H A Dccapitst.c870 u_strncpy(uchar1,ucs_file_buffer,i);
875 u_strncpy(uchar3,ucs_file_buffer,i);
1017 u_strncpy(uchar3, my_ucs_file_buffer,i);
H A Dcustrtst.c100 /*Tests for u_strcat(),u_strcmp(), u_strlen(), u_strcpy(),u_strncat(),u_strncmp(),u_strncpy, u_uastrcpy(),u_austrcpy(), u_uastrncpy(); */
221 log_verbose("Testing u_strncpy() and u_uastrcpy()\n");
225 u_strncpy(temp, dataTable[i][j],k);
229 log_err("something threw an error in u_strncpy()\n");
232 log_err("something threw an error in u_strncpy()\n");
H A Dcmsccoll.c614 u_strncpy(t[noCases]->NFC, comp, len);
/macosx-10.10.1/ICU-531.30/icuSources/io/
H A Dsprintf.c44 u_strncpy(output->str + (output->len - output->available), str, size);
H A Dustdio.c174 u_strncpy(f->fTranslit->buffer + f->fTranslit->length,
340 u_strncpy(f->str.fPos, mySource, written);
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dustring.h681 u_strncpy(UChar *dst,
H A Durename.h380 #define u_strncpy U_ICU_ENTRY_POINT_RENAME(u_strncpy) macro
/macosx-10.10.1/ICU-531.30/icuSources/tools/ctestfw/
H A Duperf.cpp255 u_strncpy(buffer,ucbuf_getBuffer(ucharBuf,&bufferLen,&status),len);
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Dustring.h676 u_strncpy(UChar *dst,
H A Durename.h390 #define u_strncpy U_ICU_ENTRY_POINT_RENAME(u_strncpy) macro
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Dustring.h676 u_strncpy(UChar *dst,
H A Durename.h390 #define u_strncpy U_ICU_ENTRY_POINT_RENAME(u_strncpy) macro
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Dustring.h676 u_strncpy(UChar *dst,
H A Durename.h390 #define u_strncpy U_ICU_ENTRY_POINT_RENAME(u_strncpy) macro
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dustring.cpp976 u_strncpy(UChar *dst, function

Completed in 386 milliseconds