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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
SpellCheckerProximityInfo.java 26 final public static int NUL = KeyDetector.NOT_A_CODE;
45 if (NUL != proximity[i]) indices.put(proximity[i], i / ROW_SIZE);
76 // and exactly PROXIMITY_GRID_WIDTH letters for a row. Pad with NUL's.
78 'q', 'w', 's', 'a', 'z', NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL
    [all...]
  /external/guava/guava/src/com/google/common/base/
Ascii.java 53 public static final byte NUL = 0;
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 464 milliseconds