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

1 2

  /external/icu/icu4c/source/common/
locbased.cpp 39 uprv_strncpy(valid, validID, ULOC_FULLNAME_CAPACITY);
43 uprv_strncpy(actual, actualID, ULOC_FULLNAME_CAPACITY);
icuplug.cpp 198 uprv_strncpy(libraryList[libEntry].name,libName,UPLUG_NAME_MAX);
369 uprv_strncpy(plug->config, config, UPLUG_NAME_MAX);
375 uprv_strncpy(plug->sym, symName, UPLUG_NAME_MAX);
459 uprv_strncpy(data->name, name, UPLUG_NAME_MAX);
563 uprv_strncpy(plug->sym, sym, UPLUG_NAME_MAX);
567 uprv_strncpy(plug->libName, libName, UPLUG_NAME_MAX);
571 uprv_strncpy(plug->name, nameOrError, UPLUG_NAME_MAX);
575 uprv_strncpy(plug->config, config, UPLUG_NAME_MAX);
783 uprv_strncpy(plugin_file, pluginFile.data(), sizeof(plugin_file));
cstring.h 44 #define uprv_strncpy(dst, src, size) ( \ macro
57 #define uprv_strncpy(dst, src, size) U_STANDARD_CPP_NAMESPACE strncpy(dst, src, size) macro
unifiedcache.h 116 uprv_strncpy(buffer, s, bufLen);
169 uprv_strncpy(buffer, s, bufLen);
uloc.cpp     [all...]
putil.cpp     [all...]
locid.cpp 386 uprv_strncpy(p, newVariant, vsize); // Must use strncpy because
628 uprv_strncpy(baseName, fullName, baseNameLength);
uresbund.cpp 623 uprv_strncpy(name, localeID, sizeof(name) - 1);
630 uprv_strncpy(usrDataPath, path, sizeof(usrDataPath) - 1);
    [all...]
uloc_tag.c     [all...]
udata.cpp 755 uprv_strncpy(ourPathBuffer, path, 1019);
    [all...]
  /external/icu/icu4c/source/tools/genrb/
rbutil.c 34 uprv_strncpy(dirname, filename, (lastSlash - filename));
wrtjava.cpp 640 uprv_strncpy(writtenFilename, fileName, writtenFilenameLen);
wrtxml.cpp 1045 uprv_strncpy(originalFileName, filename + first, index);
    [all...]
reslist.cpp 943 uprv_strncpy(writtenFilename, outputDir, len);
962 uprv_strncpy(writtenFilename + off, fLocale, len);
969 uprv_strncpy(writtenFilename + off, ".res", len);
    [all...]
genrb.cpp 588 inputDirBuf = uprv_strncpy((char *)uprv_malloc(filenameSize), filename, filenameSize);
  /external/icu/icu4c/source/tools/pkgdata/
pkgtypes.c 35 uprv_strncpy(buffer, l->str, 1020);
80 uprv_strncpy(buffer, l->str, 1023);
263 uprv_strncpy(t,s,p-s);
  /external/icu/icu4c/source/i18n/
inputext.cpp 67 uprv_strncpy(fDeclaredEncoding, encoding, len);
numsys.cpp 238 uprv_strncpy(name,n,NUMSYS_NAME_CAPACITY);
ucol_sit.cpp 186 uprv_strncpy(spec->locale, string, end-string);
measunit.cpp 1224 uprv_strncpy(fCurrency, isoCurrency, UPRV_LENGTHOF(fCurrency));
ucal.cpp 152 uprv_strncpy(localeBuf, locale, ULOC_LOCALE_IDENTIFIER_CAPACITY);
  /external/icu/icu4c/source/test/intltest/
textfile.cpp 173 uprv_strncpy(newbuffer, buffer, capacity);
  /external/icu/icu4c/source/tools/toolutil/
toolutil.cpp 151 uprv_strncpy(buffer, resultPtr, resultLen);
pkg_genc.c     [all...]
udbgutil.cpp 404 uprv_strncpy(target,param->paramStr,uprv_min(len,targetCapacity));
417 uprv_strncpy(target,str,uprv_min(len,targetCapacity));
423 uprv_strncpy(target,s,uprv_min(len,targetCapacity));

Completed in 2243 milliseconds

1 2