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

  /external/icu/icu4c/source/i18n/
ulocdata.c 190 u_strncpy(result,delimiter, resultLength);
318 u_strncpy(result, pattern, resultCapacity);
378 u_strncpy(result, separator, len);
384 u_strncpy(result, separator, resultCapacity);
numfmt.cpp 281 u_strncpy(fCurrency, rhs.fCurrency, 3);
    [all...]
rbnf.cpp 556 u_strncpy(pe.preContext, start, (int32_t)(p-start));
558 u_strncpy(pe.postContext, p, (int32_t)(limit-p));
    [all...]
decimfmt.cpp     [all...]
tzfmt.cpp 232 u_strncpy(result->fText, text.getBuffer(), len);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
utransts.c 103 u_strncpy(newText, x->text, start);
104 u_strncpy(newText + start, text, textLength);
115 u_strncpy(newText, x->text, dest);
116 u_strncpy(newText + dest, x->text + start, limit - start);
126 u_strncpy(dst, x->text, len);
ccapitst.c     [all...]
custrtst.c 101 /*Tests for u_strcat(),u_strcmp(), u_strlen(), u_strcpy(),u_strncat(),u_strncmp(),u_strncpy, u_uastrcpy(),u_austrcpy(), u_uastrncpy(); */
222 log_verbose("Testing u_strncpy() and u_uastrcpy()\n");
226 u_strncpy(temp, dataTable[i][j],k);
230 log_err("something threw an error in u_strncpy()\n");
233 log_err("something threw an error in u_strncpy()\n");
    [all...]
cmsccoll.c 613 u_strncpy(t[noCases]->NFC, comp, len);
    [all...]
  /external/icu/icu4c/source/common/
ubiditransform.c 242 u_strncpy(pTransform->src, newSrc, newLength);
514 u_strncpy(dest, src, srcLength);
ustring.cpp 978 u_strncpy(UChar *dst, function
    [all...]
  /external/icu/icu4c/source/io/
sprintf.c 46 u_strncpy(output->str + (output->len - output->available), str, size);
ustdio.c 179 u_strncpy(f->fTranslit->buffer + f->fTranslit->length,
345 u_strncpy(f->str.fPos, mySource, written);
  /external/icu/icu4c/source/common/unicode/
ustring.h 683 u_strncpy(UChar *dst,
    [all...]
urename.h 386 #define u_strncpy U_ICU_ENTRY_POINT_RENAME(u_strncpy) macro
    [all...]
  /external/icu/icu4c/source/tools/ctestfw/
uperf.cpp 257 u_strncpy(buffer,ucbuf_getBuffer(ucharBuf,&bufferLen,&status),len);
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 498 u_strncpy(callbackContext->replacementChars, replacement.get(), replacement.size());

Completed in 145 milliseconds