HomeSort by relevance Sort by last modified time
    Searched full:hwlc (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/test/java/libcore/java/lang/
OldStringTest.java 31 String hwlc = "helloworld"; field in class:OldStringTest
84 assertTrue("Returned false for equals strings.", hwlc
85 .equalsIgnoreCase(hwlc));
87 assertFalse("Returned true for different strings.", hwlc
160 true, 0, hwlc, 0, hwuc.length()));
162 false, 0, hwlc, 0, hwuc.length()));
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
String2Test.java 30 String hwlc = "helloworld"; field in class:String2Test
344 assertTrue("lc version returned unequal to uc", hwlc
779 .toLowerCase().equals(hwlc));
799 .toLowerCase(java.util.Locale.getDefault()).equals(hwlc));
819 assertTrue("Returned string is not UpperCase", hwlc.toUpperCase()
837 assertTrue("Returned string is not UpperCase", hwlc.toUpperCase()
    [all...]

Completed in 461 milliseconds