Home
last modified time | relevance | path

Searched refs:containsWholeWordIgnoreCase (Results 1 – 12 of 12) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/keyboard/
H A Djuce_KeyPress.cpp179 if (desc.containsWholeWordIgnoreCase (KeyPressHelpers::modifierNames[i].name)) in createFromDescription()
186 if (desc.containsWholeWordIgnoreCase (String (KeyPressHelpers::translations[i].name))) in createFromDescription()
203 if (desc.containsWholeWordIgnoreCase ("f" + String (i))) in createFromDescription()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/keyboard/
H A Djuce_KeyPress.cpp179 if (desc.containsWholeWordIgnoreCase (KeyPressHelpers::modifierNames[i].name)) in createFromDescription()
186 if (desc.containsWholeWordIgnoreCase (String (KeyPressHelpers::translations[i].name))) in createFromDescription()
203 if (desc.containsWholeWordIgnoreCase ("f" + String (i))) in createFromDescription()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/fonts/
H A Djuce_Typeface.cpp48 return style.containsWholeWordIgnoreCase ("Bold"); in isBold()
53 return style.containsWholeWordIgnoreCase ("Italic") in isItalic()
54 || style.containsWholeWordIgnoreCase ("Oblique"); in isItalic()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/fonts/
H A Djuce_Typeface.cpp48 return style.containsWholeWordIgnoreCase ("Bold"); in isBold()
53 return style.containsWholeWordIgnoreCase ("Italic") in isItalic()
54 || style.containsWholeWordIgnoreCase ("Oblique"); in isItalic()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/text/
H A Djuce_String.cpp1108 bool String::containsWholeWordIgnoreCase (StringRef wordToLookFor) const noexcept in containsWholeWordIgnoreCase() function in juce::String
2656 expect (s5.containsWholeWordIgnoreCase (String (L"Word2"))); in runTest()
2658 expect (s5.containsWholeWordIgnoreCase (String (L"Word"))); in runTest()
2659 expect (s5.containsWholeWordIgnoreCase ("Word3")); in runTest()
2660 expect (! s5.containsWholeWordIgnoreCase (String (L"Wordx"))); in runTest()
2661 expect (! s5.containsWholeWordIgnoreCase ("xWord2")); in runTest()
H A Djuce_String.h433 bool containsWholeWordIgnoreCase (StringRef wordToLookFor) const noexcept;
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/text/
H A Djuce_String.cpp1108 bool String::containsWholeWordIgnoreCase (StringRef wordToLookFor) const noexcept in containsWholeWordIgnoreCase() function in juce::String
2654 expect (s5.containsWholeWordIgnoreCase (String (L"Word2"))); in runTest()
2656 expect (s5.containsWholeWordIgnoreCase (String (L"Word"))); in runTest()
2657 expect (s5.containsWholeWordIgnoreCase ("Word3")); in runTest()
2658 expect (! s5.containsWholeWordIgnoreCase (String (L"Wordx"))); in runTest()
2659 expect (! s5.containsWholeWordIgnoreCase ("xWord2")); in runTest()
H A Djuce_String.h433 bool containsWholeWordIgnoreCase (StringRef wordToLookFor) const noexcept;
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/text/
H A Djuce_String.cpp1110 bool String::containsWholeWordIgnoreCase (StringRef wordToLookFor) const noexcept in containsWholeWordIgnoreCase() function in juce::String
2650 expect (s5.containsWholeWordIgnoreCase (String (L"Word2"))); in runTest()
2652 expect (s5.containsWholeWordIgnoreCase (String (L"Word"))); in runTest()
2653 expect (s5.containsWholeWordIgnoreCase ("Word3")); in runTest()
2654 expect (! s5.containsWholeWordIgnoreCase (String (L"Wordx"))); in runTest()
2655 expect (! s5.containsWholeWordIgnoreCase ("xWord2")); in runTest()
H A Djuce_String.h419 bool containsWholeWordIgnoreCase (StringRef wordToLookFor) const noexcept;
/dports/audio/carla/Carla-2.4.1/source/modules/water/text/
H A DString.h363 bool containsWholeWordIgnoreCase (StringRef wordToLookFor) const noexcept;
H A DString.cpp995 bool String::containsWholeWordIgnoreCase (StringRef wordToLookFor) const noexcept in containsWholeWordIgnoreCase() function in water::String