/external/chromium_org/third_party/icu/source/tools/pkgdata/ |
pkgtypes.c | 39 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(buffer)-1] = '\0' [all...] |
pkgdata.cpp | 360 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 || [all...] |
/external/icu4c/tools/pkgdata/ |
pkgtypes.c | 39 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(buffer)-1] = '\0' [all...] |
pkgdata.cpp | 348 int32_t len = (int32_t)uprv_strlen(o.shortName); 642 if (pkgDataFlags[LIB_EXT_ORDER][uprv_strlen(pkgDataFlags[LIB_EXT_ORDER])-1] == pkgDataFlags[SO_EXT][uprv_strlen(pkgDataFlags[SO_EXT])-1]) { 688 (uprv_strlen(genccodeAssembly)>3) && [all...] |
/external/chromium_org/third_party/icu/source/tools/genrb/ |
wrtjava.c | 353 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(type)) [all...] |
wrtxml.cpp | 95 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("\x26\x67\x74\x3b") [all...] |
genrb.c | 141 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(basename [all...] |
/external/icu4c/tools/genrb/ |
wrtjava.c | 350 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(type)) [all...] |
wrtxml.cpp | 97 result = (char *)uprv_malloc(sizeof(char)*uprv_strlen(id) + 1); 98 uprv_memset(result, 0, sizeof(char)*uprv_strlen(id) + 1); 101 result = (char *)uprv_malloc(sizeof(char)*(uprv_strlen(id) + 1 + uprv_strlen(curKey)) + 1); 102 uprv_memset(result, 0, sizeof(char)*(uprv_strlen(id) + 1 + uprv_strlen(curKey)) + 1); 177 int idLen = (int) uprv_strlen(id); 263 destLen+=(int32_t)uprv_strlen("\x26\x61\x6d\x70\x3b"); 267 destLen+=(int32_t)uprv_strlen("\x26\x6c\x74\x3b"); 271 destLen+=(int32_t)uprv_strlen("\x26\x67\x74\x3b") [all...] |
genrb.c | 142 if(uprv_strlen(s) != 1 || (s[0] != '1' && s[0] != '2')) { 297 char *nameWithoutSuffix = uprv_malloc(uprv_strlen(poolResName) + 1); 473 filelen = (int32_t)uprv_strlen(filename); 498 dirlen = (int32_t)uprv_strlen(inputDir); 501 dirlen = (int32_t)uprv_strlen(inputDir); 650 pkgLen = (int32_t)(1 + uprv_strlen(packageName)); 657 basename = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(filename) + 1)); 665 dirname = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(filename) + 1)); 675 resName = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(dirname) 677 + uprv_strlen(basename [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
textfile.cpp | 36 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/icu4c/test/intltest/ |
textfile.cpp | 36 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/ |
stringpiece.cpp | 17 : ptr_(str), length_((str == NULL) ? 0 : static_cast<int32_t>(uprv_strlen(str))) { } 47 length_ = static_cast<int32_t>(uprv_strlen(str));
|
uloc_tag.c | 213 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(s) [all...] |
ucnvdisp.c | 71 length=(int32_t)uprv_strlen(cnv->sharedData->staticData->name);
|
unistr_cnv.cpp | 47 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/ |
cposxtst.c | 95 if (len != (int32_t) uprv_strlen(DATA[i+2])) { 97 len, uprv_strlen(DATA[i+2]));
|
/external/icu4c/common/ |
stringpiece.cpp | 17 : ptr_(str), length_((str == NULL) ? 0 : static_cast<int32_t>(uprv_strlen(str))) { } 47 length_ = static_cast<int32_t>(uprv_strlen(str));
|
uloc_tag.c | 225 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(s) [all...] |
/external/icu4c/test/cintltst/ |
cposxtst.c | 95 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/ |
pkg_gencmn.c | 292 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(fullPath) [all...] |
/external/icu4c/tools/toolutil/ |
pkg_gencmn.c | 313 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(fullPath) [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
inputext.cpp | 54 fRawLength = len == -1? (int32_t)uprv_strlen(in) : len; 61 len = (int32_t)uprv_strlen(encoding);
|
/external/icu4c/i18n/ |
inputext.cpp | 54 fRawLength = len == -1? (int32_t)uprv_strlen(in) : len; 61 len = (int32_t)uprv_strlen(encoding);
|
/external/chromium_org/third_party/icu/source/io/ |
uscanf.c | 72 int32_t size = (int32_t)uprv_strlen(patternSpecification) + 1;
|