Searched refs:ignorecase (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_fnmatch.py | 96 ignorecase = os.path.normcase('ABC') == os.path.normcase('abc') 99 check('AbC', 'abc', ignorecase) 100 check('abc', 'AbC', ignorecase) 146 ignorecase = os.path.normcase('P') == os.path.normcase('p') 148 ['Test.py', 'Test.PL'] if ignorecase else ['Test.py']) 150 ['Test.py', 'Test.PL'] if ignorecase else ['Test.PL'])
|
/external/python/cpython3/Lib/test/ |
D | test_fnmatch.py | 79 ignorecase = os.path.normcase('ABC') == os.path.normcase('abc') 82 check('AbC', 'abc', ignorecase) 83 check('abc', 'AbC', ignorecase) 160 ignorecase = os.path.normcase('P') == os.path.normcase('p') 162 ['Test.py', 'Test.PL'] if ignorecase else ['Test.py']) 164 ['Test.py', 'Test.PL'] if ignorecase else ['Test.PL'])
|
/external/llvm-project/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
D | spawnbase.py | 40 self.ignorecase = False 223 if self.ignorecase:
|
D | pty_spawn.py | 232 s.append('ignorecase: ' + str(self.ignorecase))
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UTF16.java | 2362 public StringComparator(boolean codepointcompare, boolean ignorecase, int foldcaseoption) { in StringComparator() argument 2364 m_ignoreCase_ = ignorecase; in StringComparator() 2427 public void setIgnoreCase(boolean ignorecase, int foldcaseoption) { in setIgnoreCase() argument 2428 m_ignoreCase_ = ignorecase; in setIgnoreCase()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | UTF16.java | 2286 public StringComparator(boolean codepointcompare, boolean ignorecase, int foldcaseoption) { in StringComparator() argument 2288 m_ignoreCase_ = ignorecase; in StringComparator() 2346 public void setIgnoreCase(boolean ignorecase, int foldcaseoption) { in setIgnoreCase() argument 2347 m_ignoreCase_ = ignorecase; in setIgnoreCase()
|
/external/autotest/client/common_lib/ |
D | pexpect.py | 394 self.ignorecase = False 485 s.append('ignorecase: ' + str(self.ignorecase)) 1225 if self.ignorecase:
|
/external/libevent/ |
D | http.c | 3363 prefix_suffix_match(const char *pattern, const char *name, int ignorecase) in prefix_suffix_match() argument 3375 ignorecase)) in prefix_suffix_match() 3382 if (!ignorecase || in prefix_suffix_match()
|