HomeSort by relevance Sort by last modified time
    Searched refs:u_strcpy (Results 1 - 22 of 22) sorted by null

  /external/icu/icu4c/source/i18n/
currunit.cpp 24 u_strcpy(isoCode, _isoCode);
36 u_strcpy(isoCode, other.isoCode);
44 u_strcpy(isoCode, other.isoCode);
ucurr.cpp 579 u_strcpy(buff, result);
629 u_strcpy(buff, s);
    [all...]
numfmt.cpp 513 u_strcpy(save, amt->getISOCurrency());
    [all...]
unum.cpp 458 u_strcpy(currency, currAmt->getISOCurrency());
tznames_impl.cpp 474 u_strcpy(destString, s);
    [all...]
decimfmt.cpp     [all...]
  /external/icu/icu4c/source/test/cintltst/
ccurrtst.c 124 u_strcpy(source, currency[i]);
125 u_strcpy(target, currency[j]);
utransts.c 102 u_strcpy(newText + start + textLength, x->text + limit);
114 u_strcpy(newText + dest + limit - start, x->text + dest);
693 u_strcpy(buf, from);
713 u_strcpy(buf, from);
creststn.c     [all...]
cbiapts.c 117 u_strcpy(dest->str, stackBuf);
    [all...]
crestst.c 382 u_strcpy(expected_string,base);
388 u_strcpy(expected_string,kERROR);
    [all...]
utf16tst.c 674 u_strcpy(str, s);
690 u_strcpy(str, s);
ccaltst.c 288 u_strcpy(tzID, fgGMTID);
505 u_strcpy(tzID, fgGMTID);
636 u_strcpy(tzID, fgGMTID);
    [all...]
custrtst.c 99 /*Tests for u_strcat(),u_strcmp(), u_strlen(), u_strcpy(),u_strncat(),u_strncmp(),u_strncpy, u_uastrcpy(),u_austrcpy(), u_uastrncpy(); */
169 log_verbose("Testing u_strcpy() and u_strcmp()\n");
177 u_strcpy(temp,dataTable[i][j]);
180 log_err("something threw an error in u_strcpy() or u_strcmp()\n");
191 u_strcpy(temp,dataTable[i][j]);
    [all...]
usrchtst.c 67 u_strcpy(rules, ucol_getRules(DE_, &rulelength));
74 u_strcpy(rules, ucol_getRules(ES_, &rulelength));
    [all...]
reapits.c     [all...]
  /external/icu/icu4c/source/common/unicode/
ustring.h 666 u_strcpy(UChar *dst,
    [all...]
urename.h 377 #define u_strcpy U_ICU_ENTRY_POINT_RENAME(u_strcpy) macro
    [all...]
  /external/icu/icu4c/source/samples/ustring/
ustring.cpp 167 u_strcpy(buffer, text);
  /external/icu/icu4c/source/common/
ustring.cpp 964 u_strcpy(UChar *dst, function
    [all...]
  /external/icu/icu4c/source/test/intltest/
rbbiapts.cpp     [all...]
numfmtst.cpp     [all...]

Completed in 261 milliseconds