Searched refs:DEFINE_IS_IN_UNICODE_BLOCK (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | i18n.cpp | 14 #define DEFINE_IS_IN_UNICODE_BLOCK(name, first, last) \ macro 23 DEFINE_IS_IN_UNICODE_BLOCK(Latin1Supplement, 0x0080, 0x00FF) 34 DEFINE_IS_IN_UNICODE_BLOCK(Arabic, 0x0600, 0x06FF) 36 DEFINE_IS_IN_UNICODE_BLOCK(ArabicSupplement, 0x0750, 0x077F) 42 DEFINE_IS_IN_UNICODE_BLOCK(ArabicExtendedA, 0x08A0, 0x08FF) 58 DEFINE_IS_IN_UNICODE_BLOCK(HangulJamo, 0x1100, 0x11FF) 62 DEFINE_IS_IN_UNICODE_BLOCK(UnifiedCanadianAboriginalSyllabics, 0x1400, 0x167F) 69 DEFINE_IS_IN_UNICODE_BLOCK(Khmer, 0x1780, 0x17FF) 71 DEFINE_IS_IN_UNICODE_BLOCK(UnifiedCanadianAboriginalSyllabicsExtended, 0x18B0, 0x18FF) 92 DEFINE_IS_IN_UNICODE_BLOCK(GeneralPunctuation, 0x2000, 0x206F) [all …]
|