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

12

/external/chromium_org/third_party/icu/source/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 Dnumfmt.cpp259 u_strncpy(fCurrency, rhs.fCurrency, 4);
1128 u_strncpy(fCurrency, theCurrency, 3);
1142 u_strncpy(result, c, 3);
H A Drbnf.cpp548 u_strncpy(pe.preContext, start, (int32_t)(p-start));
550 u_strncpy(pe.postContext, p, (int32_t)(limit-p));
/external/icu/icu4c/source/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 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));
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutransts.c97 u_strncpy(newText, x->text, start);
98 u_strncpy(newText + start, text, textLength);
109 u_strncpy(newText, x->text, dest);
110 u_strncpy(newText + dest, x->text + start, limit - start);
120 u_strncpy(dst, x->text, len);
H A Dcmsccoll.c590 u_strncpy(second,src.source+chOffset, chLen);
599 u_strncpy(first+prefixLen, first, firstLen);
600 u_strncpy(first, src.source+prefixOffset, prefixLen);
979 u_strncpy(second,src.source+chOffset, chLen);
1719 u_strncpy(t[noCases]->NFC, comp, len);
3104 u_strncpy(first, src.source+oldChOffset, oldChLen);
3105 u_strncpy(first+oldChLen, src.source+chOffset, chLen);
3106 u_strncpy(first+oldChLen+chLen, src.source+oldChOffset, oldChLen);
3110 u_strncpy(second, src.source+chOffset, chLen);
3113 u_strncpy(secon
[all...]
H A Dccapitst.c866 u_strncpy(uchar1,ucs_file_buffer,i);
871 u_strncpy(uchar3,ucs_file_buffer,i);
1013 u_strncpy(uchar3, my_ucs_file_buffer,i);
H A Dcustrtst.c104 /*Tests for u_strcat(),u_strcmp(), u_strlen(), u_strcpy(),u_strncat(),u_strncmp(),u_strncpy, u_uastrcpy(),u_austrcpy(), u_uastrncpy(); */
225 log_verbose("Testing u_strncpy() and u_uastrcpy()\n");
229 u_strncpy(temp, dataTable[i][j],k);
233 log_err("something threw an error in u_strncpy()\n");
236 log_err("something threw an error in u_strncpy()\n");
/external/icu/icu4c/source/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");
/external/chromium_org/third_party/icu/source/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);
/external/icu/icu4c/source/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);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dustring.h681 u_strncpy(UChar *dst,
/external/chromium_org/third_party/icu/source/tools/ctestfw/
H A Duperf.cpp255 u_strncpy(buffer,ucbuf_getBuffer(ucharBuf,&bufferLen,&status),len);
/external/icu/icu4c/source/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
/external/icu/icu4c/source/tools/ctestfw/
H A Duperf.cpp255 u_strncpy(buffer,ucbuf_getBuffer(ucharBuf,&bufferLen,&status),len);
/external/chromium_org/third_party/icu/source/tools/dumpce/
H A Ddumpce.cpp1092 u_strncpy(scriptelem[count].ch, src.source + chOffset, chLen);
1189 u_strncpy(se.ch, src.source + chOffset, chLen);
/external/chromium_org/third_party/icu/source/common/
H A Dustring.cpp976 u_strncpy(UChar *dst, function
/external/icu/icu4c/source/common/
H A Dustring.cpp976 u_strncpy(UChar *dst, function

Completed in 1934 milliseconds

12