HomeSort by relevance Sort by last modified time
    Searched full:uprv_strlen (Results 26 - 50 of 122) sorted by null

12 3 4 5

  /external/icu/icu4c/source/i18n/
locdspnm.cpp 98 int32_t len = uprv_strlen(path);
549 if (uprv_strlen(lang) == 0) {
556 UBool hasScript = uprv_strlen(script) > 0;
557 UBool hasCountry = uprv_strlen(country) > 0;
558 UBool hasVariant = uprv_strlen(variant) > 0;
    [all...]
csr2022.cpp 48 int32_t seq_length = (int32_t)uprv_strlen((const char *) seq);
ucol_res.cpp 109 int32_t typeLength = uprv_strlen(collationType);
317 int32_t typeLength = uprv_strlen(type);
696 if (uprv_strlen(localeBuffer) == 0) {
713 if (!ulist_containsString(results, value, (int32_t)uprv_strlen(value))) {
uspoof.cpp 359 UnicodeString idStr = UnicodeString::fromUTF8(StringPiece(id, length>=0 ? length : uprv_strlen(id)));
398 UnicodeString id1Str = UnicodeString::fromUTF8(StringPiece(id1, length1>=0? length1 : uprv_strlen(id1)));
399 UnicodeString id2Str = UnicodeString::fromUTF8(StringPiece(id2, length2>=0? length2 : uprv_strlen(id2)));
743 UnicodeString srcStr = UnicodeString::fromUTF8(StringPiece(id, length>=0 ? length : uprv_strlen(id)));
visibledigits.cpp 111 U_ASSERT(uprv_strlen(str) < MAX_DBL_DIGITS+18);
ucol.cpp 131 src1Length=(int32_t)uprv_strlen((const char *)src1)+1;
134 src2Length=(int32_t)uprv_strlen((const char *)src2)+1;
  /external/icu/icu4c/source/common/
uresbund.cpp 283 int32_t len = (int32_t)uprv_strlen(name);
464 *isDefault = (UBool)(uprv_strncmp(name, defaultLoc, uprv_strlen(name)) == 0);
758 uprv_strlen(localeID) < ULOC_FULLNAME_CAPACITY) {
833 resB->fResPathLen = uprv_strlen(toAdd);
949 capacity = (int32_t)uprv_strlen(parent->fResPath) + 1;
    [all...]
uloc_keytype.cpp 223 int32_t legacyTypeIdLen = uprv_strlen(legacyTypeId);
315 int32_t fromLen = uprv_strlen(from);
ustrenum.cpp 105 length=(int32_t)uprv_strlen(s);
324 *resultLength = (int32_t)uprv_strlen(result);
charstr.cpp 67 sLength=uprv_strlen(s);
uinvchar.c 461 outLength=(int32_t)uprv_strlen(outString);
506 outLength=(int32_t)uprv_strlen(outString);
572 n = uprv_strlen((const char*)src)+1; /* copy NUL */
593 n = uprv_strlen((const char*)src)+1; /* copy NUL */
ustr_cnv.cpp 171 (int32_t)uprv_strlen(s2),
putil.cpp     [all...]
  /external/icu/icu4c/source/test/cintltst/
ucnvseltst.c 166 needLen = uprv_strlen(directory)+uprv_strlen(TDSRCPATH)+uprv_strlen(filename)+1;
stdnmtst.c 195 || len != (int32_t)uprv_strlen(expected[idx]))
249 || len != (int32_t)uprv_strlen(expected[idx]))
callcoll.c 139 uint32_t len = (uint32_t)uprv_strlen(dst);
422 gSortklen1 = uprv_strlen((const char *)sortKey1)+1;
423 gSortklen2 = uprv_strlen((const char *)sortKey2)+1;
    [all...]
  /external/icu/icu4c/source/test/intltest/
testidn.cpp 108 basename=filename+uprv_strlen(filename);
114 basename=filename+uprv_strlen(filename);
123 basename = basename + uprv_strlen(SPREP_DIR);
  /external/icu/icu4c/source/tools/genrb/
derb.cpp 209 absfilename = (uprv_strlen(arg) > 2 && isalpha(arg[0])
260 thefile.truncate(thefile.length() - (int32_t)uprv_strlen(ext));
445 printCString(out, key, (int32_t)uprv_strlen(key));
ustr.c 46 length = (int32_t)uprv_strlen(source);
parse.cpp 726 int32_t dirlen = (int32_t)uprv_strlen(inputDir);
    [all...]
  /external/icu/icu4c/source/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);
  /external/icu/icu4c/source/tools/gencnval/
gencnval.c 545 if (uprv_strlen(currTag) == tagLen && !uprv_strnicmp(currTag, tag, tagLen)) {
961 while ((currStrLen = (int32_t)uprv_strlen(origStringBlock)) < stringBlockLength) {
966 normStrLen = uprv_strlen(normalizedStrings);
    [all...]
  /external/icu/icu4c/source/io/
ufmt_cmn.c 236 sSize = uprv_strlen(s) + 1;
  /external/icu/icu4c/source/tools/toolutil/
writesrc.c 41 q=buffer+uprv_strlen(buffer);
pkg_genc.c 295 length=uprv_strlen(entry);
365 getOutFilename(filename, destdir, buffer, entry+uprv_strlen(entry), ".c", optFilename);
376 length=uprv_strlen(entry);
487 s+=uprv_strlen(s);
1055 entryLength=(int32_t)uprv_strlen(entry+entryLengthOffset);
    [all...]

Completed in 654 milliseconds

12 3 4 5