Searched refs:startsWith (Results 1 – 6 of 6) sorted by relevance
70 } else if (comparatorName.startsWith("java_")) { in setup()96 if (comparatorName.startsWith("java_bytewise")) { in setup()98 } else if (comparatorName.startsWith("java_reverse_bytewise")) { in setup()
68 assertThat(slice.startsWith(match)).isTrue(); in sliceStartWith()69 assertThat(slice.startsWith(noMatch)).isFalse(); in sliceStartWith()
45 assert(fName.startsWith("OPTIONS-") == true); in getLatestOptionsFileName()
180 assertThat(buf).startsWith(value); in keyMayExistNonUnicodeString()
167 public boolean startsWith(final AbstractSlice<?> prefix) { in startsWith() method in AbstractSlice
877 if (arg.startsWith("--")) { in main()