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

1 2 3 4 5

  /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/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/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))) {
testidn.cpp 108 basename=filename+uprv_strlen(filename);
114 basename=filename+uprv_strlen(filename);
122 basename = basename + uprv_strlen(SPREP_DIR);
  /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...]
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);
locid.cpp 268 lsize = (int32_t)uprv_strlen(newLanguage);
275 csize = (int32_t)uprv_strlen(newCountry);
289 vsize = (int32_t)uprv_strlen(newVariant);
313 ksize = (int32_t)uprv_strlen(newKeywords);
406 fullName = (char *)uprv_malloc(sizeof(char)*(uprv_strlen(other.fullName)+1));
579 return ustr_hashCharsN(fullName, uprv_strlen(fullName));
933 kw += uprv_strlen(kw)+1;
943 len = (int32_t)uprv_strlen(current);
1029 if (variantBegin == (int32_t)uprv_strlen(fullName)) {
uloc.cpp 535 int32_t localeIDLength = uprv_strlen(localeID);
597 int32_t keywordNameLen = (int32_t)uprv_strlen(keywordName);
    [all...]
loclikely.cpp 201 (int32_t)uprv_strlen(unknownLanguage),
229 (int32_t)uprv_strlen(unknownLanguage),
507 *langLength = (int32_t)uprv_strlen(lang);
897 trailingLength = (int32_t)uprv_strlen(trailing);
916 const int32_t localIDLength = (int32_t)uprv_strlen(localeID);
1005 trailingLength = (int32_t)uprv_strlen(trailing);
    [all...]
ulist.c 132 if (length == uprv_strlen(pointer->data)) {
220 *resultLength = uprv_strlen(s);
  /external/icu4c/test/cintltst/
cposxtst.c 95 if (len != (int32_t) uprv_strlen(DATA[i+2])) {
97 len, uprv_strlen(DATA[i+2]));
stdnmtst.c 195 || len != (int32_t)uprv_strlen(expected[idx]))
249 || len != (int32_t)uprv_strlen(expected[idx]))
  /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...]
filetools.cpp 124 for (int32_t i = 0, length = uprv_strlen(filePath); i < length; i++) {
flagparser.c 62 if (uprv_strlen(buffer) == (currentBufferSize - 1) && buffer[currentBufferSize-2] != '\n') {
unewdata.c 110 commentLength=(uint16_t)(uprv_strlen(comment)+1);
246 length=(int32_t)uprv_strlen(s);
  /external/icu4c/i18n/
inputext.cpp 54 fRawLength = len == -1? (int32_t)uprv_strlen(in) : len;
61 len = (int32_t)uprv_strlen(encoding);
  /external/icu4c/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;
  /external/icu4c/tools/gensprep/
gensprep.c 204 filename = (char* ) uprv_malloc(uprv_strlen(srcDir) + 300); /* hopefully this should be enough */
215 basename=filename+uprv_strlen(filename);
234 basename=filename+uprv_strlen(filename);

Completed in 882 milliseconds

1 2 3 4 5