aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/src/utils/char_utils.cpp
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2014-02-05 09:16:16 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-02-05 09:16:17 +0000
commitb162911fa4131cf90cd8dbaef325717eec4defa6 (patch)
tree62a6695832eb2344a3cc3880a225c6dfc13283c9 /native/jni/src/utils/char_utils.cpp
parentbbb6e8f10f6a73049fe1ecc81a9f60f23a9f8992 (diff)
parent43cf9076b2d053c554941e55f6073b8f586c510b (diff)
downloadlatinime-b162911fa4131cf90cd8dbaef325717eec4defa6.tar.gz
latinime-b162911fa4131cf90cd8dbaef325717eec4defa6.tar.xz
latinime-b162911fa4131cf90cd8dbaef325717eec4defa6.zip
Merge "[HD04] Make the locale mandatory."
Diffstat (limited to 'native/jni/src/utils/char_utils.cpp')
-rw-r--r--native/jni/src/utils/char_utils.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/native/jni/src/utils/char_utils.cpp b/native/jni/src/utils/char_utils.cpp
index 0e7039610..d41fc8924 100644
--- a/native/jni/src/utils/char_utils.cpp
+++ b/native/jni/src/utils/char_utils.cpp
@@ -1273,4 +1273,6 @@ static int compare_pair_capital(const void *a, const void *b) {
/* U+04F0 */ 0x0423, 0x0443, 0x0423, 0x0443, 0x0427, 0x0447, 0x04F6, 0x04F7,
/* U+04F8 */ 0x042B, 0x044B, 0x04FA, 0x04FB, 0x04FC, 0x04FD, 0x04FE, 0x04FF,
};
+
+/* static */ const std::vector<int> CharUtils::EMPTY_STRING(1 /* size */, '\0' /* value */);
} // namespace latinime