Home
last modified time | relevance | path

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

12

/external/icu/icu4c/source/i18n/
Dcurrunit.cpp83 u_strcpy(isoCode, other.isoCode); in CurrencyUnit()
100 u_strcpy(isoCode, kDefaultCurrency); in CurrencyUnit()
111 u_strcpy(isoCode, other.isoCode); in operator =()
Dunum.cpp492 u_strcpy(currency, currAmt->getISOCurrency()); in unum_parseDoubleCurrency()
Dnumfmt.cpp513 u_strcpy(save, amt->getISOCurrency()); in ArgExtractor()
/external/icu/icu4c/source/test/cintltst/
Dccurrtst.c124 u_strcpy(source, currency[i]); in currTest()
125 u_strcpy(target, currency[j]); in currTest()
Dutransts.c107 u_strcpy(newText + start + textLength, x->text + limit); in Xreplace()
119 u_strcpy(newText + dest + limit - start, x->text + dest); in Xcopy()
759 u_strcpy(buf, from); in _expect()
779 u_strcpy(buf, from); in _expect()
Dcreststn.c1771 u_strcpy(expected_string,base); in testTag()
1775 u_strcpy(expected_string,kERROR); in testTag()
1809 u_strcpy(expected_string, base); in testTag()
1848 u_strcpy(expected_string, base); in testTag()
1852 u_strcpy(expected_string, kERROR); in testTag()
1899 u_strcpy(expected_string, base); in testTag()
1948 u_strcpy(expected_string, base); in testTag()
1954 u_strcpy(expected_string,kERROR); in testTag()
2034 u_strcpy(expected_string, base); in testTag()
Dutf16tst.c767 u_strcpy(str, s); in TestAppendChar()
783 u_strcpy(str, s); in TestAppendChar()
Dcrestst.c412 u_strcpy(expected_string,base); in testTag()
418 u_strcpy(expected_string,kERROR); in testTag()
Dccaltst.c311 u_strcpy(tzID, fgGMTID); in TestCalendar()
533 u_strcpy(tzID, fgGMTID); in TestGetSetDateAPI()
668 u_strcpy(tzID, fgGMTID); in TestGetSetDateAPI()
793 u_strcpy(tzID, fgGMTID); in TestFieldGetSet()
1244 u_strcpy(tzID, fgGMTID); in TestDOWProgression()
1321 u_strcpy(tzID, fgGMTID); in testZones()
Dcbiapts.c129 u_strcpy(dest->str, stackBuf); in toUChar()
1007 u_strcpy(movedStr, testStr); in TestBreakIteratorRefresh()
Dcustrtst.c183 u_strcpy(temp,dataTable[i][j]); in TestStringFunctions()
197 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()
/external/icu/libicu/
Dlibicu.map.txt108 u_strcpy;
/external/icu/tools/icu4c_srcgen/
Dlibicu_export.txt109 u_strcpy
/external/icu/libicu/ndk_headers/unicode/
Dustring.h688 u_strcpy(UChar *dst,
/external/icu/icu4c/source/common/unicode/
Dustring.h658 u_strcpy(UChar *dst,
Durename.h382 #define u_strcpy U_ICU_ENTRY_POINT_RENAME(u_strcpy) macro
/external/icu/libandroidicu/include/unicode/
Dustring.h658 u_strcpy(UChar *dst,
Durename.h382 #define u_strcpy U_ICU_ENTRY_POINT_RENAME(u_strcpy) macro
/external/icu/libicu/cts_headers/unicode/
Dustring.h658 u_strcpy(UChar *dst,
/external/icu/icu4c/source/samples/ustring/
Dustring.cpp182 u_strcpy(buffer, text); in demo_C_Unicode_strings()
/external/icu/libicu/src/
Dshim.cpp110 #undef u_strcpy
560 UChar * u_strcpy(UChar * dst, const UChar * src) { in u_strcpy() function
561 return U_ICU_ENTRY_POINT_RENAME(u_strcpy)(dst, src); in u_strcpy()
/external/icu/icu4c/source/common/
Ducurr.cpp546 u_strcpy(buff, result); in ucurr_forLocale()
589 u_strcpy(buff, s); in ucurr_forLocale()
2502 u_strcpy(buff, s); in ucurr_forLocaleAndDate()
Dustring.cpp967 u_strcpy(UChar *dst, in u_strcpy() function
/external/cldr/tools/c/genldml/
Dgenldml.cpp3115 u_strcpy(src->chars+src->charsLen,top); in parseRules()
3130 u_strcpy(src->chars+src->charsLen,top); in parseRules()
3151 u_strcpy(src->chars+src->charsLen,top); in parseRules()
3166 u_strcpy(src->chars+src->charsLen,top); in parseRules()

12