Searched refs:sCompleteProp (Results 1 – 1 of 1) sorted by relevance
86 String sCompleteProp = sProp + "=" + p.getProperty(sProp); in main() local87 char[] arChars = new char[sCompleteProp.length()]; in main()88 sCompleteProp.getChars(0, sCompleteProp.length(), arChars, 0); in main()
Completed in 6 milliseconds