/external/icu/icu4c/source/tools/genrb/ |
D | wrtxml.cpp | 109 result = (char *)uprv_malloc(sizeof(char)*uprv_strlen(id) + 1); in getID() 110 uprv_memset(result, 0, sizeof(char)*uprv_strlen(id) + 1); in getID() 113 result = (char *)uprv_malloc(sizeof(char)*(uprv_strlen(id) + 1 + uprv_strlen(curKey)) + 1); in getID() 114 uprv_memset(result, 0, sizeof(char)*(uprv_strlen(id) + 1 + uprv_strlen(curKey)) + 1); in getID() 189 int idLen = (int) uprv_strlen(id); in parseFilename() 275 destLen+=(int32_t)uprv_strlen("\x26\x61\x6d\x70\x3b"); in convertAndEscape() 279 destLen+=(int32_t)uprv_strlen("\x26\x6c\x74\x3b"); in convertAndEscape() 283 destLen+=(int32_t)uprv_strlen("\x26\x67\x74\x3b"); in convertAndEscape() 287 destLen+=(int32_t)uprv_strlen("\x26\x71\x75\x6f\x74\x3b"); in convertAndEscape() 291 destLen+=(int32_t)uprv_strlen("\x26\x61\x70\x6f\x73\x3b"); in convertAndEscape() [all …]
|
D | wrtjava.cpp | 358 T_FileStream_write(out, object, (int32_t)uprv_strlen(object)); in array_write_java() 362 T_FileStream_write(out, arr, (int32_t)uprv_strlen(arr)); in array_write_java() 384 T_FileStream_write(out,arr,(int32_t)uprv_strlen(arr)); in array_write_java() 403 T_FileStream_write(out, stringArr, (int32_t)uprv_strlen(stringArr)); in intvector_write_java() 414 T_FileStream_write(out, intArr, (int32_t)uprv_strlen(intArr)); in intvector_write_java() 440 T_FileStream_write(out, intC, (int32_t)uprv_strlen(intC)); in int_write_java() 460 T_FileStream_write(out, type, (int32_t)uprv_strlen(type)); in bytes_write_java() 480 T_FileStream_write(out, byteBuffer, (int32_t)uprv_strlen(byteBuffer)); in bytes_write_java() 503 T_FileStream_write(out,type,(int32_t)uprv_strlen(type)); in bytes_write_java() 524 T_FileStream_write(out, obj, (int32_t)uprv_strlen(obj)); in table_write_java() [all …]
|
D | genrb.cpp | 147 if(uprv_strlen(s) != 1 || (s[0] < '1' && '3' < s[0])) { in main() 303 … char *nameWithoutSuffix = static_cast<char *>(uprv_malloc(uprv_strlen(poolResName) + 1)); in main() 576 filelen = (int32_t)uprv_strlen(filename); in processFile() 601 dirlen = (int32_t)uprv_strlen(inputDir); in processFile() 604 dirlen = (int32_t)uprv_strlen(inputDir); in processFile() 755 pkgLen = (int32_t)(1 + uprv_strlen(packageName)); in make_res_filename() 762 basename = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(filename) + 1)); in make_res_filename() 770 dirname = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(filename) + 1)); in make_res_filename() 780 resName = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(dirname) in make_res_filename() 782 + uprv_strlen(basename) in make_res_filename() [all …]
|
/external/icu/icu4c/source/tools/pkgdata/ |
D | pkgtypes.c | 41 if(buffer[uprv_strlen(buffer)-1] == '"') { in pkg_writeCharListWrap() 42 buffer[uprv_strlen(buffer)-1] = '\0'; in pkg_writeCharListWrap() 52 if(l->str[uprv_strlen(l->str)-1] != '"') { in pkg_writeCharListWrap() 56 T_FileStream_write(s, buffer, (int32_t)uprv_strlen(buffer)); in pkg_writeCharListWrap() 58 ln += (int32_t)uprv_strlen(l->str); in pkg_writeCharListWrap() 65 T_FileStream_write(s, brk, (int32_t)uprv_strlen(brk)); in pkg_writeCharListWrap() 67 T_FileStream_write(s, delim, (int32_t)uprv_strlen(delim)); in pkg_writeCharListWrap() 84 if(uprv_strlen(l->str) >= 1023) in pkg_writeCharList() 91 if(buffer[uprv_strlen(buffer)-1] == '"') { in pkg_writeCharList() 92 buffer[uprv_strlen(buffer)-1] = '\0'; in pkg_writeCharList() [all …]
|
D | pkgdata.cpp | 373 int32_t len = (int32_t)uprv_strlen(o.shortName); in main() 673 …if (pkgDataFlags[LIB_EXT_ORDER][uprv_strlen(pkgDataFlags[LIB_EXT_ORDER])-1] == pkgDataFlags[SO_EXT… in pkg_executeOptions() 719 (uprv_strlen(genccodeAssembly)>3) && in pkg_executeOptions() 899 const char* FILE_EXTENSION_SEP = uprv_strlen(pkgDataFlags[SO_EXT]) == 0 ? "" : "."; in createFileNames() 1022 const char* FILE_EXTENSION_SEP = uprv_strlen(pkgDataFlags[SO_EXT]) == 0 ? "" : "."; in pkg_createSymLinks() 1026 …if (uprv_strlen(libFileNames[LIB_FILE_VERSION]) == 0 || uprv_strlen(libFileNames[LIB_FILE_VERSION_… in pkg_createSymLinks() 1229 bufferLength = static_cast<int32_t>(uprv_strlen(buffer)); in pkg_installFileMode() 1353 …length = uprv_strlen(pkgDataFlags[AR]) + uprv_strlen(pkgDataFlags[ARFLAGS]) + uprv_strlen(targetDi… in pkg_generateLibraryFile() 1354 …uprv_strlen(libFileNames[LIB_FILE_VERSION]) + uprv_strlen(objectFile) + uprv_strlen(pkgDataFlags[R… in pkg_generateLibraryFile() 1379 length = uprv_strlen(pkgDataFlags[GENLIB]) + uprv_strlen(pkgDataFlags[LDICUDTFLAGS]) + in pkg_generateLibraryFile() [all …]
|
/external/icu/icu4c/source/common/ |
D | uloc_tag.cpp | 441 len = (int32_t)uprv_strlen(s); in _isLanguageSubtag() 456 len = (int32_t)uprv_strlen(s); in _isExtlangSubtag() 470 len = (int32_t)uprv_strlen(s); in _isScriptSubtag() 485 len = (int32_t)uprv_strlen(s); in _isRegionSubtag() 503 len = (int32_t)uprv_strlen(s); in _isVariantSubtag() 521 len = (int32_t)uprv_strlen(s); in _isPrivateuseVariantSubtag() 535 len = (int32_t)uprv_strlen(s); in _isExtensionSingleton() 549 len = (int32_t)uprv_strlen(s); in _isExtensionSubtag() 563 len = (int32_t)uprv_strlen(s); in _isExtensionSubtags() 592 len = (int32_t)uprv_strlen(s); in _isPrivateuseValueSubtag() [all …]
|
D | locid.cpp | 313 lsize = (int32_t)uprv_strlen(newLanguage); in Locale() 326 csize = (int32_t)uprv_strlen(newCountry); in Locale() 344 vsize = (int32_t)uprv_strlen(newVariant); in Locale() 372 ksize = (int32_t)uprv_strlen(newKeywords); in Locale() 681 return ustr_hashCharsN(fullName, static_cast<int32_t>(uprv_strlen(fullName))); in hashCode() 742 int32_t maximizedLocaleIDCapacity = static_cast<int32_t>(uprv_strlen(fullName)); in addLikelySubtags() 801 int32_t minimizedLocaleIDCapacity = static_cast<int32_t>(uprv_strlen(fullName)); in minimizeSubtags() 951 int32_t scratch_capacity = static_cast<int32_t>(uprv_strlen(fullName)); in toLanguageTag() 1268 kw += uprv_strlen(kw)+1; in count() 1278 len = (int32_t)uprv_strlen(current); in next() [all …]
|
D | unistr_cnv.cpp | 47 doCodepageCreate(codepageData, (int32_t)uprv_strlen(codepageData), 0); in UnicodeString() 66 doCodepageCreate(codepageData, (int32_t)uprv_strlen(codepageData), codepage); in UnicodeString() 92 srcLength=(int32_t)uprv_strlen(src); in UnicodeString() 307 dataLength = (int32_t)uprv_strlen(codepageData); in doCodepageCreate()
|
D | uloc.cpp | 543 int32_t localeIDLength = static_cast<int32_t>(uprv_strlen(localeID)); in getShortestSubtagLength() 740 i = (int32_t)uprv_strlen(equalSign); in _getKeywords() 776 keywordList[numKeywords].keywordLen = (int32_t)uprv_strlen(addKeyword); in _getKeywords() 778 keywordList[numKeywords].valueLen = (int32_t)uprv_strlen(addValue); in _getKeywords() 933 … keyValueTail = (startSearchHere)? startSearchHere: nextSeparator + uprv_strlen(nextSeparator); in uloc_getKeywordValue() 995 bufLen = (int32_t)uprv_strlen(buffer); in uloc_setKeywordValue() 1100 keyValueTail = (nextSeparator)? nextSeparator: nextEqualsign + uprv_strlen(nextEqualsign); in uloc_setKeywordValue() 1242 return (int32_t)((src-anchor)+uprv_strlen(src)); in _copyCount() 1545 kw += uprv_strlen(kw)+1; in uloc_kw_countKeywords() 1557 len = (int32_t)uprv_strlen(((UKeywordsContext *)en->context)->current); in uloc_kw_nextKeyword() [all …]
|
D | stringpiece.cpp | 19 : ptr_(str), length_((str == NULL) ? 0 : static_cast<int32_t>(uprv_strlen(str))) { } in StringPiece() 49 length_ = static_cast<int32_t>(uprv_strlen(str)); in set()
|
D | loclikely.cpp | 206 (int32_t)uprv_strlen(unknownLanguage), in createTagStringWithAlternates() 234 (int32_t)uprv_strlen(unknownLanguage), in createTagStringWithAlternates() 512 *langLength = (int32_t)uprv_strlen(lang); in parseTagString() 902 trailingLength = (int32_t)uprv_strlen(trailing); in _uloc_addLikelySubtags() 921 const int32_t localIDLength = (int32_t)uprv_strlen(localeID); in _uloc_addLikelySubtags() 1010 trailingLength = (int32_t)uprv_strlen(trailing); in _uloc_minimizeSubtags() 1181 const int32_t localeIDLength = (int32_t)uprv_strlen(localeID); in _uloc_minimizeSubtags()
|
D | uinvchar.cpp | 464 outLength=(int32_t)uprv_strlen(outString); in uprv_compareInvAscii() 510 outLength=(int32_t)uprv_strlen(outString); in uprv_compareInvEbcdic() 576 n = static_cast<int32_t>(uprv_strlen((const char*)src)+1); /* copy NUL */ in uprv_aestrncpy() 597 n = static_cast<int32_t>(uprv_strlen((const char*)src)+1); /* copy NUL */ in uprv_eastrncpy()
|
D | locmap.cpp | 986 int32_t posixIDlen = (int32_t)uprv_strlen(posixID); in getHostID() 1129 if (pCandidate && (pPosixID == NULL || uprv_strlen(pCandidate) > uprv_strlen(pPosixID))) { in uprv_convertToPosix() 1135 int32_t resLen = static_cast<int32_t>(uprv_strlen(pPosixID)); in uprv_convertToPosix() 1271 if (!langID || !posixID || uprv_strlen(langID) < 2 || uprv_strlen(posixID) < 2) { in uprv_convertToLCID()
|
D | udata.cpp | 358 nameLen = (int32_t)uprv_strlen(baseName); in udata_cacheDataItem() 470 basenameLen = (int32_t)uprv_strlen(basename); in UDataPathIterator() 533 pathLen = (int32_t)uprv_strlen(currentPath); in next() 539 pathLen = (int32_t)uprv_strlen(currentPath); in next() 574 uprv_strlen(pathBasename)==(basenameLen+4)) { /* base+suffix = full len */ in next() 1175 uprv_strlen(U_ICUDATA_NAME U_TREE_SEPARATOR_STRING)) || in doOpenChoice() 1177 uprv_strlen(U_ICUDATA_ALIAS U_TREE_SEPARATOR_STRING))) { in doOpenChoice()
|
D | uresbund.cpp | 285 int32_t len = (int32_t)uprv_strlen(name); in setEntryName() 471 *isDefault = (UBool)(uprv_strncmp(name, defaultLoc, uprv_strlen(name)) == 0); in findFirstExisting() 791 uprv_strlen(localeID) < ULOC_FULLNAME_CAPACITY) { in entryOpenDirect() 982 capacity = (int32_t)uprv_strlen(parent->fResPath) + 1; in init_resb_result() 1069 len = (int32_t)(uprv_strlen(key) + 1); in init_resb_result() 1113 if(uprv_strlen(keyPath) > URES_MAX_BUFFER_SIZE) { in init_resb_result() 1114 … pathBuf = (char *)uprv_malloc((uprv_strlen(keyPath)+1)*sizeof(char)); in init_resb_result() 1217 ures_appendResPath(resB, key, (int32_t)uprv_strlen(key), status); in init_resb_result() 1708 length = (int32_t)(uprv_strlen(path)+1); in ures_findResource() 2457 len = (int32_t)uprv_strlen(result); in ures_loc_nextLocale() [all …]
|
D | ucnvsel.cpp | 190 (int32_t)uprv_strlen(converterList != NULL ? converterList[i] : ucnv_getAvailableName(i)) + 1; in ucnvsel_open() 208 allStrings += uprv_strlen(newSelector->encodings[i]) + 1; in ucnvsel_open() 584 s += uprv_strlen(s) + 1; in ucnvsel_openFromSerialized() 638 *resultLength = (int32_t)uprv_strlen(result); in ucnvsel_next_encoding() 806 length = (int32_t)uprv_strlen(s); in ucnvsel_selectForUTF8()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | pkg_gencmn.cpp | 317 s=filename+uprv_strlen(filename); in createCommonDataFile() 323 s+=uprv_strlen(s); in createCommonDataFile() 327 s+=uprv_strlen(s); in createCommonDataFile() 431 length = (uint32_t)(uprv_strlen(filename) + 1 + uprv_strlen(name) + 1); in addFile() 474 length = (uint32_t)(uprv_strlen(filename) + 1 + uprv_strlen(name) + 1); in addFile() 518 length = (uint32_t)(uprv_strlen(path) + 1); in pathToFullPath() 519 newLength = (length + 1 + (int32_t)uprv_strlen(source)); in pathToFullPath() 527 n = (int32_t)uprv_strlen(fullPath); in pathToFullPath()
|
D | pkg_genc.cpp | 298 length=uprv_strlen(entry); in writeAssemblyCode() 368 getOutFilename(filename, destdir, buffer, entry+uprv_strlen(entry), ".c", optFilename); in writeCCode() 379 length=uprv_strlen(entry); in writeCCode() 490 s+=uprv_strlen(s); in write32() 1072 entryLength=(int32_t)uprv_strlen(entry+entryLengthOffset); in writeObjectCode()
|
D | unewdata.cpp | 112 commentLength=(uint16_t)(uprv_strlen(comment)+1); in udata_create() 248 length=(int32_t)uprv_strlen(s); in udata_writeString()
|
/external/icu/icu4c/source/test/intltest/ |
D | textfile.cpp | 38 name = uprv_malloc(uprv_strlen(_name) + 1); in TextFile() 39 encoding = uprv_malloc(uprv_strlen(_encoding) + 1); in TextFile() 55 if (!ensureCapacity((int32_t)(uprv_strlen(testDir) + uprv_strlen(name) + 1))) { in TextFile()
|
D | testidn.cpp | 110 basename=filename+uprv_strlen(filename); in testData() 116 basename=filename+uprv_strlen(filename); in testData() 125 basename = basename + uprv_strlen(SPREP_DIR); in testData()
|
/external/icu/icu4c/source/tools/gensprep/ |
D | gensprep.c | 206 …ilename = (char* ) uprv_malloc(uprv_strlen(srcDir) + uprv_strlen(inputFileName) + (icuUniDataDir =… in main() 217 basename=filename+uprv_strlen(filename); in main() 236 basename=filename+uprv_strlen(filename); in main()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cposxtst.c | 97 if (len != (int32_t) uprv_strlen(DATA[i+2])) { in TestMessageCatalog() 99 len, uprv_strlen(DATA[i+2])); in TestMessageCatalog()
|
/external/icu/icu4c/source/i18n/ |
D | inputext.cpp | 54 fRawLength = len == -1? (int32_t)uprv_strlen(in) : len; in setText() 61 len = (int32_t)uprv_strlen(encoding); in setDeclaredEncoding()
|
/external/icu/icu4c/source/tools/gencnval/ |
D | gencnval.c | 547 if (uprv_strlen(currTag) == tagLen && !uprv_strnicmp(currTag, tag, tagLen)) { in getTagNumber() 963 while ((currStrLen = (int32_t)uprv_strlen(origStringBlock)) < stringBlockLength) { in createNormalizedAliasStrings() 968 normStrLen = (int32_t)uprv_strlen(normalizedStrings); in createNormalizedAliasStrings() 1086 length=(int32_t)uprv_strlen(s); in allocString() 1125 …return (int)uprv_strlen(GET_ALIAS_STR(*(uint16_t*)alias1)) - (int)uprv_strlen(GET_ALIAS_STR(*(uint… in compareAliases()
|