Home
last modified time | relevance | path

Searched refs:uprv_strlen (Results 1 – 25 of 121) sorted by relevance

12345

/external/icu/icu4c/source/tools/pkgdata/
Dpkgtypes.c39 if(buffer[uprv_strlen(buffer)-1] == '"') { in pkg_writeCharListWrap()
40 buffer[uprv_strlen(buffer)-1] = '\0'; in pkg_writeCharListWrap()
50 if(l->str[uprv_strlen(l->str)-1] != '"') { in pkg_writeCharListWrap()
54 T_FileStream_write(s, buffer, (int32_t)uprv_strlen(buffer)); in pkg_writeCharListWrap()
56 ln += (int32_t)uprv_strlen(l->str); in pkg_writeCharListWrap()
63 T_FileStream_write(s, brk, (int32_t)uprv_strlen(brk)); in pkg_writeCharListWrap()
65 T_FileStream_write(s, delim, (int32_t)uprv_strlen(delim)); in pkg_writeCharListWrap()
82 if(uprv_strlen(l->str) >= 1023) in pkg_writeCharList()
89 if(buffer[uprv_strlen(buffer)-1] == '"') { in pkg_writeCharList()
90 buffer[uprv_strlen(buffer)-1] = '\0'; in pkg_writeCharList()
[all …]
Dpkgdata.cpp365 int32_t len = (int32_t)uprv_strlen(o.shortName); in main()
665 …if (pkgDataFlags[LIB_EXT_ORDER][uprv_strlen(pkgDataFlags[LIB_EXT_ORDER])-1] == pkgDataFlags[SO_EXT… in pkg_executeOptions()
711 (uprv_strlen(genccodeAssembly)>3) && in pkg_executeOptions()
891 const char* FILE_EXTENSION_SEP = uprv_strlen(pkgDataFlags[SO_EXT]) == 0 ? "" : "."; in createFileNames()
1013 const char* FILE_EXTENSION_SEP = uprv_strlen(pkgDataFlags[SO_EXT]) == 0 ? "" : "."; in pkg_createSymLinks()
1017 …if (uprv_strlen(libFileNames[LIB_FILE_VERSION]) == 0 || uprv_strlen(libFileNames[LIB_FILE_VERSION_… in pkg_createSymLinks()
1220 bufferLength = uprv_strlen(buffer); in pkg_installFileMode()
1344 …length = uprv_strlen(pkgDataFlags[AR]) + uprv_strlen(pkgDataFlags[ARFLAGS]) + uprv_strlen(targetDi… in pkg_generateLibraryFile()
1345uprv_strlen(libFileNames[LIB_FILE_VERSION]) + uprv_strlen(objectFile) + uprv_strlen(pkgDataFlags[R… in pkg_generateLibraryFile()
1370 length = uprv_strlen(pkgDataFlags[GENLIB]) + uprv_strlen(pkgDataFlags[LDICUDTFLAGS]) + in pkg_generateLibraryFile()
[all …]
/external/icu/icu4c/source/tools/genrb/
Dwrtxml.cpp107 result = (char *)uprv_malloc(sizeof(char)*uprv_strlen(id) + 1); in getID()
108 uprv_memset(result, 0, sizeof(char)*uprv_strlen(id) + 1); in getID()
111 result = (char *)uprv_malloc(sizeof(char)*(uprv_strlen(id) + 1 + uprv_strlen(curKey)) + 1); in getID()
112 uprv_memset(result, 0, sizeof(char)*(uprv_strlen(id) + 1 + uprv_strlen(curKey)) + 1); in getID()
187 int idLen = (int) uprv_strlen(id); in parseFilename()
273 destLen+=(int32_t)uprv_strlen("\x26\x61\x6d\x70\x3b"); in convertAndEscape()
277 destLen+=(int32_t)uprv_strlen("\x26\x6c\x74\x3b"); in convertAndEscape()
281 destLen+=(int32_t)uprv_strlen("\x26\x67\x74\x3b"); in convertAndEscape()
285 destLen+=(int32_t)uprv_strlen("\x26\x71\x75\x6f\x74\x3b"); in convertAndEscape()
289 destLen+=(int32_t)uprv_strlen("\x26\x61\x70\x6f\x73\x3b"); in convertAndEscape()
[all …]
Dwrtjava.cpp342 T_FileStream_write(out, object, (int32_t)uprv_strlen(object)); in array_write_java()
346 T_FileStream_write(out, arr, (int32_t)uprv_strlen(arr)); in array_write_java()
368 T_FileStream_write(out,arr,(int32_t)uprv_strlen(arr)); in array_write_java()
387 T_FileStream_write(out, stringArr, (int32_t)uprv_strlen(stringArr)); in intvector_write_java()
398 T_FileStream_write(out, intArr, (int32_t)uprv_strlen(intArr)); in intvector_write_java()
424 T_FileStream_write(out, intC, (int32_t)uprv_strlen(intC)); in int_write_java()
446 T_FileStream_write(out, type, (int32_t)uprv_strlen(type)); in bytes_write_java()
466 T_FileStream_write(out, byteBuffer, (int32_t)uprv_strlen(byteBuffer)); in bytes_write_java()
489 T_FileStream_write(out,type,(int32_t)uprv_strlen(type)); in bytes_write_java()
510 T_FileStream_write(out, obj, (int32_t)uprv_strlen(obj)); in table_write_java()
[all …]
Dgenrb.cpp144 if(uprv_strlen(s) != 1 || (s[0] < '1' && '3' < s[0])) { in main()
300 … char *nameWithoutSuffix = static_cast<char *>(uprv_malloc(uprv_strlen(poolResName) + 1)); in main()
573 filelen = (int32_t)uprv_strlen(filename); in processFile()
598 dirlen = (int32_t)uprv_strlen(inputDir); in processFile()
601 dirlen = (int32_t)uprv_strlen(inputDir); in processFile()
752 pkgLen = (int32_t)(1 + uprv_strlen(packageName)); in make_res_filename()
759 basename = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(filename) + 1)); in make_res_filename()
767 dirname = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(filename) + 1)); in make_res_filename()
777 resName = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(dirname) in make_res_filename()
779 + uprv_strlen(basename) in make_res_filename()
[all …]
/external/icu/icu4c/source/common/
Duloc_tag.c223 len = (int32_t)uprv_strlen(s); in _isLanguageSubtag()
238 len = (int32_t)uprv_strlen(s); in _isExtlangSubtag()
252 len = (int32_t)uprv_strlen(s); in _isScriptSubtag()
267 len = (int32_t)uprv_strlen(s); in _isRegionSubtag()
285 len = (int32_t)uprv_strlen(s); in _isVariantSubtag()
303 len = (int32_t)uprv_strlen(s); in _isPrivateuseVariantSubtag()
317 len = (int32_t)uprv_strlen(s); in _isExtensionSingleton()
331 len = (int32_t)uprv_strlen(s); in _isExtensionSubtag()
345 len = (int32_t)uprv_strlen(s); in _isExtensionSubtags()
374 len = (int32_t)uprv_strlen(s); in _isPrivateuseValueSubtag()
[all …]
Duloc.cpp534 int32_t localeIDLength = uprv_strlen(localeID); in getShortestSubtagLength()
596 int32_t keywordNameLen = (int32_t)uprv_strlen(keywordName); in locale_canonKeywordName()
721 i = (int32_t)uprv_strlen(equalSign); in _getKeywords()
757 keywordList[numKeywords].keywordLen = (int32_t)uprv_strlen(addKeyword); in _getKeywords()
759 keywordList[numKeywords].valueLen = (int32_t)uprv_strlen(addValue); in _getKeywords()
901 …} else if(!startSearchHere && (int32_t)uprv_strlen(nextSeparator) < bufferCapacity) { /* last item… in uloc_getKeywordValue()
902 i = (int32_t)uprv_strlen(nextSeparator); in uloc_getKeywordValue()
914 result = (int32_t)uprv_strlen(nextSeparator); in uloc_getKeywordValue()
950 bufLen = (int32_t)uprv_strlen(buffer); in uloc_setKeywordValue()
964 keywordValueLen = (int32_t)uprv_strlen(keywordValue); in uloc_setKeywordValue()
[all …]
Dunistr_cnv.cpp45 doCodepageCreate(codepageData, (int32_t)uprv_strlen(codepageData), 0); in UnicodeString()
64 doCodepageCreate(codepageData, (int32_t)uprv_strlen(codepageData), codepage); in UnicodeString()
90 srcLength=(int32_t)uprv_strlen(src); in UnicodeString()
305 dataLength = (int32_t)uprv_strlen(codepageData); in doCodepageCreate()
Dlocmap.c909 int32_t posixIDlen = (int32_t)uprv_strlen(posixID); in getHostID()
1000 tmpLen = uprv_strlen(locName); in uprv_convertToPosix()
1031 if (pCandidate && (pPosixID == NULL || uprv_strlen(pCandidate) > uprv_strlen(pPosixID))) { in uprv_convertToPosix()
1037 int32_t resLen = uprv_strlen(pPosixID); in uprv_convertToPosix()
1085 if (!langID || !posixID || uprv_strlen(langID) < 2 || uprv_strlen(posixID) < 2) { in uprv_convertToLCID()
Dlocid.cpp299 lsize = (int32_t)uprv_strlen(newLanguage); in Locale()
306 csize = (int32_t)uprv_strlen(newCountry); in Locale()
320 vsize = (int32_t)uprv_strlen(newVariant); in Locale()
344 ksize = (int32_t)uprv_strlen(newKeywords); in Locale()
436 fullName = (char *)uprv_malloc(sizeof(char)*(uprv_strlen(other.fullName)+1)); in operator =()
646 return ustr_hashCharsN(fullName, uprv_strlen(fullName)); in hashCode()
962 kw += uprv_strlen(kw)+1; in count()
972 len = (int32_t)uprv_strlen(current); in next()
Dstringpiece.cpp17 : ptr_(str), length_((str == NULL) ? 0 : static_cast<int32_t>(uprv_strlen(str))) { } in StringPiece()
47 length_ = static_cast<int32_t>(uprv_strlen(str)); in set()
Dloclikely.cpp203 (int32_t)uprv_strlen(unknownLanguage), in createTagStringWithAlternates()
231 (int32_t)uprv_strlen(unknownLanguage), in createTagStringWithAlternates()
509 *langLength = (int32_t)uprv_strlen(lang); in parseTagString()
899 trailingLength = (int32_t)uprv_strlen(trailing); in _uloc_addLikelySubtags()
918 const int32_t localIDLength = (int32_t)uprv_strlen(localeID); in _uloc_addLikelySubtags()
1007 trailingLength = (int32_t)uprv_strlen(trailing); in _uloc_minimizeSubtags()
1178 const int32_t localeIDLength = (int32_t)uprv_strlen(localeID); in _uloc_minimizeSubtags()
Duinvchar.c461 outLength=(int32_t)uprv_strlen(outString); in uprv_compareInvAscii()
506 outLength=(int32_t)uprv_strlen(outString); in uprv_compareInvEbcdic()
572 n = uprv_strlen((const char*)src)+1; /* copy NUL */ in uprv_aestrncpy()
593 n = uprv_strlen((const char*)src)+1; /* copy NUL */ in uprv_eastrncpy()
Dudata.cpp346 nameLen = (int32_t)uprv_strlen(baseName); in udata_cacheDataItem()
459 basenameLen = (int32_t)uprv_strlen(basename); in UDataPathIterator()
522 pathLen = (int32_t)uprv_strlen(currentPath); in next()
528 pathLen = (int32_t)uprv_strlen(currentPath); in next()
563 uprv_strlen(pathBasename)==(basenameLen+4)) { /* base+suffix = full len */ in next()
1142 uprv_strlen(U_ICUDATA_NAME U_TREE_SEPARATOR_STRING)) || in doOpenChoice()
1144 uprv_strlen(U_ICUDATA_ALIAS U_TREE_SEPARATOR_STRING))) { in doOpenChoice()
Ducnvsel.cpp187 (int32_t)uprv_strlen(converterList != NULL ? converterList[i] : ucnv_getAvailableName(i)) + 1; in ucnvsel_open()
205 allStrings += uprv_strlen(newSelector->encodings[i]) + 1; in ucnvsel_open()
581 s += uprv_strlen(s) + 1; in ucnvsel_openFromSerialized()
635 *resultLength = (int32_t)uprv_strlen(result); in ucnvsel_next_encoding()
803 length = (int32_t)uprv_strlen(s); in ucnvsel_selectForUTF8()
Dputil.cpp1020 int32_t tzZoneInfoLen = uprv_strlen(TZZONEINFO); in uprv_tzname()
1030 tzZoneInfoLen = uprv_strlen(TZZONEINFO2); in uprv_tzname()
1164 length=(int32_t)uprv_strlen(directory); in u_setDataDirectory()
1476 correctedPOSIXLocale = static_cast<char *>(uprv_malloc(uprv_strlen(posixID)+1)); in uprv_getDefaultLocaleID()
1493 correctedPOSIXLocale = static_cast<char *>(uprv_malloc(uprv_strlen(posixID)+1)); in uprv_getDefaultLocaleID()
1518 len = (int32_t)(uprv_strlen(correctedPOSIXLocale) + (q-p)); in uprv_getDefaultLocaleID()
1540 correctedPOSIXLocale = (char *)uprv_malloc(uprv_strlen(posixID) + 1); in uprv_getDefaultLocaleID()
1644 LocaleLen = uprv_strlen(correctedLocale); in uprv_getDefaultLocaleID()
Duresbund.cpp283 int32_t len = (int32_t)uprv_strlen(name); in setEntryName()
464 *isDefault = (UBool)(uprv_strncmp(name, defaultLoc, uprv_strlen(name)) == 0); in findFirstExisting()
758 uprv_strlen(localeID) < ULOC_FULLNAME_CAPACITY) { in entryOpenDirect()
949 capacity = (int32_t)uprv_strlen(parent->fResPath) + 1; in init_resb_result()
1036 len = (int32_t)(uprv_strlen(key) + 1); in init_resb_result()
1080 if(uprv_strlen(keyPath) > URES_MAX_BUFFER_SIZE) { in init_resb_result()
1081 … pathBuf = (char *)uprv_malloc((uprv_strlen(keyPath)+1)*sizeof(char)); in init_resb_result()
1183 ures_appendResPath(resB, key, (int32_t)uprv_strlen(key), status); in init_resb_result()
1673 length = (int32_t)(uprv_strlen(path)+1); in ures_findResource()
2443 len = (int32_t)uprv_strlen(result); in ures_loc_nextLocale()
[all …]
/external/icu/icu4c/source/tools/toolutil/
Dpkg_gencmn.c313 s=filename+uprv_strlen(filename); in createCommonDataFile()
319 s+=uprv_strlen(s); in createCommonDataFile()
323 s+=uprv_strlen(s); in createCommonDataFile()
427 length = (uint32_t)(uprv_strlen(filename) + 1 + uprv_strlen(name) + 1); in addFile()
470 length = (uint32_t)(uprv_strlen(filename) + 1 + uprv_strlen(name) + 1); in addFile()
514 length = (uint32_t)(uprv_strlen(path) + 1); in pathToFullPath()
515 newLength = (length + 1 + (int32_t)uprv_strlen(source)); in pathToFullPath()
523 n = (int32_t)uprv_strlen(fullPath); in pathToFullPath()
Dpkg_genc.c295 length=uprv_strlen(entry); in writeAssemblyCode()
365 getOutFilename(filename, destdir, buffer, entry+uprv_strlen(entry), ".c", optFilename); in writeCCode()
376 length=uprv_strlen(entry); in writeCCode()
487 s+=uprv_strlen(s); in write32()
1055 entryLength=(int32_t)uprv_strlen(entry+entryLengthOffset); in writeObjectCode()
/external/icu/icu4c/source/test/intltest/
Dtextfile.cpp36 name = uprv_malloc(uprv_strlen(_name) + 1); in TextFile()
37 encoding = uprv_malloc(uprv_strlen(_encoding) + 1); in TextFile()
53 if (!ensureCapacity((int32_t)(uprv_strlen(testDir) + uprv_strlen(name) + 1))) { in TextFile()
Dtestidn.cpp108 basename=filename+uprv_strlen(filename); in testData()
114 basename=filename+uprv_strlen(filename); in testData()
123 basename = basename + uprv_strlen(SPREP_DIR); in testData()
/external/icu/icu4c/source/test/cintltst/
Dcposxtst.c95 if (len != (int32_t) uprv_strlen(DATA[i+2])) { in TestMessageCatalog()
97 len, uprv_strlen(DATA[i+2])); in TestMessageCatalog()
/external/icu/icu4c/source/i18n/
Dinputext.cpp54 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/gensprep/
Dgensprep.c204 … filename = (char* ) uprv_malloc(uprv_strlen(srcDir) + 300); /* hopefully this should be enough */ in main()
215 basename=filename+uprv_strlen(filename); in main()
234 basename=filename+uprv_strlen(filename); in main()
/external/icu/icu4c/source/tools/gencnval/
Dgencnval.c545 if (uprv_strlen(currTag) == tagLen && !uprv_strnicmp(currTag, tag, tagLen)) { in getTagNumber()
961 while ((currStrLen = (int32_t)uprv_strlen(origStringBlock)) < stringBlockLength) { in createNormalizedAliasStrings()
966 normStrLen = uprv_strlen(normalizedStrings); in createNormalizedAliasStrings()
1084 length=(int32_t)uprv_strlen(s); in allocString()
1123 …return (int)uprv_strlen(GET_ALIAS_STR(*(uint16_t*)alias1)) - (int)uprv_strlen(GET_ALIAS_STR(*(uint… in compareAliases()

12345