Home
last modified time | relevance | path

Searched refs:isPosix (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DPropIDUtils.cpp89 bool isPosix = ((wa & 0xF0000000) != 0); in ConvertWinAttribToString() local
92 if (isPosix) in ConvertWinAttribToString()
122 if (isPosix) in ConvertWinAttribToString()
/external/cldr/tools/java/org/unicode/cldr/test/
DDisplayAndInputProcessor.java152 private boolean isPosix; field in DisplayAndInputProcessor
168 isPosix = locale.toString().indexOf("POSIX") >= 0; in init()
260 value = getCanonicalPattern(value, numericType, isPosix); in processForDisplay()
388 value = getCanonicalPattern(value, numericType, isPosix); in processInput()