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

1 2 34 5 6 7 8 9

  /external/chromium/third_party/icu/source/common/
ucnvsel.cpp 186 uprv_strlen(converterList != NULL ? converterList[i] : ucnv_getAvailableName(i)) + 1;
205 allStrings += uprv_strlen(newSelector->encodings[i]) + 1;
582 s += uprv_strlen(s) + 1;
636 *resultLength = uprv_strlen(result);
802 length = uprv_strlen(s);
locmap.c 744 int32_t posixIDlen = (int32_t)uprv_strlen(posixID);
843 if (!langID || !posixID || uprv_strlen(langID) < 2 || uprv_strlen(posixID) < 2) {
uinvchar.c 438 outLength=(int32_t)uprv_strlen(outString);
483 outLength=(int32_t)uprv_strlen(outString);
cstring.c 303 size_t len = uprv_strlen(src) + 1;
ulist.c 132 if (length == uprv_strlen(pointer->data)) {
  /external/chromium/third_party/icu/source/tools/genrb/
reslist.c 332 len = (int32_t)uprv_strlen(outputDir);
346 off += (int32_t)uprv_strlen(outputPkg);
351 len = (int32_t)uprv_strlen(bundle->fLocale);
661 res->u.fBinaryValue.fFileName = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(fileName)+1));
1016 bundle->fKeyPoint += length = (int32_t) (uprv_strlen(tag) + 1);
ustr.c 45 length = (int32_t)uprv_strlen(source);
  /external/chromium/third_party/icu/source/tools/toolutil/
pkg_genc.c 274 length=uprv_strlen(entry);
344 getOutFilename(filename, destdir, buffer, entry+uprv_strlen(entry), ".c", optFilename);
355 length=uprv_strlen(entry);
460 s+=uprv_strlen(s);
1020 entryLength=(int32_t)uprv_strlen(entry+entryLengthOffset);
    [all...]
toolutil.c 77 uprv_memmove(info.cFileName+(basename-pathname), info.cFileName, uprv_strlen(info.cFileName)+1);
uparse.c 93 length=(int32_t)uprv_strlen(line);
  /external/icu4c/common/
ucnvsel.cpp 185 (int32_t)uprv_strlen(converterList != NULL ? converterList[i] : ucnv_getAvailableName(i)) + 1;
203 allStrings += uprv_strlen(newSelector->encodings[i]) + 1;
579 s += uprv_strlen(s) + 1;
633 *resultLength = (int32_t)uprv_strlen(result);
799 length = (int32_t)uprv_strlen(s);
locmap.c 801 int32_t posixIDlen = (int32_t)uprv_strlen(posixID);
939 if (!langID || !posixID || uprv_strlen(langID) < 2 || uprv_strlen(posixID) < 2) {
    [all...]
cstring.c 303 size_t len = uprv_strlen(src) + 1;
ulist.c 132 if (length == uprv_strlen(pointer->data)) {
  /external/icu4c/tools/toolutil/
pkg_genc.c 274 length=uprv_strlen(entry);
344 getOutFilename(filename, destdir, buffer, entry+uprv_strlen(entry), ".c", optFilename);
355 length=uprv_strlen(entry);
460 s+=uprv_strlen(s);
1020 entryLength=(int32_t)uprv_strlen(entry+entryLengthOffset);
    [all...]
  /external/chromium/third_party/icu/source/tools/gencase/
gencase.c 288 basename=filename+uprv_strlen(filename);
336 int32_t length=(int32_t)uprv_strlen(filename);
341 length+=(int32_t)uprv_strlen(suffix);
  /external/icu4c/tools/gencase/
gencase.c 290 basename=filename+uprv_strlen(filename);
338 int32_t length=(int32_t)uprv_strlen(filename);
343 length+=(int32_t)uprv_strlen(suffix);
  /external/chromium/third_party/icu/source/test/cintltst/
callcoll.c 140 uint32_t len = (uint32_t)uprv_strlen(dst);
393 gSortklen1 = uprv_strlen((const char *)sortKey1)+1;
394 gSortklen2 = uprv_strlen((const char *)sortKey2)+1;
    [all...]
  /external/icu4c/test/cintltst/
callcoll.c 139 uint32_t len = (uint32_t)uprv_strlen(dst);
393 gSortklen1 = uprv_strlen((const char *)sortKey1)+1;
394 gSortklen2 = uprv_strlen((const char *)sortKey2)+1;
    [all...]
  /external/chromium/third_party/icu/source/i18n/
csdetect.cpp 371 *resultLength = (int32_t)uprv_strlen(currName);
  /external/chromium/third_party/icu/source/io/
ufmt_cmn.c 233 sSize = uprv_strlen(s) + 1;
  /external/chromium/third_party/icu/source/test/intltest/
ucaconf.cpp 115 int32_t bufLen = (int32_t)uprv_strlen(buffer);
  /external/icu4c/i18n/
csdetect.cpp 371 *resultLength = (int32_t)uprv_strlen(currName);
  /external/icu4c/io/
ufmt_cmn.c 233 sSize = uprv_strlen(s) + 1;
  /external/icu4c/test/intltest/
ucaconf.cpp 115 int32_t bufLen = (int32_t)uprv_strlen(buffer);

Completed in 1127 milliseconds

1 2 34 5 6 7 8 9