/external/icu/icu4c/source/i18n/ |
D | currunit.cpp | 26 u_strcpy(isoCode, _isoCode); in CurrencyUnit() 38 u_strcpy(isoCode, other.isoCode); in CurrencyUnit() 46 u_strcpy(isoCode, other.isoCode); in operator =()
|
D | unum.cpp | 460 u_strcpy(currency, currAmt->getISOCurrency()); in unum_parseDoubleCurrency()
|
D | numfmt.cpp | 516 u_strcpy(save, amt->getISOCurrency()); in ArgExtractor()
|
D | tznames_impl.cpp | 516 u_strcpy(destString, s); in get()
|
D | decimfmt.cpp | 2179 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 | 105 u_strcpy(newText + start + textLength, x->text + limit); in Xreplace() 117 u_strcpy(newText + dest + limit - start, x->text + dest); in Xcopy() 696 u_strcpy(buf, from); in _expect() 716 u_strcpy(buf, from); in _expect()
|
D | creststn.c | 1715 u_strcpy(expected_string,base); in testTag() 1719 u_strcpy(expected_string,kERROR); in testTag() 1753 u_strcpy(expected_string, base); in testTag() 1792 u_strcpy(expected_string, base); in testTag() 1796 u_strcpy(expected_string, kERROR); in testTag() 1843 u_strcpy(expected_string, base); in testTag() 1892 u_strcpy(expected_string, base); in testTag() 1898 u_strcpy(expected_string,kERROR); in testTag() 1978 u_strcpy(expected_string, base); in testTag()
|
D | utf16tst.c | 676 u_strcpy(str, s); in TestAppendChar() 692 u_strcpy(str, s); in TestAppendChar()
|
D | ccaltst.c | 296 u_strcpy(tzID, fgGMTID); in TestCalendar() 513 u_strcpy(tzID, fgGMTID); in TestGetSetDateAPI() 644 u_strcpy(tzID, fgGMTID); in TestGetSetDateAPI() 769 u_strcpy(tzID, fgGMTID); in TestFieldGetSet() 1220 u_strcpy(tzID, fgGMTID); in TestDOWProgression() 1294 u_strcpy(tzID, fgGMTID); in testZones()
|
D | crestst.c | 385 u_strcpy(expected_string,base); in testTag() 391 u_strcpy(expected_string,kERROR); in testTag()
|
D | cbiapts.c | 119 u_strcpy(dest->str, stackBuf); in toUChar() 872 u_strcpy(movedStr, testStr); in TestBreakIteratorRefresh()
|
D | custrtst.c | 179 u_strcpy(temp,dataTable[i][j]); in TestStringFunctions() 193 u_strcpy(temp,dataTable[i][j]); in TestStringFunctions()
|
D | usrchtst.c | 69 u_strcpy(rules, ucol_getRules(DE_, &rulelength)); in open() 76 u_strcpy(rules, ucol_getRules(ES_, &rulelength)); in open()
|
D | reapits.c | 2211 u_strcpy(movedStr, testStr); in TestRefreshInput()
|
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 668 u_strcpy(UChar *dst,
|
D | urename.h | 379 #define u_strcpy U_ICU_ENTRY_POINT_RENAME(u_strcpy) macro
|
/external/icu/icu4c/source/samples/ustring/ |
D | ustring.cpp | 173 u_strcpy(buffer, text); in demo_C_Unicode_strings()
|
/external/icu/icu4c/source/common/ |
D | ucurr.cpp | 575 u_strcpy(buff, result); in ucurr_forLocale() 625 u_strcpy(buff, s); in ucurr_forLocale() 2443 u_strcpy(buff, s); in ucurr_forLocaleAndDate()
|
D | ustring.cpp | 966 u_strcpy(UChar *dst, in u_strcpy() function
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbiapts.cpp | 1136 u_strcpy(movedStr, testStr); in TestRefreshInputText()
|
D | numfmtst.cpp | 3026 u_strcpy(curr, DEFAULT_CURR); in expectCurrency()
|