Searched refs:separatorIndex (Results 1 – 2 of 2) sorted by relevance
174 int separatorIndex = text.indexOf("."); in selectFileName() local176 (separatorIndex == -1 || mDocument.isDirectory()) ? text.length() : separatorIndex); in selectFileName()
393 int separatorIndex = effectSelection.indexOf('/'); in readEffectParameter() local395 effectSelection.substring(separatorIndex + 1); in readEffectParameter()