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

1 2

  /external/icu4c/i18n/
currunit.cpp 26 u_strcpy(isoCode, _isoCode);
40 u_strcpy(isoCode, other.isoCode);
ucurr.cpp 380 u_strcpy(buff, result);
430 u_strcpy(buff, s);
    [all...]
numfmt.cpp 394 u_strcpy(save, nf.getCurrency());
    [all...]
unum.cpp 464 u_strcpy(currency, c->getISOCurrency());
timezone.cpp 734 u_strcpy(uCountry, WORLD);
    [all...]
  /external/icu4c/test/cintltst/
ccurrtst.c 124 u_strcpy(source, currency[i]);
125 u_strcpy(target, currency[j]);
utransts.c 99 u_strcpy(newText + start + textLength, x->text + limit);
111 u_strcpy(newText + dest + limit - start, x->text + dest);
625 u_strcpy(buf, from);
645 u_strcpy(buf, from);
cmsccoll.c 437 u_strcpy(source+1,p);
439 u_strcpy(target+1,q);
457 u_strcpy(source+1,p);
459 u_strcpy(target+1,q);
467 u_strcpy(source,p);
472 u_strcpy(target,q);
494 u_strcpy(source+1,p);
496 u_strcpy(target+1,q);
503 u_strcpy(source,p);
507 u_strcpy(target,q)
    [all...]
ccaltst.c 251 u_strcpy(tzID, fgGMTID);
464 u_strcpy(tzID, fgGMTID);
528 u_strcpy(tzID, fgGMTID);
651 u_strcpy(tzID, fgGMTID);
    [all...]
creststn.c     [all...]
crestst.c 386 u_strcpy(expected_string,base);
392 u_strcpy(expected_string,kERROR);
    [all...]
utf16tst.c 608 u_strcpy(str, s);
624 u_strcpy(str, s);
cbiapts.c 108 u_strcpy(dest->str, stackBuf);
custrtst.c 104 /*Tests for u_strcat(),u_strcmp(), u_strlen(), u_strcpy(),u_strncat(),u_strncmp(),u_strncpy, u_uastrcpy(),u_austrcpy(), u_uastrncpy(); */
174 log_verbose("Testing u_strcpy() and u_strcmp()\n");
182 u_strcpy(temp,dataTable[i][j]);
185 log_err("something threw an error in u_strcpy() or u_strcmp()\n");
196 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...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ustring.h 655 u_strcpy(UChar *dst,
    [all...]
urename.h 273 #define u_strcpy u_strcpy_3_2 macro
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ustring.h 655 u_strcpy(UChar *dst,
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ustring.h 655 u_strcpy(UChar *dst,
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
ustring.h 655 u_strcpy(UChar *dst,
    [all...]
  /external/icu4c/common/unicode/
ustring.h 661 u_strcpy(UChar *dst,
    [all...]
  /external/icu4c/samples/ustring/
ustring.cpp 169 u_strcpy(buffer, text);
  /external/icu4c/common/
locdispnames.cpp 672 u_strcpy(result,dest);
ustring.c 963 u_strcpy(UChar *dst, function
    [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 989 pattern = u_strcpy(pattern, left);
    [all...]

Completed in 662 milliseconds

1 2