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

123456789

/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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.cpp352 int32_t len = (int32_t)uprv_strlen(o.shortName);
652 if (pkgDataFlags[LIB_EXT_ORDER][uprv_strlen(pkgDataFlags[LIB_EXT_ORDER])-1] == pkgDataFlags[SO_EXT][uprv_strlen(pkgDataFlags[SO_EXT])-1]) {
698 (uprv_strlen(genccodeAssembly)>3) &&
982 if (uprv_strlen(libFileNames[LIB_FILE_VERSION]) == 0 || uprv_strlen(libFileNames[LIB_FILE_VERSION_MAJOR]) == 0 ||
1185 bufferLength = uprv_strlen(buffer);
1306 length = uprv_strlen(pkgDataFlags[AR]) + uprv_strlen(pkgDataFlags[ARFLAGS]) + uprv_strlen(targetDi
[all...]
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/tools/genrb/
H A Dwrtjava.c350 T_FileStream_write(out, object, (int32_t)uprv_strlen(object));
354 T_FileStream_write(out, arr, (int32_t)uprv_strlen(arr));
376 T_FileStream_write(out,arr,(int32_t)uprv_strlen(arr));
396 T_FileStream_write(out, stringArr, (int32_t)uprv_strlen(stringArr));
407 T_FileStream_write(out, intArr, (int32_t)uprv_strlen(intArr));
411 /* T_FileStream_write(out, intC, (int32_t)uprv_strlen(intC)); */
433 T_FileStream_write(out, intC, (int32_t)uprv_strlen(intC));
455 T_FileStream_write(out, type, (int32_t)uprv_strlen(type));
475 T_FileStream_write(out, byteBuffer, (int32_t)uprv_strlen(byteBuffer));
498 T_FileStream_write(out,type,(int32_t)uprv_strlen(typ
[all...]
H A Dwrtxml.cpp107 result = (char *)uprv_malloc(sizeof(char)*uprv_strlen(id) + 1);
108 uprv_memset(result, 0, sizeof(char)*uprv_strlen(id) + 1);
111 result = (char *)uprv_malloc(sizeof(char)*(uprv_strlen(id) + 1 + uprv_strlen(curKey)) + 1);
112 uprv_memset(result, 0, sizeof(char)*(uprv_strlen(id) + 1 + uprv_strlen(curKey)) + 1);
187 int idLen = (int) uprv_strlen(id);
273 destLen+=(int32_t)uprv_strlen("\x26\x61\x6d\x70\x3b");
277 destLen+=(int32_t)uprv_strlen("\x26\x6c\x74\x3b");
281 destLen+=(int32_t)uprv_strlen("\x2
[all...]
H A Dgenrb.c157 if(uprv_strlen(s) != 1 || (s[0] != '1' && s[0] != '2')) {
312 char *nameWithoutSuffix = uprv_malloc(uprv_strlen(poolResName) + 1);
488 filelen = (int32_t)uprv_strlen(filename);
513 dirlen = (int32_t)uprv_strlen(inputDir);
516 dirlen = (int32_t)uprv_strlen(inputDir);
666 pkgLen = (int32_t)(1 + uprv_strlen(packageName));
673 basename = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(filename) + 1));
681 dirname = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(filename) + 1));
691 resName = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(dirname)
693 + uprv_strlen(basenam
[all...]
/external/chromium_org/third_party/icu/source/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))) {
/external/icu/icu4c/source/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))) {
/external/chromium_org/third_party/icu/source/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);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcposxtst.c95 if (len != (int32_t) uprv_strlen(DATA[i+2])) {
97 len, uprv_strlen(DATA[i+2]));
/external/icu/icu4c/source/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.c225 len = (int32_t)uprv_strlen(s);
240 len = (int32_t)uprv_strlen(s);
254 len = (int32_t)uprv_strlen(s);
269 len = (int32_t)uprv_strlen(s);
287 len = (int32_t)uprv_strlen(s);
305 len = (int32_t)uprv_strlen(s);
319 len = (int32_t)uprv_strlen(s);
333 len = (int32_t)uprv_strlen(s);
347 len = (int32_t)uprv_strlen(s);
376 len = (int32_t)uprv_strlen(
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcposxtst.c95 if (len != (int32_t) uprv_strlen(DATA[i+2])) {
97 len, uprv_strlen(DATA[i+2]));
/external/chromium_org/third_party/icu/source/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...]
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_gencmn.c313 s=filename+uprv_strlen(filename);
319 s+=uprv_strlen(s);
323 s+=uprv_strlen(s);
427 length = (uint32_t)(uprv_strlen(filename) + 1 + uprv_strlen(name) + 1);
470 length = (uint32_t)(uprv_strlen(filename) + 1 + uprv_strlen(name) + 1);
514 length = (uint32_t)(uprv_strlen(path) + 1);
515 newLength = (length + 1 + (int32_t)uprv_strlen(source));
523 n = (int32_t)uprv_strlen(fullPat
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dinputext.cpp54 fRawLength = len == -1? (int32_t)uprv_strlen(in) : len;
61 len = (int32_t)uprv_strlen(encoding);
/external/icu/icu4c/source/i18n/
H A Dinputext.cpp54 fRawLength = len == -1? (int32_t)uprv_strlen(in) : len;
61 len = (int32_t)uprv_strlen(encoding);
/external/chromium_org/third_party/icu/source/io/
H A Duscanf.c72 int32_t size = (int32_t)uprv_strlen(patternSpecification) + 1;

Completed in 433 milliseconds

123456789