Searched refs:u_austrncpy (Results 1 - 25 of 27) sorted by relevance

12

/external/icu4c/test/iotest/
H A Diotest.cpp247 u_austrncpy(cBuffer, format, sizeof(cBuffer));
282 u_austrncpy(cBuffer, argument, sizeof(cBuffer));
296 u_austrncpy(cBuffer, uBuffer, sizeof(cBuffer));
297 u_austrncpy(cFormat, format, sizeof(cFormat));
298 u_austrncpy(cExpected, expectedResult, sizeof(cExpected));
312 u_austrncpy(cBuffer, uBuffer, sizeof(cBuffer));
325 u_austrncpy(cBuffer, uBuffer, sizeof(cBuffer));
326 u_austrncpy(cFormat, format, sizeof(cFormat));
327 u_austrncpy(cExpected, expectedResult, sizeof(cExpected));
334 u_austrncpy(cBuffe
[all...]
H A Dstrtst.c167 u_austrncpy(myString, myUString, sizeof(myString)/sizeof(*myString));
174 u_austrncpy(myString, myUString, sizeof(myString)/sizeof(*myString));
205 u_austrncpy(myString, uStringBuf, sizeof(uStringBuf)/sizeof(*uStringBuf));
214 u_austrncpy(myString, uStringBuf, sizeof(uStringBuf)/sizeof(*uStringBuf));
316 u_austrncpy(cTestResult, testStr, sizeof(cTestResult)/sizeof(cTestResult[0]));\
364 u_austrncpy(compBuffer, uBuffer, sizeof(uBuffer)/sizeof(uBuffer[0]));\
496 u_austrncpy(compBuffer, uBuffer, sizeof(uBuffer)/sizeof(uBuffer[0]));
521 u_austrncpy(myString, uStringBuf, sizeof(myString)/sizeof(myString[0]));
528 u_austrncpy(myString, uStringBuf, sizeof(myString)/sizeof(myString[0]));
535 u_austrncpy(myStrin
[all...]
H A Dstream.cpp113 u_austrncpy(inStrC, inStr.getBuffer(), inStr.length());
118 u_austrncpy(inStrC, inStr.getBuffer(), inStr.length());
H A Dfiletst.c216 u_austrncpy(myString, myUString, sizeof(myUString)/sizeof(*myUString));
221 u_austrncpy(myString, myUString, sizeof(myUString)/sizeof(*myUString));
239 u_austrncpy(myString, myUString, sizeof(myUString)/sizeof(*myUString));
247 u_austrncpy(myString, myUString, sizeof(myUString)/sizeof(*myUString));
255 u_austrncpy(myString, myUString, sizeof(myUString)/sizeof(*myUString));
263 u_austrncpy(myString, myUString, sizeof(myUString)/sizeof(*myUString));
275 u_austrncpy(myString, myUString, sizeof(myUString)/sizeof(*myUString));
283 u_austrncpy(myString, myUString, sizeof(myUString)/sizeof(*myUString));
288 u_austrncpy(myString, u_fgets(myUString, sizeof(myUString)/sizeof(*myUString), myFile),
297 u_austrncpy(myStrin
[all...]
/external/icu4c/samples/break/
H A Dubreak.c24 u_austrncpy(charBuf, str+start, sizeof(charBuf)-1);
/external/icu4c/test/cintltst/
H A Dudatpg_test.c405 testDataPtr->locale, u_austrncpy(skelBytes,testDataPtr->skel,kTestOptionsPatLenMax), testDataPtr->options,
406 u_austrncpy(expectedPatternBytes,testDataPtr->expectedPattern,kTestOptionsPatLenMax),
407 u_austrncpy(patternBytes,pattern,kTestOptionsPatLenMax), status );
H A Dcnumtst.c854 u_austrncpy(desta, dest, DESTCAPACITY);
872 u_austrncpy(desta, dest, DESTCAPACITY);
H A Dreapits.c76 u_austrncpy(buf_inside_macro, (actual), len+1);
80 u_austrncpy(buf_inside_macro, (actual), len);
H A Dcdattst.c1033 u_austrncpy(cbuf, buf, buflen);
H A Dcmsgtst.c993 u_austrncpy(cresult, result, sizeof(cresult));
H A Dccaltst.c1607 u_austrncpy(fmtDateBytes, fmtDate, kFormattedDateMax);
H A Dcustrtst.c1012 u_austrncpy(charOut, temp, 3);
1014 log_err("There is an error in u_austrncpy() Expected %s Got %s\n", austrdup(uchars), austrdup(temp));
1017 log_err("u_austrncpy wrote past it's bounds. Expected undisturbed byte at 3\n");
/external/icu4c/common/
H A Dustr_cnv.c201 u_austrncpy(char *s1, function
H A Dwintz.c275 u_austrncpy(icuid, icuTZ, len);
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dustring.h730 U_STABLE char* U_EXPORT2 u_austrncpy(char *dst,
H A Durename.h122 #define u_austrncpy u_austrncpy_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dustring.h730 U_STABLE char* U_EXPORT2 u_austrncpy(char *dst,
H A Durename.h122 #define u_austrncpy u_austrncpy_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dustring.h730 U_STABLE char* U_EXPORT2 u_austrncpy(char *dst,
H A Durename.h122 #define u_austrncpy u_austrncpy_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dustring.h730 U_STABLE char* U_EXPORT2 u_austrncpy(char *dst,
/external/icu4c/common/unicode/
H A Dustring.h736 U_STABLE char* U_EXPORT2 u_austrncpy(char *dst,
/external/icu4c/i18n/
H A Dastro.cpp52 u_austrncpy(gStrBuf,str.getTerminatedBuffer(),sizeof(gStrBuf)-1);
H A Dtimezone.cpp60 #define U_DEBUG_TZ_STR(x) u_austrncpy(gStrBuf,x,sizeof(gStrBuf)-1)
/external/icu4c/tools/genrb/
H A Dparse.c1882 u_austrncpy(tokenBuffer, tokenValue->fChars, sizeof(tokenBuffer));

Completed in 635 milliseconds

12