Searched refs:strNull (Results 1 – 1 of 1) sorted by relevance
115 String strNull = null; in test_String_length() local117 strNull.length(); in test_String_length()130 String strNull = null; in test_String_isEmpty() local132 strNull.isEmpty(); in test_String_isEmpty()210 String strNull = null; in test_String_charAtExc() local212 strNull.charAt(0); in test_String_charAtExc()368 String strNull = null; in testIndexOfNull() local370 testNullIndex(strNull, 'a'); in testIndexOfNull()375 testNullIndex(strNull, 'a', 0); in testIndexOfNull()380 testNullIndex(strNull, 'a', -1); in testIndexOfNull()[all …]