Home
last modified time | relevance | path

Searched refs:u_strcpy (Results 1 – 22 of 22) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcurrunit.cpp26 u_strcpy(isoCode, _isoCode); in CurrencyUnit()
38 u_strcpy(isoCode, other.isoCode); in CurrencyUnit()
46 u_strcpy(isoCode, other.isoCode); in operator =()
Dunum.cpp460 u_strcpy(currency, currAmt->getISOCurrency()); in unum_parseDoubleCurrency()
Dnumfmt.cpp516 u_strcpy(save, amt->getISOCurrency()); in ArgExtractor()
Dtznames_impl.cpp516 u_strcpy(destString, s); in get()
Ddecimfmt.cpp2179 u_strcpy(currency, curr); in compareComplexAffix()
/external/icu/icu4c/source/test/cintltst/
Dccurrtst.c124 u_strcpy(source, currency[i]); in currTest()
125 u_strcpy(target, currency[j]); in currTest()
Dutransts.c105 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()
Dcreststn.c1715 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()
Dutf16tst.c676 u_strcpy(str, s); in TestAppendChar()
692 u_strcpy(str, s); in TestAppendChar()
Dccaltst.c296 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()
Dcrestst.c385 u_strcpy(expected_string,base); in testTag()
391 u_strcpy(expected_string,kERROR); in testTag()
Dcbiapts.c119 u_strcpy(dest->str, stackBuf); in toUChar()
872 u_strcpy(movedStr, testStr); in TestBreakIteratorRefresh()
Dcustrtst.c179 u_strcpy(temp,dataTable[i][j]); in TestStringFunctions()
193 u_strcpy(temp,dataTable[i][j]); in TestStringFunctions()
Dusrchtst.c69 u_strcpy(rules, ucol_getRules(DE_, &rulelength)); in open()
76 u_strcpy(rules, ucol_getRules(ES_, &rulelength)); in open()
Dreapits.c2211 u_strcpy(movedStr, testStr); in TestRefreshInput()
/external/icu/icu4c/source/common/unicode/
Dustring.h668 u_strcpy(UChar *dst,
Durename.h379 #define u_strcpy U_ICU_ENTRY_POINT_RENAME(u_strcpy) macro
/external/icu/icu4c/source/samples/ustring/
Dustring.cpp173 u_strcpy(buffer, text); in demo_C_Unicode_strings()
/external/icu/icu4c/source/common/
Ducurr.cpp575 u_strcpy(buff, result); in ucurr_forLocale()
625 u_strcpy(buff, s); in ucurr_forLocale()
2443 u_strcpy(buff, s); in ucurr_forLocaleAndDate()
Dustring.cpp966 u_strcpy(UChar *dst, in u_strcpy() function
/external/icu/icu4c/source/test/intltest/
Drbbiapts.cpp1136 u_strcpy(movedStr, testStr); in TestRefreshInputText()
Dnumfmtst.cpp3026 u_strcpy(curr, DEFAULT_CURR); in expectCurrency()