HomeSort by relevance Sort by last modified time
    Searched defs:isWordBreak (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 147 if (!isWordBreak(nextChar)) {
280 } while (!isWordBreak(nextChar));
493 if ((endChar == nextChar) || !isWordBreak(endChar)) {
541 private boolean isWordBreak(int index) {
600 * a different smiley, if {@link #isWordBreak} would not already
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 53 milliseconds