/external/chromium_org/third_party/icu/source/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...] |
unum.cpp | 464 u_strcpy(currency, c->getISOCurrency());
|
/external/icu4c/i18n/ |
currunit.cpp | 26 u_strcpy(isoCode, _isoCode); 40 u_strcpy(isoCode, other.isoCode);
|
unum.cpp | 443 u_strcpy(currency, currAmt->getISOCurrency());
|
ucurr.cpp | 420 u_strcpy(buff, result); 470 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 | 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);
|
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/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);
|
creststn.c | [all...] |
crestst.c | 386 u_strcpy(expected_string,base); 392 u_strcpy(expected_string,kERROR); [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...] |
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...] |
cbiapts.c | 112 u_strcpy(dest->str, stackBuf); [all...] |
utf16tst.c | 676 u_strcpy(str, s); 692 u_strcpy(str, s);
|
ccaltst.c | 282 u_strcpy(tzID, fgGMTID); 499 u_strcpy(tzID, fgGMTID); 629 u_strcpy(tzID, fgGMTID); 753 u_strcpy(tzID, fgGMTID); [all...] |
/external/icu4c/common/unicode/ |
urename.h | 372 #define u_strcpy U_ICU_ENTRY_POINT_RENAME(u_strcpy) macro [all...] |
/external/chromium_org/third_party/icu/source/common/ |
locdispnames.cpp | 672 u_strcpy(result,dest);
|