HomeSort by relevance Sort by last modified time
    Searched refs:fullString (Results 1 - 3 of 3) sorted by null

  /external/protobuf/java/core/src/test/java/com/google/protobuf/
CodedOutputStreamTest.java 657 String fullString = fullString(c, length);
658 TestAllTypes testAllTypes = TestAllTypes.newBuilder().setOptionalString(fullString).build();
664 fullString,
668 private static String fullString(char c, int length) {
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java 125 final String fullString = TextUtils.join(separator, fullList);
126 final float fullWidth = paint.measureText(fullString);
144 assertEquals(fullString,
147 assertEquals(fullString,
156 assertFalse(fullString.equals(ellipsized));
    [all...]
  /external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
NanoTest.java     [all...]

Completed in 638 milliseconds