/external/icu/icu4c/source/i18n/ |
D | currunit.cpp | 24 u_strcpy(isoCode, _isoCode); in CurrencyUnit() 36 u_strcpy(isoCode, other.isoCode); in CurrencyUnit() 44 u_strcpy(isoCode, other.isoCode); in operator =()
|
D | ucurr.cpp | 579 u_strcpy(buff, result); in ucurr_forLocale() 629 u_strcpy(buff, s); in ucurr_forLocale() 2508 u_strcpy(buff, s); in ucurr_forLocaleAndDate()
|
D | unum.cpp | 458 u_strcpy(currency, currAmt->getISOCurrency()); in unum_parseDoubleCurrency()
|
D | numfmt.cpp | 513 u_strcpy(save, amt->getISOCurrency()); in ArgExtractor()
|
D | tznames_impl.cpp | 474 u_strcpy(destString, s); in get()
|
D | decimfmt.cpp | 2165 u_strcpy(currency, curr); in compareComplexAffix()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ccurrtst.c | 124 u_strcpy(source, currency[i]); in currTest() 125 u_strcpy(target, currency[j]); in currTest()
|
D | utransts.c | 102 u_strcpy(newText + start + textLength, x->text + limit); in Xreplace() 114 u_strcpy(newText + dest + limit - start, x->text + dest); in Xcopy() 693 u_strcpy(buf, from); in _expect() 713 u_strcpy(buf, from); in _expect()
|
D | creststn.c | 1712 u_strcpy(expected_string,base); in testTag() 1716 u_strcpy(expected_string,kERROR); in testTag() 1750 u_strcpy(expected_string, base); in testTag() 1789 u_strcpy(expected_string, base); in testTag() 1793 u_strcpy(expected_string, kERROR); in testTag() 1840 u_strcpy(expected_string, base); in testTag() 1889 u_strcpy(expected_string, base); in testTag() 1895 u_strcpy(expected_string,kERROR); in testTag() 1975 u_strcpy(expected_string, base); in testTag()
|
D | utf16tst.c | 674 u_strcpy(str, s); in TestAppendChar() 690 u_strcpy(str, s); in TestAppendChar()
|
D | ccaltst.c | 288 u_strcpy(tzID, fgGMTID); in TestCalendar() 505 u_strcpy(tzID, fgGMTID); in TestGetSetDateAPI() 636 u_strcpy(tzID, fgGMTID); in TestGetSetDateAPI() 761 u_strcpy(tzID, fgGMTID); in TestFieldGetSet() 1212 u_strcpy(tzID, fgGMTID); in TestDOWProgression() 1286 u_strcpy(tzID, fgGMTID); in testZones()
|
D | crestst.c | 382 u_strcpy(expected_string,base); in testTag() 388 u_strcpy(expected_string,kERROR); in testTag()
|
D | cbiapts.c | 117 u_strcpy(dest->str, stackBuf); in toUChar() 870 u_strcpy(movedStr, testStr); in TestBreakIteratorRefresh()
|
D | custrtst.c | 177 u_strcpy(temp,dataTable[i][j]); in TestStringFunctions() 191 u_strcpy(temp,dataTable[i][j]); in TestStringFunctions()
|
D | usrchtst.c | 67 u_strcpy(rules, ucol_getRules(DE_, &rulelength)); in open() 74 u_strcpy(rules, ucol_getRules(ES_, &rulelength)); in open()
|
D | reapits.c | 2209 u_strcpy(movedStr, testStr); in TestRefreshInput()
|
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 666 u_strcpy(UChar *dst,
|
D | urename.h | 377 #define u_strcpy U_ICU_ENTRY_POINT_RENAME(u_strcpy) macro
|
/external/icu/icu4c/source/samples/ustring/ |
D | ustring.cpp | 167 u_strcpy(buffer, text); in demo_C_Unicode_strings()
|
/external/icu/icu4c/source/common/ |
D | ustring.cpp | 964 u_strcpy(UChar *dst, in u_strcpy() function
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbiapts.cpp | 1161 u_strcpy(movedStr, testStr); in TestRefreshInputText()
|
D | numfmtst.cpp | 3024 u_strcpy(curr, DEFAULT_CURR); in expectCurrency()
|