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 26 u_strcpy(isoCode, _isoCode);
38 u_strcpy(isoCode, other.isoCode);
46 u_strcpy(isoCode, other.isoCode);
numfmt.cpp 516 u_strcpy(save, amt->getISOCurrency());
    [all...]
unum.cpp 460 u_strcpy(currency, currAmt->getISOCurrency());
decimfmt.cpp     [all...]
tznames_impl.cpp 516 u_strcpy(destString, s);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccurrtst.c 124 u_strcpy(source, currency[i]);
125 u_strcpy(target, currency[j]);
utransts.c 105 u_strcpy(newText + start + textLength, x->text + limit);
117 u_strcpy(newText + dest + limit - start, x->text + dest);
696 u_strcpy(buf, from);
716 u_strcpy(buf, from);
creststn.c     [all...]
cbiapts.c 119 u_strcpy(dest->str, stackBuf);
    [all...]
crestst.c 385 u_strcpy(expected_string,base);
391 u_strcpy(expected_string,kERROR);
    [all...]
utf16tst.c 676 u_strcpy(str, s);
692 u_strcpy(str, s);
ccaltst.c 296 u_strcpy(tzID, fgGMTID);
513 u_strcpy(tzID, fgGMTID);
644 u_strcpy(tzID, fgGMTID);
    [all...]
custrtst.c 101 /*Tests for u_strcat(),u_strcmp(), u_strlen(), u_strcpy(),u_strncat(),u_strncmp(),u_strncpy, u_uastrcpy(),u_austrcpy(), u_uastrncpy(); */
171 log_verbose("Testing u_strcpy() and u_strcmp()\n");
179 u_strcpy(temp,dataTable[i][j]);
182 log_err("something threw an error in u_strcpy() or u_strcmp()\n");
193 u_strcpy(temp,dataTable[i][j]);
    [all...]
usrchtst.c 69 u_strcpy(rules, ucol_getRules(DE_, &rulelength));
76 u_strcpy(rules, ucol_getRules(ES_, &rulelength));
    [all...]
reapits.c     [all...]
  /external/icu/icu4c/source/common/unicode/
ustring.h 668 u_strcpy(UChar *dst,
    [all...]
urename.h 379 #define u_strcpy U_ICU_ENTRY_POINT_RENAME(u_strcpy) macro
    [all...]
  /external/icu/icu4c/source/samples/ustring/
ustring.cpp 173 u_strcpy(buffer, text);
  /external/icu/icu4c/source/common/
ucurr.cpp 575 u_strcpy(buff, result);
625 u_strcpy(buff, s);
    [all...]
ustring.cpp 966 u_strcpy(UChar *dst, function
    [all...]
  /external/icu/icu4c/source/test/intltest/
rbbiapts.cpp     [all...]
numfmtst.cpp     [all...]

Completed in 439 milliseconds