Home | History | Annotate | Download | only in genrb

Lines Matching refs:uprv_strlen

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)
678 + uprv_strlen(RES_SUFFIX) + 8));
695 int32_t dirlen = (int32_t)uprv_strlen(outputDir);
696 int32_t basenamelen = (int32_t)uprv_strlen(basename);