Home
last modified time | relevance | path

Searched refs:startsWithChar (Results 1 – 25 of 66) sorted by relevance

123

/dports/devel/juce/JUCE-f37e9a1/extras/Build/juce_build_tools/utils/
H A Djuce_RelativePath.h72 …return RelativePath (path.upToLastOccurrenceOf (".", ! extension.startsWithChar ('.'), false) + ex… in withFileExtension()
116 … if (path.startsWithChar (L'/') || path.startsWithChar (L'$') || path.startsWithChar (L'~')) in getFakeFile()
H A Djuce_BuildHelperFunctions.cpp326 …|| path.startsWithChar ('/') // (needed because File::isAbsolutePath will ignore forward-slashes o… in isAbsolutePath()
327 || path.startsWithChar ('$') in isAbsolutePath()
328 || path.startsWithChar ('~') in isAbsolutePath()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_formats/format/
H A Djuce_AudioFormatManager.cpp92 if (! fileExtension.startsWithChar ('.')) in findFormatForFileExtension()
113 e = (e.startsWithChar ('.') ? "*" : "*.") + e; in getWildcardForAllFormats()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/native/
H A Djuce_linux_CommonFile.cpp55 return getFileName().startsWithChar ('.'); in isHidden()
111 *isHidden = filenameFound.startsWithChar ('.'); in next()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/native/
H A Djuce_linux_CommonFile.cpp55 return getFileName().startsWithChar ('.'); in isHidden()
111 *isHidden = filenameFound.startsWithChar ('.'); in next()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_formats/format/
H A Djuce_AudioFormatManager.cpp93 if (! fileExtension.startsWithChar ('.')) in findFormatForFileExtension()
114 e = (e.startsWithChar ('.') ? "*" : "*.") + e; in getWildcardForAllFormats()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/native/
H A Djuce_linux_CommonFile.cpp55 return getFileName().startsWithChar ('.'); in isHidden()
111 *isHidden = filenameFound.startsWithChar ('.'); in next()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Utility/Helpers/
H A Djucer_CodeHelpers.cpp78 if (includePath.startsWithChar ('<') || includePath.startsWithChar ('"')) in createIncludeStatement()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ComponentEditor/
H A Djucer_GeneratedCode.cpp284 jassert (! tag.startsWithChar ('/')); in copyAcrossUserSections()
286 if (! tag.startsWithChar ('/')) in copyAcrossUserSections()
H A Djucer_UtilityFunctions.h66 if (wrapInTransMacro && lit.startsWithChar ('"')) in quotedString()
/dports/devel/juce/JUCE-f37e9a1/extras/BinaryBuilder/Source/
H A DMain.cpp90 || f.getFileName().startsWithChar ('.') in isHiddenFile()
/dports/lang/elm/compiler-0.19.1/compiler/src/Data/
H A DUtf8.hs10 , startsWithChar
142 startsWithChar :: (Char -> Bool) -> Utf8 t -> Bool
143 startsWithChar isGood bytes@(Utf8 ba#) = function
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/text/
H A Djuce_LocalisedStrings.cpp134 if (line.startsWithChar ('"')) in loadFromText()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/text/
H A Djuce_LocalisedStrings.cpp134 if (line.startsWithChar ('"')) in loadFromText()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/text/
H A Djuce_LocalisedStrings.cpp134 if (line.startsWithChar ('"')) in loadFromText()
/dports/audio/carla/Carla-2.4.1/source/modules/water/xml/
H A DXmlDocument.cpp590 if (entity.startsWithChar ('<') && entity [1] != 0) in readChildElements()
807 if (tokenisedDTD[i].startsWithChar ('%') in expandExternalEntity()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/xml/
H A Djuce_XmlDocument.cpp599 if (entity.startsWithChar ('<') && entity [1] != 0) in readChildElements()
826 if (tokenisedDTD[i].startsWithChar ('%') in expandExternalEntity()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/xml/
H A Djuce_XmlDocument.cpp599 if (entity.startsWithChar ('<') && entity [1] != 0) in readChildElements()
815 if (tokenisedDTD[i].startsWithChar ('%') in expandExternalEntity()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/xml/
H A Djuce_XmlDocument.cpp599 if (entity.startsWithChar ('<') && entity [1] != 0) in readChildElements()
815 if (tokenisedDTD[i].startsWithChar ('%') in expandExternalEntity()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_data_structures/app_properties/
H A Djuce_PropertiesFile.cpp108 return (filenameSuffix.startsWithChar (L'.') in getDefaultFile()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_data_structures/app_properties/
H A Djuce_PropertiesFile.cpp108 return (filenameSuffix.startsWithChar (L'.') in getDefaultFile()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_data_structures/app_properties/
H A Djuce_PropertiesFile.cpp109 return (filenameSuffix.startsWithChar (L'.') in getDefaultFile()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/files/
H A Djuce_File.cpp141 if (path.startsWithChar (getSeparatorChar())) in parseAbsolutePath()
180 if (path.startsWithChar ('~')) in parseAbsolutePath()
197 else if (! path.startsWithChar (getSeparatorChar())) in parseAbsolutePath()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/files/
H A Djuce_File.cpp141 if (path.startsWithChar (getSeparatorChar())) in parseAbsolutePath()
180 if (path.startsWithChar ('~')) in parseAbsolutePath()
197 else if (! path.startsWithChar (getSeparatorChar())) in parseAbsolutePath()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/files/
H A Djuce_File.cpp141 if (path.startsWithChar (getSeparatorChar())) in parseAbsolutePath()
180 if (path.startsWithChar ('~')) in parseAbsolutePath()
197 else if (! path.startsWithChar (getSeparatorChar())) in parseAbsolutePath()

123