HomeSort by relevance Sort by last modified time
    Searched refs:uprv_strlen (Results 1 - 25 of 207) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium/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 353 int32_t len = (int32_t)uprv_strlen(o.shortName);
579 if (pkgDataFlags[LIB_EXT_ORDER][uprv_strlen(pkgDataFlags[LIB_EXT_ORDER])-1] == pkgDataFlags[SO_EXT][uprv_strlen(pkgDataFlags[SO_EXT])-1]) {
716 if (uprv_strlen(libFileNames[LIB_FILE_VERSION]) == 0 || uprv_strlen(libFileNames[LIB_FILE_VERSION_MAJOR]) == 0) {
791 buffer[uprv_strlen(buffer)-1] = 0;
955 tempObjectFile[uprv_strlen(tempObjectFile)-1] = 'o';
    [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...]
  /external/chromium/third_party/icu/source/tools/genrb/
wrtjava.c 351 T_FileStream_write(out, object, (int32_t)uprv_strlen(object));
356 T_FileStream_write(out, arr, (int32_t)uprv_strlen(arr));
379 T_FileStream_write(out,arr,(int32_t)uprv_strlen(arr));
397 T_FileStream_write(out, stringArr, (int32_t)uprv_strlen(stringArr));
408 T_FileStream_write(out, intArr, (int32_t)uprv_strlen(intArr));
412 /* T_FileStream_write(out, intC, (int32_t)uprv_strlen(intC)); */
434 T_FileStream_write(out, intC, (int32_t)uprv_strlen(intC));
456 T_FileStream_write(out, type, (int32_t)uprv_strlen(type));
476 T_FileStream_write(out, byteBuffer, (int32_t)uprv_strlen(byteBuffer));
499 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 293 filelen = (int32_t)uprv_strlen(filename);
317 dirlen = (int32_t)uprv_strlen(inputDir);
320 dirlen = (int32_t)uprv_strlen(inputDir);
443 pkgLen = (int32_t)(1 + uprv_strlen(packageName));
450 basename = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(filename) + 1));
458 dirname = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(filename) + 1));
468 resName = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(dirname)
470 + uprv_strlen(basename)
471 + uprv_strlen(RES_SUFFIX) + 8));
488 int32_t dirlen = (int32_t)uprv_strlen(outputDir)
    [all...]
  /external/icu4c/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 138 if(uprv_strlen(s) != 1 || (s[0] != '1' && s[0] != '2')) {
299 char *nameWithoutSuffix = uprv_malloc(uprv_strlen(poolResName) + 1);
464 filelen = (int32_t)uprv_strlen(filename);
488 dirlen = (int32_t)uprv_strlen(inputDir);
491 dirlen = (int32_t)uprv_strlen(inputDir);
639 pkgLen = (int32_t)(1 + uprv_strlen(packageName));
646 basename = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(filename) + 1));
654 dirname = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(filename) + 1));
664 resName = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(dirname)
666 + uprv_strlen(basename
    [all...]
  /external/chromium/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/third_party/icu/source/test/cintltst/
cposxtst.c 93 if (len != (int32_t) uprv_strlen(DATA[i+2])) {
95 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 210 len = (int32_t)uprv_strlen(s);
225 len = (int32_t)uprv_strlen(s);
239 len = (int32_t)uprv_strlen(s);
254 len = (int32_t)uprv_strlen(s);
272 len = (int32_t)uprv_strlen(s);
289 len = (int32_t)uprv_strlen(s);
303 len = (int32_t)uprv_strlen(s);
317 len = (int32_t)uprv_strlen(s);
346 len = (int32_t)uprv_strlen(s);
360 len = (int32_t)uprv_strlen(s)
    [all...]
ucnvdisp.c 71 length=(int32_t)uprv_strlen(cnv->sharedData->staticData->name);
  /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/third_party/icu/source/common/
stringpiece.cpp 16 : ptr_(str), length_((str == NULL) ? 0 : static_cast<int32_t>(uprv_strlen(str))) { }
uloc_tag.c 209 len = uprv_strlen(s);
224 len = uprv_strlen(s);
238 len = uprv_strlen(s);
253 len = uprv_strlen(s);
271 len = uprv_strlen(s);
288 len = uprv_strlen(s);
302 len = uprv_strlen(s);
316 len = uprv_strlen(s);
345 len = uprv_strlen(s);
359 len = 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);
319 dataLength = (int32_t)uprv_strlen(codepageData);
  /external/chromium/third_party/icu/source/tools/toolutil/
pkg_gencmn.c 290 s=filename+uprv_strlen(filename);
296 s+=uprv_strlen(s);
300 s+=uprv_strlen(s);
401 length = (uint32_t)(uprv_strlen(filename) + 1 + uprv_strlen(name) + 1);
445 length = (uint32_t)(uprv_strlen(filename) + 1 + uprv_strlen(name) + 1);
491 length = (uint32_t)(uprv_strlen(path) + 1);
492 newLength = (length + 1 + (int32_t)uprv_strlen(source));
500 n = (int32_t)uprv_strlen(fullPath)
    [all...]
  /external/icu4c/tools/toolutil/
pkg_gencmn.c 290 s=filename+uprv_strlen(filename);
296 s+=uprv_strlen(s);
300 s+=uprv_strlen(s);
401 length = (uint32_t)(uprv_strlen(filename) + 1 + uprv_strlen(name) + 1);
445 length = (uint32_t)(uprv_strlen(filename) + 1 + uprv_strlen(name) + 1);
491 length = (uint32_t)(uprv_strlen(path) + 1);
492 newLength = (length + 1 + (int32_t)uprv_strlen(source));
500 n = (int32_t)uprv_strlen(fullPath)
    [all...]
  /external/chromium/third_party/icu/source/i18n/
inputext.cpp 54 fRawLength = len == -1? uprv_strlen(in) : len;
61 len = 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/third_party/icu/source/io/
uscanf.c 72 int32_t size = (int32_t)uprv_strlen(patternSpecification) + 1;

Completed in 415 milliseconds

1 2 3 4 5 6 7 8 9