Home
last modified time | relevance | path

Searched refs:strNull (Results 1 – 1 of 1) sorted by relevance

/art/test/082-inline-execute/src/
DMain.java115 String strNull = null; in test_String_length() local
117 strNull.length(); in test_String_length()
130 String strNull = null; in test_String_isEmpty() local
132 strNull.isEmpty(); in test_String_isEmpty()
210 String strNull = null; in test_String_charAtExc() local
212 strNull.charAt(0); in test_String_charAtExc()
368 String strNull = null; in testIndexOfNull() local
370 testNullIndex(strNull, 'a'); in testIndexOfNull()
375 testNullIndex(strNull, 'a', 0); in testIndexOfNull()
380 testNullIndex(strNull, 'a', -1); in testIndexOfNull()
[all …]