HomeSort by relevance Sort by last modified time
    Searched refs:u_austrncpy (Results 1 - 20 of 20) sorted by null

  /external/icu/icu4c/source/test/iotest/
iotest.cpp 248 u_austrncpy(cBuffer, format, sizeof(cBuffer));
283 u_austrncpy(cBuffer, argument, sizeof(cBuffer));
297 u_austrncpy(cBuffer, uBuffer, sizeof(cBuffer));
298 u_austrncpy(cFormat, format, sizeof(cFormat));
299 u_austrncpy(cExpected, expectedResult, sizeof(cExpected));
313 u_austrncpy(cBuffer, uBuffer, sizeof(cBuffer));
326 u_austrncpy(cBuffer, uBuffer, sizeof(cBuffer));
327 u_austrncpy(cFormat, format, sizeof(cFormat));
328 u_austrncpy(cExpected, expectedResult, sizeof(cExpected));
335 u_austrncpy(cBuffer, uBuffer, sizeof(cBuffer))
    [all...]
strtst.c 167 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(myString, uStringBuf, sizeof(myString)/sizeof(myString[0]))
    [all...]
stream.cpp 106 u_austrncpy(inStrC, inStr.getBuffer(), inStr.length());
111 u_austrncpy(inStrC, inStr.getBuffer(), inStr.length());
filetst.c 218 u_austrncpy(myString, myUString, sizeof(myUString)/sizeof(*myUString));
223 u_austrncpy(myString, myUString, sizeof(myUString)/sizeof(*myUString));
241 u_austrncpy(myString, myUString, sizeof(myUString)/sizeof(*myUString));
249 u_austrncpy(myString, myUString, sizeof(myUString)/sizeof(*myUString));
257 u_austrncpy(myString, myUString, sizeof(myUString)/sizeof(*myUString));
265 u_austrncpy(myString, myUString, sizeof(myUString)/sizeof(*myUString));
277 u_austrncpy(myString, myUString, sizeof(myUString)/sizeof(*myUString));
285 u_austrncpy(myString, myUString, sizeof(myUString)/sizeof(*myUString));
290 u_austrncpy(myString, u_fgets(myUString, sizeof(myUString)/sizeof(*myUString), myFile),
299 u_austrncpy(myString, u_fgets(myUString, sizeof(myUString)/sizeof(*myUString), myFile)
    [all...]
  /external/icu/icu4c/source/samples/break/
ubreak.c 24 u_austrncpy(charBuf, str+start, sizeof(charBuf)-1);
  /external/icu/icu4c/source/test/cintltst/
udatpg_test.c 427 testDataPtr->locale, u_austrncpy(skelBytes,testDataPtr->skel,kTestOptionsPatLenMax), testDataPtr->options,
428 u_austrncpy(expectedPatternBytes,testDataPtr->expectedPattern,kTestOptionsPatLenMax),
429 u_austrncpy(patternBytes,pattern,kTestOptionsPatLenMax), status );
cdattst.c     [all...]
cnumtst.c 856 u_austrncpy(desta, dest, DESTCAPACITY);
    [all...]
reapits.c 77 u_austrncpy(buf_inside_macro, (actual), len+1);
81 u_austrncpy(buf_inside_macro, (actual), len);
    [all...]
cmsgtst.c     [all...]
custrtst.c     [all...]
ccaltst.c     [all...]
cloctst.c 625 u_austrncpy(resultChars + resultLen, &uc, 1);
    [all...]
  /external/icu/icu4c/source/common/
ustr_cnv.cpp 201 u_austrncpy(char *s1, function
  /external/icu/icu4c/source/common/unicode/
ustring.h 741 U_STABLE char* U_EXPORT2 u_austrncpy(char *dst,
    [all...]
urename.h 205 #define u_austrncpy U_ICU_ENTRY_POINT_RENAME(u_austrncpy) macro
    [all...]
  /external/icu/icu4c/source/i18n/
astro.cpp 52 u_austrncpy(gStrBuf,str.getTerminatedBuffer(),sizeof(gStrBuf)-1);
    [all...]
ucurr.cpp     [all...]
timezone.cpp 62 #define U_DEBUG_TZ_STR(x) u_austrncpy(gStrBuf,x,sizeof(gStrBuf)-1)
    [all...]
  /external/icu/icu4c/source/tools/genrb/
parse.cpp     [all...]

Completed in 375 milliseconds