Searched refs:U_FILE_SEP_CHAR (Results 51 - 75 of 81) sorted by relevance

1234

/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_genc.c288 swapFileSepChar(outFilePath, U_FILE_SEP_CHAR, '/');
598 if(*(outFilename-1)!=U_FILE_SEP_CHAR) {
599 *outFilename++=U_FILE_SEP_CHAR;
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.c280 swapFileSepChar(outFilePath, U_FILE_SEP_CHAR, '/');
590 if(*(outFilename-1)!=U_FILE_SEP_CHAR) {
591 *outFilename++=U_FILE_SEP_CHAR;
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dwrtjava.c639 if(outputDir[uprv_strlen(outputDir)-1] !=U_FILE_SEP_CHAR){
H A Dwrtxml.cpp1103 if(outputDir[uprv_strlen(outputDir)-1] !=U_FILE_SEP_CHAR){
H A Dreslist.c719 writtenFilename[off] = U_FILE_SEP_CHAR;
/external/icu/icu4c/source/tools/genrb/
H A Dwrtjava.c639 if(outputDir[uprv_strlen(outputDir)-1] !=U_FILE_SEP_CHAR){
H A Dwrtxml.cpp1113 if(outputDir[uprv_strlen(outputDir)-1] !=U_FILE_SEP_CHAR){
H A Dreslist.c816 writtenFilename[off] = U_FILE_SEP_CHAR;
/external/chromium_org/third_party/icu/source/test/iotest/
H A Diotest.cpp97 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
739 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
/external/chromium_org/third_party/icu/source/tools/gencnval/
H A Dgencnval.c265 if(*(end-1)!=U_FILE_SEP_CHAR) {
266 *(end++)=U_FILE_SEP_CHAR;
/external/icu/icu4c/source/test/iotest/
H A Diotest.cpp97 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
739 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
/external/icu/icu4c/source/tools/gencnval/
H A Dgencnval.c265 if(*(end-1)!=U_FILE_SEP_CHAR) {
266 *(end++)=U_FILE_SEP_CHAR;
/external/chromium_org/third_party/icu/source/tools/icuswap/
H A Dicuswap.cpp123 pname=strrchr(argv[0], U_FILE_SEP_CHAR);
/external/icu/icu4c/source/tools/icuswap/
H A Dicuswap.cpp123 pname=strrchr(argv[0], U_FILE_SEP_CHAR);
/external/chromium_org/third_party/icu/source/tools/dumpce/
H A Ddumpce.cpp465 if (dirending != U_FILE_SEP_CHAR) {
466 dir[dirlength] = U_FILE_SEP_CHAR;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dintltest.cpp432 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
1646 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
/external/chromium_org/third_party/icu/source/tools/pkgdata/
H A Dpkgdata.cpp1952 fprintf(stderr, "pkgdata: Error: absolute path encountered. Old style paths are not supported. Use relative paths such as 'fur.res' or 'translit%cfur.res'.\n\tBad path: '%s'\n", U_FILE_SEP_CHAR, s);
1962 uprv_strcat(tmp, o->srcDir[uprv_strlen(o->srcDir)-1] == U_FILE_SEP_CHAR ? "" : PKGDATA_FILE_SEP_STRING);
/external/icu/icu4c/source/test/intltest/
H A Dintltest.cpp432 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
1648 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
/external/icu/icu4c/source/tools/pkgdata/
H A Dpkgdata.cpp2042 fprintf(stderr, "pkgdata: Error: absolute path encountered. Old style paths are not supported. Use relative paths such as 'fur.res' or 'translit%cfur.res'.\n\tBad path: '%s'\n", U_FILE_SEP_CHAR, s);
2052 uprv_strcat(tmp, o->srcDir[uprv_strlen(o->srcDir)-1] == U_FILE_SEP_CHAR ? "" : PKGDATA_FILE_SEP_STRING);
/external/chromium_org/third_party/icu/source/extra/uconv/
H A Duconv.cpp1139 pname = uprv_strrchr(*argv, U_FILE_SEP_CHAR);
/external/icu/icu4c/source/extra/uconv/
H A Duconv.cpp1139 pname = uprv_strrchr(*argv, U_FILE_SEP_CHAR);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dudatatst.c124 const char dirSepString[] = {U_FILE_SEP_CHAR, 0};
/external/chromium_org/third_party/icu/source/test/letest/
H A Dletest.cpp1012 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
/external/icu/icu4c/source/test/cintltst/
H A Dudatatst.c124 const char dirSepString[] = {U_FILE_SEP_CHAR, 0};
/external/icu/icu4c/source/test/letest/
H A Dletest.cpp1014 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);

Completed in 902 milliseconds

1234