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

1 23 4 5

  /external/icu4c/tools/toolutil/
toolutil.cpp 103 uprv_memmove(info.cFileName+(basename-pathname), info.cFileName, uprv_strlen(info.cFileName)+1);
writesrc.c 41 q=buffer+uprv_strlen(buffer);
ucbuf.c 653 dirlen = (int32_t)uprv_strlen(inputDir);
654 filelen = (int32_t)uprv_strlen(fileName);
  /external/icu4c/test/cintltst/
cldrtest.c     [all...]
udatatst.c     [all...]
cloctst.c     [all...]
crestst.c 774 char* fileName = (char*) malloc(uprv_strlen(testdatapath) +10);
868 if(uprv_strncmp(testline, buf,uprv_strlen(buf))!=0){
    [all...]
custrtrn.c 704 (const char *)withTrail8, uprv_strlen((const char *)withTrail8),
750 if(U_FAILURE(err) || u8DestLen!=uprv_strlen((const char *)withTrail8SubFFFD) ||
    [all...]
citertst.c     [all...]
  /external/icu4c/common/
ucnv_bld.cpp     [all...]
locmap.c 878 int32_t posixIDlen = (int32_t)uprv_strlen(posixID);
    [all...]
ucnv_io.cpp 571 if (uprv_strlen(alias) >= UCNV_MAX_CONVERTER_NAME_LENGTH) {
808 *resultLength = (int32_t)uprv_strlen(myStr);
    [all...]
ucasemap.cpp 488 srcLength=(int32_t)uprv_strlen((const char *)src);
uts46.cpp     [all...]
uhash.c 845 return s == NULL ? 0 : ustr_hashCharsN(s, uprv_strlen(s));
851 return s == NULL ? 0 : ustr_hashICharsN(s, uprv_strlen(s));
usprep.cpp 361 keyName.allocateInsteadAndCopy(uprv_strlen(name)+1) == NULL ||
363 keyPath.allocateInsteadAndCopy(uprv_strlen(path)+1) == NULL)
locdispnames.cpp 338 length=(int32_t)uprv_strlen(substitute);
ucnv_ct.c 518 sourceOffset = uprv_strlen((char*)escSeqCompoundText[currentState]) - args->converter->toULength;
  /external/icu4c/tools/genrb/
reslist.c 711 len = (int32_t)uprv_strlen(outputDir);
725 off += (int32_t)uprv_strlen(outputPkg);
730 len = (int32_t)uprv_strlen(bundle->fLocale);
    [all...]
  /external/icu4c/i18n/
ucurr.cpp 259 int32_t len = (int32_t)uprv_strlen(_id);
496 uloc_getParent(loc, loc, (int32_t)uprv_strlen(loc), &status);
    [all...]
tznames.cpp 174 newKey = (char *)uprv_malloc(uprv_strlen(key) + 1);
translit.cpp 761 int32_t length=(int32_t)uprv_strlen(RB_DISPLAY_NAME_PREFIX);
795 length=(int32_t)uprv_strlen(RB_SCRIPT_DISPLAY_NAME_PREFIX);
    [all...]
  /external/icu4c/tools/gendict/
gendict.cpp 398 if (end == s || *end != 0 || (int32_t)uprv_strlen(s) != valueLength || value > 0xffffffff) {
  /external/icu4c/tools/gensprep/
store.c 554 char* fileName = (char*) uprv_malloc(uprv_strlen(bundleName) +100);
  /external/icu4c/test/intltest/
restsnew.cpp     [all...]

Completed in 372 milliseconds

1 23 4 5