Searched refs:uprv_strncpy (Results 1 - 25 of 27) sorted by relevance

12

/external/icu4c/tools/genrb/
H A Drbutil.c34 uprv_strncpy(dirname, filename, (lastSlash - filename));
H A Dwrtjava.c658 uprv_strncpy(writtenFilename, fileName, writtenFilenameLen);
H A Dwrtxml.cpp1036 uprv_strncpy(originalFileName, filename + first, index);
1112 uprv_strncpy(writtenFilename, xmlfileName, writtenFilenameLen);
H A Dreslist.c713 uprv_strncpy(writtenFilename, outputDir, len);
732 uprv_strncpy(writtenFilename + off, bundle->fLocale, len);
739 uprv_strncpy(writtenFilename + off, ".res", len);
H A Dgenrb.c486 inputDirBuf = uprv_strncpy((char *)uprv_malloc(filenameSize), filename, filenameSize);
H A Dderb.c235 uprv_strncpy(locale, p, q - p);
H A Dparse.c707 inputDirBuf = uprv_strncpy((char *)uprv_malloc(filenameSize), filename, filenameSize);
/external/icu4c/common/
H A Dicuplug.c186 uprv_strncpy(libraryList[libEntry].name,libName,UPLUG_NAME_MAX);
356 uprv_strncpy(plug->config, config, UPLUG_NAME_MAX);
362 uprv_strncpy(plug->sym, symName, UPLUG_NAME_MAX);
446 uprv_strncpy(data->name, name, UPLUG_NAME_MAX);
549 uprv_strncpy(plug->sym, sym, UPLUG_NAME_MAX);
553 uprv_strncpy(plug->libName, libName, UPLUG_NAME_MAX);
557 uprv_strncpy(plug->name, nameOrError, UPLUG_NAME_MAX);
561 uprv_strncpy(plug->config, config, UPLUG_NAME_MAX);
737 uprv_strncpy(plugin_file, plugin_dir, 2047);
H A Duloc.c777 uprv_strncpy(keywords+keywordsLen, keywordList[i].valueStart, keywordList[i].valueLen);
892 uprv_strncpy(buffer, nextSeparator, startSearchHere - nextSeparator);
899 uprv_strncpy(buffer, nextSeparator, i);
1037 uprv_strncpy(nextEqualsign, keywordValue, keywordValueLen);
1044 uprv_strncpy(nextEqualsign, keywordValue, keywordValueLen);
1057 uprv_strncpy(nextEqualsign, keywordValue, keywordValueLen);
1099 uprv_strncpy(keywordStart, keywordNameBuffer, keywordNameLen);
1103 uprv_strncpy(keywordStart, keywordValue, keywordValueLen); /* terminates. */
1669 uprv_strncpy(name, d, len);
1852 uprv_strncpy(resul
[all...]
H A Dcstring.h34 #define uprv_strncpy(dst, src, size) U_STANDARD_CPP_NAMESPACE strncpy(dst, src, size) macro
H A Dputil.c1487 uprv_strncpy(correctedPOSIXLocale, posixID, p-posixID);
1504 uprv_strncpy(correctedPOSIXLocale, posixID, p-posixID);
1846 uprv_strncpy(localeBuf, localeName, localeCapacity);
1848 name = uprv_strncpy(buffer, name+1, buffCapacity);
1927 uprv_strncpy(codesetName, codeset, sizeof(codesetName));
H A Dbrkiter.cpp96 uprv_strncpy(actualLocale,
H A Dlocid.cpp416 uprv_strncpy(p, newVariant, vsize); // Must use strncpy because
H A Dudata.cpp734 uprv_strncpy(ourPathBuffer, path, 1019);
H A Duresbund.c1703 uprv_strncpy(path, resPath, len);
2643 uprv_strncpy(result, found, copyLength);
/external/icu4c/tools/pkgdata/
H A Dpkgtypes.c35 uprv_strncpy(buffer, l->str, 1020);
80 uprv_strncpy(buffer, l->str, 1023);
263 uprv_strncpy(t,s,p-s);
/external/icu4c/i18n/
H A Dinputext.cpp67 uprv_strncpy(fDeclaredEncoding, encoding, len);
H A Dnumsys.cpp217 uprv_strncpy(name,n,NUMSYS_NAME_CAPACITY);
H A Ducal.cpp144 uprv_strncpy(localeBuf, locale, ULOC_LOCALE_IDENTIFIER_CAPACITY);
H A Ducol_sit.cpp181 uprv_strncpy(spec->locale, string, end-string);
H A Dunum.cpp443 uprv_strncpy(outBuf, sp.data(), sp.size());
H A Ducurr.cpp226 uprv_strncpy(id, _id, len);
/external/icu4c/test/intltest/
H A Dtextfile.cpp172 uprv_strncpy(newbuffer, buffer, capacity);
/external/icu4c/tools/toolutil/
H A Dtoolutil.cpp136 uprv_strncpy(buffer, resultPtr, resultLen);
H A Dpkg_genc.c1112 uprv_strncpy((char *)objHeader.sections[0].Name, ".drectve", 8);
1118 uprv_strncpy((char *)objHeader.sections[1].Name, ".rdata", 6);
1125 uprv_strncpy((char *)symbols[0].N.ShortName, entry, entryLength);

Completed in 303 milliseconds

12