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

  /external/icu/icu4c/source/test/iotest/
iotest.cpp 251 u_austrncpy(cBuffer, format, sizeof(cBuffer));
286 u_austrncpy(cBuffer, argument, sizeof(cBuffer));
300 u_austrncpy(cBuffer, uBuffer, sizeof(cBuffer));
301 u_austrncpy(cFormat, format, sizeof(cFormat));
302 u_austrncpy(cExpected, expectedResult, sizeof(cExpected));
316 u_austrncpy(cBuffer, uBuffer, sizeof(cBuffer));
329 u_austrncpy(cBuffer, uBuffer, sizeof(cBuffer));
330 u_austrncpy(cFormat, format, sizeof(cFormat));
331 u_austrncpy(cExpected, expectedResult, sizeof(cExpected));
338 u_austrncpy(cBuffer, uBuffer, sizeof(cBuffer))
    [all...]
strtst.c 170 u_austrncpy(myString, myUString, UPRV_LENGTHOF(myString));
177 u_austrncpy(myString, myUString, UPRV_LENGTHOF(myString));
208 u_austrncpy(myString, uStringBuf, UPRV_LENGTHOF(uStringBuf));
217 u_austrncpy(myString, uStringBuf, UPRV_LENGTHOF(uStringBuf));
319 u_austrncpy(cTestResult, testStr, UPRV_LENGTHOF(cTestResult));\
367 u_austrncpy(compBuffer, uBuffer, UPRV_LENGTHOF(uBuffer));\
499 u_austrncpy(compBuffer, uBuffer, UPRV_LENGTHOF(uBuffer));
524 u_austrncpy(myString, uStringBuf, UPRV_LENGTHOF(myString));
531 u_austrncpy(myString, uStringBuf, UPRV_LENGTHOF(myString));
538 u_austrncpy(myString, uStringBuf, UPRV_LENGTHOF(myString))
    [all...]
stream.cpp 109 u_austrncpy(inStrC, inStr.getBuffer(), inStr.length());
114 u_austrncpy(inStrC, inStr.getBuffer(), inStr.length());
filetst.c 221 u_austrncpy(myString, myUString, UPRV_LENGTHOF(myUString));
226 u_austrncpy(myString, myUString, UPRV_LENGTHOF(myUString));
244 u_austrncpy(myString, myUString, UPRV_LENGTHOF(myUString));
252 u_austrncpy(myString, myUString, UPRV_LENGTHOF(myUString));
260 u_austrncpy(myString, myUString, UPRV_LENGTHOF(myUString));
268 u_austrncpy(myString, myUString, UPRV_LENGTHOF(myUString));
280 u_austrncpy(myString, myUString, UPRV_LENGTHOF(myUString));
288 u_austrncpy(myString, myUString, UPRV_LENGTHOF(myUString));
293 u_austrncpy(myString, u_fgets(myUString, UPRV_LENGTHOF(myUString), myFile),
302 u_austrncpy(myString, u_fgets(myUString, UPRV_LENGTHOF(myUString), myFile)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
crelativedateformattest.c 189 u_austrncpy(bbufget, ubufget, kUBufMax);
211 u_austrncpy(bbufget, ubufget, kUBufMax);
267 u_austrncpy(bbufget, ubufget, kUBufMax);
udatpg_test.c 430 testDataPtr->locale, u_austrncpy(skelBytes,testDataPtr->skel,kTestOptionsPatLenMax), testDataPtr->options,
431 u_austrncpy(expectedPatternBytes,testDataPtr->expectedPattern,kTestOptionsPatLenMax),
432 u_austrncpy(patternBytes,pattern,kTestOptionsPatLenMax), status );
cdattst.c     [all...]
cnumtst.c 858 u_austrncpy(desta, dest, DESTCAPACITY);
    [all...]
reapits.c 79 u_austrncpy(buf_inside_macro, (actual), len+1);
83 u_austrncpy(buf_inside_macro, (actual), len);
    [all...]
cmsgtst.c     [all...]
custrtst.c     [all...]
ccaltst.c     [all...]
cloctst.c 630 u_austrncpy(resultChars + resultLen, &uc, 1);
    [all...]
  /external/icu/icu4c/source/samples/break/
ubreak.c 30 u_austrncpy(charBuf, str+start, sizeof(charBuf)-1);
  /external/icu/icu4c/source/common/
ustr_cnv.cpp 203 u_austrncpy(char *s1, function
ucurr.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
ustring.h 743 U_STABLE char* U_EXPORT2 u_austrncpy(char *dst,
    [all...]
urename.h 207 #define u_austrncpy U_ICU_ENTRY_POINT_RENAME(u_austrncpy) macro
    [all...]
  /external/icu/icu4c/source/i18n/
astro.cpp 54 u_austrncpy(gStrBuf,str.getTerminatedBuffer(),sizeof(gStrBuf)-1);
    [all...]
timezone.cpp 64 #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 2308 milliseconds