Home
last modified time | relevance | path

Searched refs:toLowerIfNeed (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/qadevOOo/runner/convwatch/
H A DIniFile.java136 String toLowerIfNeed(String _sName) in toLowerIfNeed() method in IniFile
144 String sFindSection = toLowerIfNeed(buildSectionName(_sSection)); in findSection()
149 String sLine = toLowerIfNeed(getItem(i).trim()); in findSection()
182 _sKey = toLowerIfNeed(_sKey); in findKeyFromKnownSection()
201 String sKey = toLowerIfNeed(sLine.substring(0, nEqual).trim()); in findKeyFromKnownSection()
214 _sKey = toLowerIfNeed(_sKey); in findLastKnownKeyIndex()
234 String sKey = toLowerIfNeed(sLine.substring(0, nEqual).trim()); in findLastKnownKeyIndex()
/aoo4110/main/qadevOOo/runner/graphical/
H A DIniFile.java184 private String toLowerIfNeed(String _sName) in toLowerIfNeed() method in IniFile
192 String sFindSection = toLowerIfNeed(buildSectionName(_sSection)); in findSection()
197 String sLine = toLowerIfNeed(getItem(i).trim()); in findSection()
245 _sKey = toLowerIfNeed(_sKey); in findKeyFromKnownSection()
266 String sKey = toLowerIfNeed(sLine.substring(0, nEqual).trim()); in findKeyFromKnownSection()
279 _sKey = toLowerIfNeed(_sKey); in findLastKnownKeyIndex()
299 String sKey = toLowerIfNeed(sLine.substring(0, nEqual).trim()); in findLastKnownKeyIndex()
/aoo4110/main/testgraphical/ui/java/ConvwatchGUIProject/src/
H A DIniFile.java205 private String toLowerIfNeed(String _sName) in toLowerIfNeed() method in IniFile
213 String sFindSection = toLowerIfNeed(buildSectionName(_sSection)); in findSection()
218 String sLine = toLowerIfNeed(getItem(i).trim()); in findSection()
266 _sKey = toLowerIfNeed(_sKey); in findKeyFromKnownSection()
287 String sKey = toLowerIfNeed(sLine.substring(0, nEqual).trim()); in findKeyFromKnownSection()
300 _sKey = toLowerIfNeed(_sKey); in findLastKnownKeyIndex()
320 String sKey = toLowerIfNeed(sLine.substring(0, nEqual).trim()); in findLastKnownKeyIndex()

Completed in 42 milliseconds