/external/icu/icu4c/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 | 365 int32_t len = (int32_t)uprv_strlen(o.shortName); 665 if (pkgDataFlags[LIB_EXT_ORDER][uprv_strlen(pkgDataFlags[LIB_EXT_ORDER])-1] == pkgDataFlags[SO_EXT][uprv_strlen(pkgDataFlags[SO_EXT])-1]) { 711 (uprv_strlen(genccodeAssembly)>3) && 891 const char* FILE_EXTENSION_SEP = uprv_strlen(pkgDataFlags[SO_EXT]) == 0 ? "" : "."; [all...] |
/external/icu/icu4c/source/tools/genrb/ |
wrtjava.cpp | 342 T_FileStream_write(out, object, (int32_t)uprv_strlen(object)); 346 T_FileStream_write(out, arr, (int32_t)uprv_strlen(arr)); 368 T_FileStream_write(out,arr,(int32_t)uprv_strlen(arr)); 387 T_FileStream_write(out, stringArr, (int32_t)uprv_strlen(stringArr)); 398 T_FileStream_write(out, intArr, (int32_t)uprv_strlen(intArr)); 402 /* T_FileStream_write(out, intC, (int32_t)uprv_strlen(intC)); */ 424 T_FileStream_write(out, intC, (int32_t)uprv_strlen(intC)); 446 T_FileStream_write(out, type, (int32_t)uprv_strlen(type)); 466 T_FileStream_write(out, byteBuffer, (int32_t)uprv_strlen(byteBuffer)); 489 T_FileStream_write(out,type,(int32_t)uprv_strlen(type)) [all...] |
wrtxml.cpp | 107 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("\x26\x67\x74\x3b") [all...] |
genrb.cpp | 144 if(uprv_strlen(s) != 1 || (s[0] < '1' && '3' < s[0])) { 300 char *nameWithoutSuffix = static_cast<char *>(uprv_malloc(uprv_strlen(poolResName) + 1)); 573 filelen = (int32_t)uprv_strlen(filename); 598 dirlen = (int32_t)uprv_strlen(inputDir); 601 dirlen = (int32_t)uprv_strlen(inputDir); 752 pkgLen = (int32_t)(1 + uprv_strlen(packageName)); 759 basename = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(filename) + 1)); 767 dirname = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(filename) + 1)); 777 resName = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(dirname) 779 + uprv_strlen(basename [all...] |
/external/icu/icu4c/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/icu/icu4c/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 | 223 len = (int32_t)uprv_strlen(s); 238 len = (int32_t)uprv_strlen(s); 252 len = (int32_t)uprv_strlen(s); 267 len = (int32_t)uprv_strlen(s); 285 len = (int32_t)uprv_strlen(s); 303 len = (int32_t)uprv_strlen(s); 317 len = (int32_t)uprv_strlen(s); 331 len = (int32_t)uprv_strlen(s); 345 len = (int32_t)uprv_strlen(s); 374 len = (int32_t)uprv_strlen(s) [all...] |
ucnvdisp.c | 71 length=(int32_t)uprv_strlen(cnv->sharedData->staticData->name);
|
unistr_cnv.cpp | 45 doCodepageCreate(codepageData, (int32_t)uprv_strlen(codepageData), 0); 64 doCodepageCreate(codepageData, (int32_t)uprv_strlen(codepageData), codepage); 90 srcLength=(int32_t)uprv_strlen(src); 305 dataLength = (int32_t)uprv_strlen(codepageData);
|
locid.cpp | 299 lsize = (int32_t)uprv_strlen(newLanguage); 306 csize = (int32_t)uprv_strlen(newCountry); 320 vsize = (int32_t)uprv_strlen(newVariant); 344 ksize = (int32_t)uprv_strlen(newKeywords); 436 fullName = (char *)uprv_malloc(sizeof(char)*(uprv_strlen(other.fullName)+1)); 646 return ustr_hashCharsN(fullName, uprv_strlen(fullName)); 962 kw += uprv_strlen(kw)+1; 972 len = (int32_t)uprv_strlen(current);
|
ulist.c | 132 if (length == uprv_strlen(pointer->data)) { 218 *resultLength = uprv_strlen(s);
|
loclikely.cpp | 203 (int32_t)uprv_strlen(unknownLanguage), 231 (int32_t)uprv_strlen(unknownLanguage), 509 *langLength = (int32_t)uprv_strlen(lang); 899 trailingLength = (int32_t)uprv_strlen(trailing); 918 const int32_t localIDLength = (int32_t)uprv_strlen(localeID); 1007 trailingLength = (int32_t)uprv_strlen(trailing); [all...] |
cstring.h | 35 #define uprv_strlen(str) U_STANDARD_CPP_NAMESPACE strlen(str) macro
|
locmap.c | 909 int32_t posixIDlen = (int32_t)uprv_strlen(posixID); [all...] |
uloc.cpp | 534 int32_t localeIDLength = uprv_strlen(localeID); 596 int32_t keywordNameLen = (int32_t)uprv_strlen(keywordName); 721 i = (int32_t)uprv_strlen(equalSign); [all...] |
ucnvsel.cpp | 187 (int32_t)uprv_strlen(converterList != NULL ? converterList[i] : ucnv_getAvailableName(i)) + 1; 205 allStrings += uprv_strlen(newSelector->encodings[i]) + 1; 581 s += uprv_strlen(s) + 1; 635 *resultLength = (int32_t)uprv_strlen(result); 803 length = (int32_t)uprv_strlen(s);
|
/external/icu/icu4c/source/test/cintltst/ |
cposxtst.c | 95 if (len != (int32_t) uprv_strlen(DATA[i+2])) { 97 len, uprv_strlen(DATA[i+2]));
|
/external/icu/icu4c/source/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...] |
unewdata.c | 110 commentLength=(uint16_t)(uprv_strlen(comment)+1); 246 length=(int32_t)uprv_strlen(s);
|
filetools.cpp | 131 for (int32_t i = 0, length = uprv_strlen(filePath); i < length; i++) {
|
flagparser.c | 64 if (uprv_strlen(buffer) == (currentBufferSize - 1) && buffer[currentBufferSize-2] != '\n') {
|
/external/icu/icu4c/source/i18n/ |
inputext.cpp | 54 fRawLength = len == -1? (int32_t)uprv_strlen(in) : len; 61 len = (int32_t)uprv_strlen(encoding);
|
/external/icu/icu4c/source/io/ |
uscanf.c | 72 int32_t size = (int32_t)uprv_strlen(patternSpecification) + 1;
|
sscanf.c | 71 int32_t size = (int32_t)uprv_strlen(patternSpecification) + 1;
|