Home | History | Annotate | Download | only in genrb

Lines Matching full:uprv_strlen

144         if(uprv_strlen(s) != 1 || (s[0] < '1' && '3' < s[0])) {
300 char *nameWithoutSuffix = static_cast<char *>(uprv_malloc(uprv_strlen(poolResName) + 1));
573 filelen = (int32_t)uprv_strlen(filename);
598 dirlen = (int32_t)uprv_strlen(inputDir);
601 dirlen = (int32_t)uprv_strlen(inputDir);
752 pkgLen = (int32_t)(1 + uprv_strlen(packageName));
759 basename = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(filename) + 1));
767 dirname = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(filename) + 1));
777 resName = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(dirname)
779 + uprv_strlen(basename)
780 + uprv_strlen(RES_SUFFIX) + 8));
797 int32_t dirlen = (int32_t)uprv_strlen(outputDir);
798 int32_t basenamelen = (int32_t)uprv_strlen(basename);