HomeSort by relevance Sort by last modified time
    Searched refs:SKIP2 (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/icu/source/tools/toolutil/
filetools.cpp 25 #define SKIP2 ".."
50 if (uprv_strcmp(dirEntry->d_name, SKIP1) != 0 && uprv_strcmp(dirEntry->d_name, SKIP2) != 0) {
  /external/icu4c/tools/toolutil/
filetools.cpp 25 #define SKIP2 ".."
50 if (uprv_strcmp(dirEntry->d_name, SKIP1) != 0 && uprv_strcmp(dirEntry->d_name, SKIP2) != 0) {
  /external/chromium/third_party/icu/source/common/
putil.c 841 #define SKIP2 ".."
861 if (uprv_strcmp(dirEntry->d_name, SKIP1) != 0 && uprv_strcmp(dirEntry->d_name, SKIP2) != 0) {
    [all...]
  /external/icu4c/common/
putil.c 867 #define SKIP2 ".."
886 if (uprv_strcmp(dirEntry->d_name, SKIP1) != 0 && uprv_strcmp(dirEntry->d_name, SKIP2) != 0) {
    [all...]

Completed in 39 milliseconds