Searched refs:uprv_strlen (Results 1 - 25 of 111) sorted by relevance

12345

/external/icu4c/tools/pkgdata/
H A Dpkgtypes.c39 if(buffer[uprv_strlen(buffer)-1] == '"') {
40 buffer[uprv_strlen(buffer)-1] = '\0';
50 if(l->str[uprv_strlen(l->str)-1] != '"') {
54 T_FileStream_write(s, buffer, (int32_t)uprv_strlen(buffer));
56 ln += (int32_t)uprv_strlen(l->str);
63 T_FileStream_write(s, brk, (int32_t)uprv_strlen(brk));
65 T_FileStream_write(s, delim, (int32_t)uprv_strlen(delim));
82 if(uprv_strlen(l->str) >= 1023)
89 if(buffer[uprv_strlen(buffer)-1] == '"') {
90 buffer[uprv_strlen(buffe
[all...]
H A Dpkgdata.cpp360 int32_t len = (int32_t)uprv_strlen(o.shortName);
627 if (pkgDataFlags[LIB_EXT_ORDER][uprv_strlen(pkgDataFlags[LIB_EXT_ORDER])-1] == pkgDataFlags[SO_EXT][uprv_strlen(pkgDataFlags[SO_EXT])-1]) {
670 (uprv_strlen(genccodeAssembly)>3) &&
891 if (uprv_strlen(libFileNames[LIB_FILE_VERSION]) == 0 || uprv_strlen(libFileNames[LIB_FILE_VERSION_MAJOR]) == 0 ||
1034 buffer[uprv_strlen(buffer)-1] = 0;
1209 tempObjectFile[uprv_strlen(tempObjectFile)-1] = 'o';
1211 length = uprv_strlen(pkgDataFlags[COMPILER]) + uprv_strlen(pkgDataFlag
[all...]
/external/icu4c/tools/genrb/
H A Dwrtjava.c353 T_FileStream_write(out, object, (int32_t)uprv_strlen(object));
358 T_FileStream_write(out, arr, (int32_t)uprv_strlen(arr));
381 T_FileStream_write(out,arr,(int32_t)uprv_strlen(arr));
401 T_FileStream_write(out, stringArr, (int32_t)uprv_strlen(stringArr));
412 T_FileStream_write(out, intArr, (int32_t)uprv_strlen(intArr));
416 /* T_FileStream_write(out, intC, (int32_t)uprv_strlen(intC)); */
438 T_FileStream_write(out, intC, (int32_t)uprv_strlen(intC));
460 T_FileStream_write(out, type, (int32_t)uprv_strlen(type));
480 T_FileStream_write(out, byteBuffer, (int32_t)uprv_strlen(byteBuffer));
503 T_FileStream_write(out,type,(int32_t)uprv_strlen(typ
[all...]
H A Dwrtxml.cpp95 result = (char *)uprv_malloc(sizeof(char)*uprv_strlen(id) + 1);
96 uprv_memset(result, 0, sizeof(char)*uprv_strlen(id) + 1);
99 result = (char *)uprv_malloc(sizeof(char)*(uprv_strlen(id) + 1 + uprv_strlen(curKey)) + 1);
100 uprv_memset(result, 0, sizeof(char)*(uprv_strlen(id) + 1 + uprv_strlen(curKey)) + 1);
175 int idLen = (int) uprv_strlen(id);
261 destLen+=(int32_t)uprv_strlen("\x26\x61\x6d\x70\x3b");
265 destLen+=(int32_t)uprv_strlen("\x26\x6c\x74\x3b");
269 destLen+=(int32_t)uprv_strlen("\x2
[all...]
H A Dgenrb.c141 if(uprv_strlen(s) != 1 || (s[0] != '1' && s[0] != '2')) {
302 char *nameWithoutSuffix = uprv_malloc(uprv_strlen(poolResName) + 1);
472 filelen = (int32_t)uprv_strlen(filename);
496 dirlen = (int32_t)uprv_strlen(inputDir);
499 dirlen = (int32_t)uprv_strlen(inputDir);
646 pkgLen = (int32_t)(1 + uprv_strlen(packageName));
653 basename = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(filename) + 1));
661 dirname = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(filename) + 1));
671 resName = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(dirname)
673 + uprv_strlen(basenam
[all...]
/external/icu4c/test/intltest/
H A Dtextfile.cpp36 name = uprv_malloc(uprv_strlen(_name) + 1);
37 encoding = uprv_malloc(uprv_strlen(_encoding) + 1);
53 if (!ensureCapacity((int32_t)(uprv_strlen(testDir) + uprv_strlen(name) + 1))) {
H A Dtestidn.cpp107 basename=filename+uprv_strlen(filename);
113 basename=filename+uprv_strlen(filename);
121 basename = basename + uprv_strlen(SPREP_DIR);
/external/icu4c/common/
H A Dstringpiece.cpp17 : ptr_(str), length_((str == NULL) ? 0 : static_cast<int32_t>(uprv_strlen(str))) { }
47 length_ = static_cast<int32_t>(uprv_strlen(str));
H A Duloc_tag.c213 len = (int32_t)uprv_strlen(s);
228 len = (int32_t)uprv_strlen(s);
242 len = (int32_t)uprv_strlen(s);
257 len = (int32_t)uprv_strlen(s);
275 len = (int32_t)uprv_strlen(s);
292 len = (int32_t)uprv_strlen(s);
306 len = (int32_t)uprv_strlen(s);
320 len = (int32_t)uprv_strlen(s);
349 len = (int32_t)uprv_strlen(s);
363 len = (int32_t)uprv_strlen(
[all...]
H A Ducnvdisp.c71 length=(int32_t)uprv_strlen(cnv->sharedData->staticData->name);
H A Dunistr_cnv.cpp47 doCodepageCreate(codepageData, (int32_t)uprv_strlen(codepageData), 0);
70 doCodepageCreate(codepageData, (int32_t)uprv_strlen(codepageData), codepage);
100 srcLength=(int32_t)uprv_strlen(src);
315 dataLength = (int32_t)uprv_strlen(codepageData);
H A Duloc.c542 int32_t localeIDLength = uprv_strlen(localeID);
604 int32_t keywordNameLen = (int32_t)uprv_strlen(keywordName);
715 i = (int32_t)uprv_strlen(equalSign);
751 keywordList[numKeywords].keywordLen = (int32_t)uprv_strlen(addKeyword);
753 keywordList[numKeywords].valueLen = (int32_t)uprv_strlen(addValue);
894 } else if(!startSearchHere && (int32_t)uprv_strlen(nextSeparator) < bufferCapacity) { /* last item in string */
895 i = (int32_t)uprv_strlen(nextSeparator);
907 result = (int32_t)uprv_strlen(nextSeparator);
943 bufLen = (int32_t)uprv_strlen(buffer);
957 keywordValueLen = (int32_t)uprv_strlen(keywordValu
[all...]
H A Dloclikely.cpp201 (int32_t)uprv_strlen(unknownLanguage),
229 (int32_t)uprv_strlen(unknownLanguage),
502 *langLength = (int32_t)uprv_strlen(lang);
887 trailingLength = (int32_t)uprv_strlen(trailing);
906 const int32_t localIDLength = (int32_t)uprv_strlen(localeID);
992 trailingLength = (int32_t)uprv_strlen(trailing);
1163 const int32_t localeIDLength = (int32_t)uprv_strlen(localeID);
H A Dcharstr.cpp57 sLength=uprv_strlen(s);
H A Dlocid.cpp329 lsize = (int32_t)uprv_strlen(newLanguage);
336 csize = (int32_t)uprv_strlen(newCountry);
350 vsize = (int32_t)uprv_strlen(newVariant);
374 ksize = (int32_t)uprv_strlen(newKeywords);
467 fullName = (char *)uprv_malloc(sizeof(char)*(uprv_strlen(other.fullName)+1));
1001 kw += uprv_strlen(kw)+1;
1011 len = (int32_t)uprv_strlen(current);
1093 if (variantBegin == (int32_t)uprv_strlen(fullName)) {
H A Dustrenum.cpp100 length=(int32_t)uprv_strlen(s);
284 *resultLength = (int32_t)uprv_strlen(result);
/external/icu4c/test/cintltst/
H A Dcposxtst.c95 if (len != (int32_t) uprv_strlen(DATA[i+2])) {
97 len, uprv_strlen(DATA[i+2]));
H A Dstdnmtst.c195 || len != (int32_t)uprv_strlen(expected[idx]))
249 || len != (int32_t)uprv_strlen(expected[idx]))
/external/icu4c/tools/toolutil/
H A Dpkg_gencmn.c292 s=filename+uprv_strlen(filename);
298 s+=uprv_strlen(s);
302 s+=uprv_strlen(s);
407 length = (uint32_t)(uprv_strlen(filename) + 1 + uprv_strlen(name) + 1);
451 length = (uint32_t)(uprv_strlen(filename) + 1 + uprv_strlen(name) + 1);
497 length = (uint32_t)(uprv_strlen(path) + 1);
498 newLength = (length + 1 + (int32_t)uprv_strlen(source));
506 n = (int32_t)uprv_strlen(fullPat
[all...]
H A Dfiletools.cpp123 for (int32_t i = 0, length = uprv_strlen(filePath); i < length; i++) {
H A Dflagparser.c57 if (uprv_strlen(buffer) == (currentBufferSize - 1) && buffer[currentBufferSize-2] != '\n') {
/external/icu4c/i18n/
H A Dinputext.cpp54 fRawLength = len == -1? (int32_t)uprv_strlen(in) : len;
61 len = (int32_t)uprv_strlen(encoding);
/external/icu4c/io/
H A Duscanf.c72 int32_t size = (int32_t)uprv_strlen(patternSpecification) + 1;
H A Dsscanf.c71 int32_t size = (int32_t)uprv_strlen(patternSpecification) + 1;
/external/icu4c/tools/gensprep/
H A Dgensprep.c203 filename = (char* ) uprv_malloc(uprv_strlen(srcDir) + 300); /* hopefully this should be enough */
214 basename=filename+uprv_strlen(filename);
233 basename=filename+uprv_strlen(filename);

Completed in 354 milliseconds

12345