Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dutransts.c97 u_strncpy(newText, x->text, start); in Xreplace()
98 u_strncpy(newText + start, text, textLength); in Xreplace()
109 u_strncpy(newText, x->text, dest); in Xcopy()
110 u_strncpy(newText + dest, x->text + start, limit - start); in Xcopy()
120 u_strncpy(dst, x->text, len); in Xextract()
Dcmsccoll.c578 u_strncpy(second,rulesCopy+chOffset, chLen); in testCollator()
587 u_strncpy(first+prefixLen, first, firstLen); in testCollator()
588 u_strncpy(first, rulesCopy+prefixOffset, prefixLen); in testCollator()
957 u_strncpy(second,rulesCopy+chOffset, chLen); in testAgainstUCA()
1614 u_strncpy(t[noCases]->NFC, comp, len); in TestComposeDecompose()
2988 u_strncpy(first, rulesCopy+oldChOffset, oldChLen); in TestVariableTopSetting()
2989 u_strncpy(first+oldChLen, rulesCopy+chOffset, chLen); in TestVariableTopSetting()
2990 u_strncpy(first+oldChLen+chLen, rulesCopy+oldChOffset, oldChLen); in TestVariableTopSetting()
2994 u_strncpy(second, rulesCopy+chOffset, chLen); in TestVariableTopSetting()
2997 u_strncpy(second, rulesCopy+oldExOffset, oldExLen); in TestVariableTopSetting()
[all …]
Dccapitst.c897 u_strncpy(uchar1,ucs_file_buffer,i); in TestConvert()
902 u_strncpy(uchar3,ucs_file_buffer,i); in TestConvert()
1044 u_strncpy(uchar3, my_ucs_file_buffer,i); in TestConvert()
Dcustrtst.c229 u_strncpy(temp, dataTable[i][j],k); in TestStringFunctions()
/external/icu4c/i18n/
Dnumfmt.cpp168 u_strncpy(fCurrency, rhs.fCurrency, 4); in operator =()
783 u_strncpy(fCurrency, theCurrency, 3); in setCurrency()
797 u_strncpy(result, c, 3); in getEffectiveCurrency()
Dulocdata.c172 u_strncpy(result,delimiter,resultLength); in ulocdata_getDelimiter()
Drbnf.cpp543 u_strncpy(pe.preContext, start, (int32_t)(p-start)); in parseError()
545 u_strncpy(pe.postContext, p, (int32_t)(limit-p)); in parseError()
Ddecimfmt.cpp3915 u_strncpy(result, c, 3); in getEffectiveCurrency()
/external/icu4c/io/
Dsprintf.c44 u_strncpy(output->str + (output->len - output->available), str, size); in u_sprintf_write()
Dustdio.c170 u_strncpy(f->fTranslit->buffer + f->fTranslit->length, in u_file_translit()
324 u_strncpy(f->str.fPos, mySource, written); in u_file_write_flush()
/external/webkit/WebCore/icu/unicode/
Dustring.h670 u_strncpy(UChar *dst,
Durename.h280 #define u_strncpy u_strncpy_3_2 macro
/external/webkit/JavaScriptCore/icu/unicode/
Dustring.h670 u_strncpy(UChar *dst,
Durename.h280 #define u_strncpy u_strncpy_3_2 macro
/external/webkit/WebKit/mac/icu/unicode/
Dustring.h670 u_strncpy(UChar *dst,
Durename.h280 #define u_strncpy u_strncpy_3_2 macro
/external/webkit/JavaScriptGlue/icu/unicode/
Dustring.h670 u_strncpy(UChar *dst,
Durename.h280 #define u_strncpy u_strncpy_3_2 macro
/external/icu4c/common/unicode/
Dustring.h675 u_strncpy(UChar *dst,
Durename.h331 #define u_strncpy u_strncpy_3_8 macro
/external/icu4c/tools/ctestfw/
Duperf.cpp246 u_strncpy(buffer,ucbuf_getBuffer(ucharBuf,&bufferLen,&status),len); in getBuffer()
/external/icu4c/tools/dumpce/
Ddumpce.cpp1093 u_strncpy(scriptelem[count].ch, src.source + chOffset, chLen); in getScriptElements()
1190 u_strncpy(se.ch, src.source + chOffset, chLen); in markTailored()
/external/icu4c/common/
Dustring.c975 u_strncpy(UChar *dst, in u_strncpy() function