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

/external/icu4c/i18n/
H A Dulocdata.c185 u_strncpy(result,delimiter, resultLength);
293 u_strncpy(result, pattern, resultCapacity);
341 u_strncpy(result, separator, resultCapacity);
H A Dnumfmt.cpp253 u_strncpy(fCurrency, rhs.fCurrency, 4);
1056 u_strncpy(fCurrency, theCurrency, 3);
1070 u_strncpy(result, c, 3);
H A Drbnf.cpp550 u_strncpy(pe.preContext, start, (int32_t)(p-start));
552 u_strncpy(pe.postContext, p, (int32_t)(limit-p));
H A Ddecimfmt.cpp4697 u_strncpy(result, c, 3);
/external/icu4c/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.c588 u_strncpy(second,src.source+chOffset, chLen);
597 u_strncpy(first+prefixLen, first, firstLen);
598 u_strncpy(first, src.source+prefixOffset, prefixLen);
970 u_strncpy(second,src.source+chOffset, chLen);
1689 u_strncpy(t[noCases]->NFC, comp, len);
3067 u_strncpy(first, src.source+oldChOffset, oldChLen);
3068 u_strncpy(first+oldChLen, src.source+chOffset, chLen);
3069 u_strncpy(first+oldChLen+chLen, src.source+oldChOffset, oldChLen);
3073 u_strncpy(second, src.source+chOffset, chLen);
3076 u_strncpy(secon
[all...]
H A Dccapitst.c910 u_strncpy(uchar1,ucs_file_buffer,i);
915 u_strncpy(uchar3,ucs_file_buffer,i);
1057 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/icu4c/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/webkit/Source/JavaScriptCore/icu/unicode/
H A Dustring.h670 u_strncpy(UChar *dst,
H A Durename.h280 #define u_strncpy u_strncpy_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dustring.h670 u_strncpy(UChar *dst,
H A Durename.h280 #define u_strncpy u_strncpy_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dustring.h670 u_strncpy(UChar *dst,
H A Durename.h280 #define u_strncpy u_strncpy_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dustring.h670 u_strncpy(UChar *dst,
H A Durename.h280 #define u_strncpy u_strncpy_3_2 macro
/external/icu4c/common/unicode/
H A Dustring.h676 u_strncpy(UChar *dst,
H A Durename.h392 #define u_strncpy U_ICU_ENTRY_POINT_RENAME(u_strncpy) macro
/external/icu4c/tools/ctestfw/
H A Duperf.cpp251 u_strncpy(buffer,ucbuf_getBuffer(ucharBuf,&bufferLen,&status),len);
/external/icu4c/tools/dumpce/
H A Ddumpce.cpp1093 u_strncpy(scriptelem[count].ch, src.source + chOffset, chLen);
1190 u_strncpy(se.ch, src.source + chOffset, chLen);
/external/icu4c/common/
H A Dustring.c975 u_strncpy(UChar *dst, function

Completed in 582 milliseconds