HomeSort by relevance Sort by last modified time
    Searched full:u_strncpy (Results 1 - 25 of 25) sorted by null

  /external/icu4c/i18n/
ulocdata.c 185 u_strncpy(result,delimiter, resultLength);
293 u_strncpy(result, pattern, resultCapacity);
341 u_strncpy(result, separator, resultCapacity);
numfmt.cpp 253 u_strncpy(fCurrency, rhs.fCurrency, 4);
1056 u_strncpy(fCurrency, theCurrency, 3);
1070 u_strncpy(result, c, 3);
    [all...]
rbnf.cpp 550 u_strncpy(pe.preContext, start, (int32_t)(p-start));
552 u_strncpy(pe.postContext, p, (int32_t)(limit-p));
    [all...]
decimfmt.cpp     [all...]
  /external/icu4c/test/cintltst/
utransts.c 97 u_strncpy(newText, x->text, start);
98 u_strncpy(newText + start, text, textLength);
109 u_strncpy(newText, x->text, dest);
110 u_strncpy(newText + dest, x->text + start, limit - start);
120 u_strncpy(dst, x->text, len);
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(); */
225 log_verbose("Testing u_strncpy() and u_uastrcpy()\n");
229 u_strncpy(temp, dataTable[i][j],k);
233 log_err("something threw an error in u_strncpy()\n");
236 log_err("something threw an error in u_strncpy()\n");
    [all...]
cmsccoll.c 588 u_strncpy(second,src.source+chOffset, chLen);
597 u_strncpy(first+prefixLen, first, firstLen);
598 u_strncpy(first, src.source+prefixOffset, prefixLen);
970 u_strncpy(second,src.source+chOffset, chLen);
    [all...]
ccapitst.c     [all...]
  /external/icu4c/io/
sprintf.c 44 u_strncpy(output->str + (output->len - output->available), str, size);
ustdio.c 174 u_strncpy(f->fTranslit->buffer + f->fTranslit->length,
340 u_strncpy(f->str.fPos, mySource, written);
  /external/icu4c/tools/ctestfw/
uperf.cpp 251 u_strncpy(buffer,ucbuf_getBuffer(ucharBuf,&bufferLen,&status),len);
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 496 u_strncpy(callbackContext->replacementChars, replacement.get(), replacement.size());
  /external/icu4c/tools/dumpce/
dumpce.cpp     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ubrk.h 82 * u_strncpy(result, temp, end-start);
urename.h 280 #define u_strncpy u_strncpy_3_2 macro
    [all...]
ustring.h 670 u_strncpy(UChar *dst,
    [all...]
  /external/icu4c/common/unicode/
urename.h 392 #define u_strncpy U_ICU_ENTRY_POINT_RENAME(u_strncpy) macro
    [all...]
ustring.h 676 u_strncpy(UChar *dst,
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 280 #define u_strncpy u_strncpy_3_2 macro
    [all...]
ustring.h 670 u_strncpy(UChar *dst,
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 280 #define u_strncpy u_strncpy_3_2 macro
    [all...]
ustring.h 670 u_strncpy(UChar *dst,
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 280 #define u_strncpy u_strncpy_3_2 macro
    [all...]
ustring.h 670 u_strncpy(UChar *dst,
    [all...]
  /external/icu4c/common/
ustring.c 975 u_strncpy(UChar *dst, function
    [all...]

Completed in 1784 milliseconds