Home | History | Annotate | Download | only in toolutil

Lines Matching refs:uprv_strlen

313         s=filename+uprv_strlen(filename);
319 s+=uprv_strlen(s);
323 s+=uprv_strlen(s);
427 length = (uint32_t)(uprv_strlen(filename) + 1 + uprv_strlen(name) + 1);
470 length = (uint32_t)(uprv_strlen(filename) + 1 + uprv_strlen(name) + 1);
514 length = (uint32_t)(uprv_strlen(path) + 1);
515 uprv_strlen(source));
523 n = (int32_t)uprv_strlen(fullPath);