Searched refs:SKIP2 (Results 1 – 7 of 7) sorted by relevance
/third_party/icu/icu4c/source/tools/toolutil/ |
D | filetools.cpp | 35 #define SKIP2 ".." macro 60 … if (uprv_strcmp(dirEntry->d_name, SKIP1) != 0 && uprv_strcmp(dirEntry->d_name, SKIP2) != 0) { in isFileModTimeLater()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | filetools.cpp | 35 #define SKIP2 ".." macro 60 … if (uprv_strcmp(dirEntry->d_name, SKIP1) != 0 && uprv_strcmp(dirEntry->d_name, SKIP2) != 0) { in isFileModTimeLater()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | filetools.cpp | 35 #define SKIP2 ".." macro 60 … if (uprv_strcmp(dirEntry->d_name, SKIP1) != 0 && uprv_strcmp(dirEntry->d_name, SKIP2) != 0) { in isFileModTimeLater()
|
/third_party/node/deps/v8/src/debug/ |
D | liveedit.cc | 111 case SKIP2: in SaveResult() 143 SKIP2, enumerator 177 dir = SKIP2; in CompareUpToTail()
|
/third_party/node/deps/icu-small/source/common/ |
D | putil.cpp | 966 #define SKIP2 ".." macro 1002 if (uprv_strcmp(dirName, SKIP1) != 0 && uprv_strcmp(dirName, SKIP2) != 0 in searchForTZFile()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | putil.cpp | 957 #define SKIP2 ".." macro 993 if (uprv_strcmp(dirName, SKIP1) != 0 && uprv_strcmp(dirName, SKIP2) != 0 in searchForTZFile()
|
/third_party/icu/icu4c/source/common/ |
D | putil.cpp | 966 #define SKIP2 ".." macro 1002 if (uprv_strcmp(dirName, SKIP1) != 0 && uprv_strcmp(dirName, SKIP2) != 0 in searchForTZFile()
|