Searched refs:IgnoreCase (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/include/
H A DMatching.h376 enum { IgnoreCase = aIgnoreCase, MinLen = aMinLen, MaxLen = aMaxLen }; enumerator in enum:matching::ParsedRegexpFilter::__anon16490
378 ParsedRegexpFilter() : ParsedRegexpFilter_base (IgnoreCase, MinLen, MaxLen) {}
381 : ParsedRegexpFilter_base (aFilter, IgnoreCase, MinLen, MaxLen) {}
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DFdfParserLite.py772 # @param IgnoreCase Indicate case sensitive/non-sensitive search, default is case sensitive
776 def __IsToken(self, String, IgnoreCase = False):
782 if IgnoreCase:
799 # @param IgnoreCase Indicate case sensitive/non-sensitive search, default is case sensitive
803 def __IsKeyword(self, KeyWord, IgnoreCase = False):
809 if IgnoreCase:
1099 # @param IgnoreCase Indicate case sensitive/non-sensitive search, default is case sensitive
1103 def __SkipToToken(self, String, IgnoreCase = False):
1109 if IgnoreCase:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DFdfParser.py881 # @param IgnoreCase Indicate case sensitive/non-sensitive search, default is case sensitive
885 def __IsToken(self, String, IgnoreCase = False):
891 if IgnoreCase:
908 # @param IgnoreCase Indicate case sensitive/non-sensitive search, default is case sensitive
912 def __IsKeyword(self, KeyWord, IgnoreCase = False):
918 if IgnoreCase:
1218 # @param IgnoreCase Indicate case sensitive/non-sensitive search, default is case sensitive
1222 def __SkipToToken(self, String, IgnoreCase = False):
1228 if IgnoreCase:

Completed in 49 milliseconds