Searched defs:SKIP2 (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/tools/toolutil/
H A Dfiletools.cpp25 #define SKIP2 ".." macro
50 if (uprv_strcmp(dirEntry->d_name, SKIP1) != 0 && uprv_strcmp(dirEntry->d_name, SKIP2) != 0) {
/external/icu4c/common/
H A Dputil.c909 #define SKIP2 ".." macro
929 if (uprv_strcmp(dirName, SKIP1) != 0 && uprv_strcmp(dirName, SKIP2) != 0) {
/external/v8/src/
H A Dliveedit.cc108 case SKIP2:
139 SKIP2, enumerator in enum:v8::internal::Differencer::Direction
170 dir = SKIP2;

Completed in 105 milliseconds