Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcurrunit.cpp24 u_strcpy(isoCode, _isoCode); in CurrencyUnit()
36 u_strcpy(isoCode, other.isoCode); in CurrencyUnit()
44 u_strcpy(isoCode, other.isoCode); in operator =()
Ducurr.cpp579 u_strcpy(buff, result); in ucurr_forLocale()
629 u_strcpy(buff, s); in ucurr_forLocale()
2508 u_strcpy(buff, s); in ucurr_forLocaleAndDate()
Dunum.cpp458 u_strcpy(currency, currAmt->getISOCurrency()); in unum_parseDoubleCurrency()
Dnumfmt.cpp513 u_strcpy(save, amt->getISOCurrency()); in ArgExtractor()
Dtznames_impl.cpp474 u_strcpy(destString, s); in get()
Ddecimfmt.cpp2165 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.c102 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()
Dcreststn.c1712 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()
Dutf16tst.c674 u_strcpy(str, s); in TestAppendChar()
690 u_strcpy(str, s); in TestAppendChar()
Dccaltst.c288 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()
Dcrestst.c382 u_strcpy(expected_string,base); in testTag()
388 u_strcpy(expected_string,kERROR); in testTag()
Dcbiapts.c117 u_strcpy(dest->str, stackBuf); in toUChar()
870 u_strcpy(movedStr, testStr); in TestBreakIteratorRefresh()
Dcustrtst.c177 u_strcpy(temp,dataTable[i][j]); in TestStringFunctions()
191 u_strcpy(temp,dataTable[i][j]); in TestStringFunctions()
Dusrchtst.c67 u_strcpy(rules, ucol_getRules(DE_, &rulelength)); in open()
74 u_strcpy(rules, ucol_getRules(ES_, &rulelength)); in open()
Dreapits.c2209 u_strcpy(movedStr, testStr); in TestRefreshInput()
/external/icu/icu4c/source/common/unicode/
Dustring.h666 u_strcpy(UChar *dst,
Durename.h377 #define u_strcpy U_ICU_ENTRY_POINT_RENAME(u_strcpy) macro
/external/icu/icu4c/source/samples/ustring/
Dustring.cpp167 u_strcpy(buffer, text); in demo_C_Unicode_strings()
/external/icu/icu4c/source/common/
Dustring.cpp964 u_strcpy(UChar *dst, in u_strcpy() function
/external/icu/icu4c/source/test/intltest/
Drbbiapts.cpp1161 u_strcpy(movedStr, testStr); in TestRefreshInputText()
Dnumfmtst.cpp3024 u_strcpy(curr, DEFAULT_CURR); in expectCurrency()