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

1 2

  /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 575 u_strcpy(buff, result);
625 u_strcpy(buff, s);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
currunit.cpp 26 u_strcpy(isoCode, _isoCode);
40 u_strcpy(isoCode, other.isoCode);
ucurr.cpp 575 u_strcpy(buff, result);
625 u_strcpy(buff, s);
    [all...]
  /external/chromium_org/third_party/icu/source/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 438 u_strcpy(source+1,p);
440 u_strcpy(target+1,q);
458 u_strcpy(source+1,p);
460 u_strcpy(target+1,q);
468 u_strcpy(source,p);
473 u_strcpy(target,q);
495 u_strcpy(source+1,p);
497 u_strcpy(target+1,q);
504 u_strcpy(source,p);
508 u_strcpy(target,q)
    [all...]
creststn.c     [all...]
cbiapts.c 112 u_strcpy(dest->str, stackBuf);
    [all...]
crestst.c 386 u_strcpy(expected_string,base);
392 u_strcpy(expected_string,kERROR);
    [all...]
utf16tst.c 676 u_strcpy(str, s);
692 u_strcpy(str, s);
ccaltst.c 287 u_strcpy(tzID, fgGMTID);
504 u_strcpy(tzID, fgGMTID);
635 u_strcpy(tzID, fgGMTID);
    [all...]
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...]
  /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 112 u_strcpy(dest->str, stackBuf);
    [all...]
crestst.c 384 u_strcpy(expected_string,base);
390 u_strcpy(expected_string,kERROR);
    [all...]
utf16tst.c 676 u_strcpy(str, s);
692 u_strcpy(str, s);
ccaltst.c 288 u_strcpy(tzID, fgGMTID);
505 u_strcpy(tzID, fgGMTID);
636 u_strcpy(tzID, fgGMTID);
    [all...]
custrtst.c 100 /*Tests for u_strcat(),u_strcmp(), u_strlen(), u_strcpy(),u_strncat(),u_strncmp(),u_strncpy, u_uastrcpy(),u_austrcpy(), u_uastrncpy(); */
170 log_verbose("Testing u_strcpy() and u_strcmp()\n");
178 u_strcpy(temp,dataTable[i][j]);
181 log_err("something threw an error in u_strcpy() or u_strcmp()\n");
192 u_strcpy(temp,dataTable[i][j]);
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
ustring.h 666 u_strcpy(UChar *dst,
    [all...]
  /external/chromium_org/third_party/icu/source/samples/ustring/
ustring.cpp 169 u_strcpy(buffer, text);
  /external/icu/icu4c/source/common/unicode/
ustring.h 666 u_strcpy(UChar *dst,
    [all...]
  /external/icu/icu4c/source/samples/ustring/
ustring.cpp 169 u_strcpy(buffer, text);

Completed in 355 milliseconds

1 2