Lines Matching refs:i

114         for (int i=0;i<7;i++) {  in _toUpper()
115 get = oObj.toUpper(toCheck, 0, toCheck.length(), getLocale(i)); in _toUpper()
117 new java.util.Locale(languages[i], countries[i])); in _toUpper()
120 log.println("FAILED for: language=" + languages[i] + in _toUpper()
121 " ; country=" + countries[i]); in _toUpper()
143 for (int i=0;i<7;i++) { in _toLower()
144 get = oObj.toLower(toCheck,0,toCheck.length(),getLocale(i)); in _toLower()
146 new java.util.Locale(languages[i],countries[i])); in _toLower()
149 log.println("FAILED for: language=" + languages[i] in _toLower()
150 + " ; country=" + countries[i]); in _toLower()
171 for (int i=0;i<7;i++) { in _toTitle()
172 get = oObj.toTitle(toCheck, 0, 1, getLocale(i)); in _toTitle()
177 log.println("FAILED for: language=" + languages[i] in _toTitle()
178 + " ; country=" + countries[i]); in _toTitle()
205 for (int i=0;i<characters.length;i++) { in _getType()
206 int get = oObj.getType(toCheck, i); in _getType()
207 res &= (charstyles_office[get] == charstyles_office[i]); in _getType()
209 log.println("Code :" + Integer.toHexString(charsInt[i])); in _getType()
211 log.println("Expected : " + charstyles_office[i]); in _getType()
228 for (int i=0;i<toCheck.length();i++) { in _getCharacterType()
230 int get = oObj.getCharacterType(toCheck, i, getLocale(j)); in _getCharacterType()
231 res &= (get == expected[i]); in _getCharacterType()
235 log.println("Sysmbol :" + toCheck.toCharArray()[i]); in _getCharacterType()
237 log.println("Expected : " + expected[i]); in _getCharacterType()
256 for (int i=0;i<7;i++) { in _getStringType()
258 toCheck[j].length(), getLocale(i)); in _getStringType()
261 log.println("FAILED for: language=" + languages[i] + in _getStringType()
262 " ; country=" + countries[i]); in _getStringType()
283 for (short i=0;i<19;i++) { in _getCharacterDirection()
284 short get = oObj.getCharacterDirection(toCheck, i); in _getCharacterDirection()
285 res &= (get == i); in _getCharacterDirection()
287 log.println("Code :" + toCheck.toCharArray()[i]); in _getCharacterDirection()
289 log.println("Expected: " + i); in _getCharacterDirection()
324 for (int i=0;i<characters.length;i++) { in _getScript()
325 int get = oObj.getScript(toCheck, i); in _getScript()
326 res &= (get == i); in _getScript()
329 if (toCheck.substring(i, i + 1).hashCode() == 55296) res = true; in _getScript()
331 log.println("-- " + toCheck.substring(i, i + 1).hashCode()); in _getScript()
332 log.println("Code: " + Integer.toHexString(charsInt[i])); in _getScript()
334 log.println("Expected: " + unicode_script[i]); in _getScript()
355 for (int i=0;i<7;i++) { in _parseAnyToken()
356 pRes = oObj.parseAnyToken(toCheck, 1, getLocale(i), in _parseAnyToken()
361 pRes = oObj.parseAnyToken(toCheck, 4, getLocale(i), in _parseAnyToken()
366 pRes = oObj.parseAnyToken(toCheck, 9, getLocale(i), in _parseAnyToken()
388 for (int i=0;i<7;i++) { in _parsePredefinedToken()
390 1, getLocale(i), nStartFlags, "", nContFlags, ""); in _parsePredefinedToken()
393 4, getLocale(i), nStartFlags, "", nContFlags, ""); in _parsePredefinedToken()