Lines Matching refs:res

108         boolean res = true;  in _toUpper()
118 res &= get.equals(exp); in _toUpper()
119 if (!res) { in _toUpper()
126 tRes.tested("toUpper()", res); in _toUpper()
137 boolean res = true; in _toLower()
147 res &= get.equals(exp); in _toLower()
148 if (!res) { in _toLower()
155 tRes.tested("toLower()", res); in _toLower()
166 boolean res = true; in _toTitle()
175 res &= get.equals(exp); in _toTitle()
176 if (!res) { in _toTitle()
183 tRes.tested("toTitle()", res); in _toTitle()
196 boolean res = true; in _getType()
207 res &= (charstyles_office[get] == charstyles_office[i]); in _getType()
208 if (!res) { in _getType()
214 tRes.tested("getType()", res); in _getType()
224 boolean res = true; in _getCharacterType()
231 res &= (get == expected[i]); in _getCharacterType()
232 if (!res) { in _getCharacterType()
241 tRes.tested("getCharacterType()", res); in _getCharacterType()
251 boolean res = true; in _getStringType()
259 res &= (get == exp[j]); in _getStringType()
260 if (!res) { in _getStringType()
268 tRes.tested("getStringType()", res); in _getStringType()
280 boolean res = true; in _getCharacterDirection()
285 res &= (get == i); in _getCharacterDirection()
286 if (!res) { in _getCharacterDirection()
292 tRes.tested("getCharacterDirection()", res); in _getCharacterDirection()
307 boolean res = true; in _getScript()
326 res &= (get == i); in _getScript()
329 if (toCheck.substring(i, i + 1).hashCode() == 55296) res = true; in _getScript()
330 if (!res) { in _getScript()
337 tRes.tested("getScript()", res); in _getScript()
353 boolean res = true; in _parseAnyToken()
358 res = ( (pRes.CharLen==2) in _parseAnyToken()
363 res &= ( (pRes.CharLen==4) in _parseAnyToken()
368 res &= ( (pRes.CharLen==1) in _parseAnyToken()
372 tRes.tested("parseAnyToken()", res); in _parseAnyToken()
386 boolean res = true; in _parsePredefinedToken()
391 res = (pRes.CharLen==0); in _parsePredefinedToken()
394 res &= ( (pRes.CharLen==3) in _parsePredefinedToken()
398 tRes.tested("parsePredefinedToken()", res); in _parsePredefinedToken()