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

  /external/lzma/CPP/7zip/UI/Common/
PropIDUtils.cpp 89 bool isPosix = ((wa & 0xF0000000) != 0);
92 if (isPosix)
122 if (isPosix)
  /external/cldr/tools/java/org/unicode/cldr/test/
DisplayAndInputProcessor.java 152 private boolean isPosix;
168 isPosix = locale.toString().indexOf("POSIX") >= 0;
260 value = getCanonicalPattern(value, numericType, isPosix);
388 value = getCanonicalPattern(value, numericType, isPosix);
    [all...]

Completed in 84 milliseconds