am bc218dda: Merge "add a default vaule for getMatchedProximityType" into jb-mr2-dev

* commit 'bc218dda8bd9395be0eec3836ed06fb27ce0968f':
  add a default vaule for getMatchedProximityType
main
Satoshi Kataoka 2013-03-01 03:46:11 +00:00 committed by Android Git Automerger
commit 50705703ed
1 changed files with 2 additions and 0 deletions

View File

@ -400,6 +400,8 @@ typedef enum {
NEAR_PROXIMITY_CHAR,
// It is an unrelated char
UNRELATED_CHAR,
// It is an unrelated char and not a substitution
UNRELATED_AND_NOT_SUBSTITUTION_CHAR,
// Additional proximity char which can differ by language.
ADDITIONAL_PROXIMITY_CHAR
} ProximityType;