aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/src
diff options
context:
space:
mode:
Diffstat (limited to 'native/jni/src')
-rw-r--r--native/jni/src/defines.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/native/jni/src/defines.h b/native/jni/src/defines.h
index 28fe1fe37..379fb9dfd 100644
--- a/native/jni/src/defines.h
+++ b/native/jni/src/defines.h
@@ -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;