Lines Matching refs:get

111         String get = "";  in _toUpper()  local
115 get = oObj.toUpper(toCheck, 0, toCheck.length(), getLocale(i)); in _toUpper()
118 res &= get.equals(exp); in _toUpper()
123 log.println("Gained : " + get); in _toUpper()
140 String get = ""; in _toLower() local
144 get = oObj.toLower(toCheck,0,toCheck.length(),getLocale(i)); in _toLower()
147 res &= get.equals(exp); in _toLower()
152 log.println("Gained : " + get); in _toLower()
168 String get = ""; in _toTitle() local
172 get = oObj.toTitle(toCheck, 0, 1, getLocale(i)); in _toTitle()
175 res &= get.equals(exp); in _toTitle()
180 log.println("Gained : " + get); in _toTitle()
206 int get = oObj.getType(toCheck, i); in _getType() local
207 res &= (charstyles_office[get] == charstyles_office[i]); in _getType()
210 log.println("Gained: " + charstyles_office[get]); in _getType()
230 int get = oObj.getCharacterType(toCheck, i, getLocale(j)); in _getCharacterType() local
231 res &= (get == expected[i]); in _getCharacterType()
236 log.println("Gained: " + get); in _getCharacterType()
257 int get = oObj.getStringType(toCheck[j], 0, in _getStringType() local
259 res &= (get == exp[j]); in _getStringType()
264 log.println("Gained : " + get); in _getStringType()
284 short get = oObj.getCharacterDirection(toCheck, i); in _getCharacterDirection() local
285 res &= (get == i); in _getCharacterDirection()
288 log.println("Gained: " + get); in _getCharacterDirection()
325 int get = oObj.getScript(toCheck, i); in _getScript() local
326 res &= (get == i); in _getScript()
333 log.println("Gained: " + unicode_script[get]); in _getScript()