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

  /external/guava/guava-tests/test/com/google/common/base/
FunctionsTest.java 208 Function<String, Integer> japaneseToInteger =
219 Functions.compose(integerToSpanish, japaneseToInteger);
237 Functions.compose(integerToSpanish, japaneseToInteger))
238 .addEqualityGroup(japaneseToInteger)
241 Functions.compose(japaneseToInteger, integerToSpanish))
251 Function<String, Integer> japaneseToInteger =
262 Functions.compose(integerToSpanish, japaneseToInteger);
267 Functions.compose(integerToSpanish, japaneseToInteger),
269 .addEqualityGroup(japaneseToInteger)
272 Functions.compose(japaneseToInteger, integerToSpanish)
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
FunctionsTest.java 141 Function<String, Integer> japaneseToInteger =
152 Functions.compose(integerToSpanish, japaneseToInteger);
170 Functions.compose(integerToSpanish, japaneseToInteger))
171 .addEqualityGroup(japaneseToInteger)
174 Functions.compose(japaneseToInteger, integerToSpanish))
180 Function<String, Integer> japaneseToInteger =
186 Functions.compose(numberToSpanish, japaneseToInteger);

Completed in 261 milliseconds