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

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
If.c 113 @param[in] CaseInsensitive TRUE to do non-case comparison, FALSE otherwise.
124 IN CONST BOOLEAN CaseInsensitive,
141 if ((CaseInsensitive && StringNoCaseCompare(&Compare1, &Compare2) > 0) || (StringCompare(&Compare1, &Compare2) > 0)) {
175 if ((CaseInsensitive && StringNoCaseCompare(&Compare1, &Compare2) < 0) || (StringCompare(&Compare1, &Compare2) < 0)) {
209 if ((CaseInsensitive && StringNoCaseCompare(&Compare1, &Compare2) == 0) || (StringCompare(&Compare1, &Compare2) == 0)) {
236 if ((CaseInsensitive && StringNoCaseCompare(&Compare1, &Compare2) != 0) || (StringCompare(&Compare1, &Compare2) != 0)) {
264 if ((CaseInsensitive && StringNoCaseCompare(&Compare1, &Compare2) >= 0) || (StringCompare(&Compare1, &Compare2) >= 0)) {
298 if ((CaseInsensitive && StringNoCaseCompare(&Compare1, &Compare2) <= 0) || (StringCompare(&Compare1, &Compare2) <= 0)) {
342 @param[in] CaseInsensitive TRUE for case insensitive, FALSE otherwise.
355 IN CONST BOOLEAN CaseInsensitive,
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/
jetty-io-8.1.14.v20131031.jar 
  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 237 if (!filename.endsWith(".skp", Qt::CaseInsensitive)) {
  /external/clang/unittests/Basic/
VirtualFileSystemTest.cpp 764 TEST_F(VFSFromYAMLTest, CaseInsensitive) {
    [all...]
  /external/regex-re2/re2/testing/
re2_test.cc     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
build.py     [all...]
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 307 milliseconds