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

1 2

  /external/chromium_org/third_party/icu/source/i18n/
ulocdata.c 187 u_strncpy(result,delimiter, resultLength);
320 u_strncpy(result, pattern, resultCapacity);
380 u_strncpy(result, separator, len);
386 u_strncpy(result, separator, resultCapacity);
numfmt.cpp 259 u_strncpy(fCurrency, rhs.fCurrency, 4);
    [all...]
rbnf.cpp 548 u_strncpy(pe.preContext, start, (int32_t)(p-start));
550 u_strncpy(pe.postContext, p, (int32_t)(limit-p));
    [all...]
  /external/icu/icu4c/source/i18n/
ulocdata.c 187 u_strncpy(result,delimiter, resultLength);
320 u_strncpy(result, pattern, resultCapacity);
380 u_strncpy(result, separator, len);
386 u_strncpy(result, separator, resultCapacity);
numfmt.cpp 280 u_strncpy(fCurrency, rhs.fCurrency, 4);
    [all...]
rbnf.cpp 553 u_strncpy(pe.preContext, start, (int32_t)(p-start));
555 u_strncpy(pe.postContext, p, (int32_t)(limit-p));
    [all...]
  /external/chromium_org/third_party/icu/source/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);
cmsccoll.c 590 u_strncpy(second,src.source+chOffset, chLen);
599 u_strncpy(first+prefixLen, first, firstLen);
600 u_strncpy(first, src.source+prefixOffset, prefixLen);
979 u_strncpy(second,src.source+chOffset, chLen);
    [all...]
ccapitst.c     [all...]
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...]
  /external/icu/icu4c/source/test/cintltst/
utransts.c 100 u_strncpy(newText, x->text, start);
101 u_strncpy(newText + start, text, textLength);
112 u_strncpy(newText, x->text, dest);
113 u_strncpy(newText + dest, x->text + start, limit - start);
123 u_strncpy(dst, x->text, len);
ccapitst.c     [all...]
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/icu/source/common/unicode/
ustring.h 681 u_strncpy(UChar *dst,
    [all...]
  /external/chromium_org/third_party/icu/source/tools/ctestfw/
uperf.cpp 255 u_strncpy(buffer,ucbuf_getBuffer(ucharBuf,&bufferLen,&status),len);
  /external/icu/icu4c/source/common/unicode/
ustring.h 681 u_strncpy(UChar *dst,
    [all...]
urename.h 380 #define u_strncpy U_ICU_ENTRY_POINT_RENAME(u_strncpy) macro
    [all...]
  /external/icu/icu4c/source/tools/ctestfw/
uperf.cpp 255 u_strncpy(buffer,ucbuf_getBuffer(ucharBuf,&bufferLen,&status),len);
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 497 u_strncpy(callbackContext->replacementChars, replacement.get(), replacement.size());
  /external/chromium_org/third_party/icu/source/tools/dumpce/
dumpce.cpp     [all...]
  /external/chromium_org/third_party/icu/source/common/
ustring.cpp 976 u_strncpy(UChar *dst, function
    [all...]
  /external/icu/icu4c/source/common/
ustring.cpp 976 u_strncpy(UChar *dst, function
    [all...]

Completed in 415 milliseconds

1 2