Searched refs:HIBIT (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_unicode2.c | 181 #define HIBIT ((unsigned char)0x80) in remove_diacritic() macro 189 'u', 'u'|HIBIT, 'a'|HIBIT, 'g', 'k', 'o', in remove_diacritic() 190 'o'|HIBIT, 'j', 'g', 'n', 'a'|HIBIT, 'a', in remove_diacritic() 192 't', 'h', 'a', 'e', 'o'|HIBIT, 'o', in remove_diacritic() 193 'o'|HIBIT, 'y', '\0', '\0', '\0', '\0', in remove_diacritic() 195 'c'|HIBIT, 'd', 'd', 'e'|HIBIT, 'e', 'e'|HIBIT, in remove_diacritic() 198 'o'|HIBIT, 'p', 'r', 'r'|HIBIT, 'r', 's', in remove_diacritic() 199 's'|HIBIT, 't', 'u', 'u'|HIBIT, 'v', 'w', in remove_diacritic() 201 'w', 'y', 'a', 'a'|HIBIT, 'a'|HIBIT, 'a'|HIBIT, in remove_diacritic() 202 'e', 'e'|HIBIT, 'e'|HIBIT, 'i', 'o', 'o'|HIBIT, in remove_diacritic() [all …]
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_unicode2.c | 50 #define HIBIT ((unsigned char)0x80) in fts5_remove_diacritic() macro 58 'u', 'u'|HIBIT, 'a'|HIBIT, 'g', 'k', 'o', in fts5_remove_diacritic() 59 'o'|HIBIT, 'j', 'g', 'n', 'a'|HIBIT, 'a', in fts5_remove_diacritic() 61 't', 'h', 'a', 'e', 'o'|HIBIT, 'o', in fts5_remove_diacritic() 62 'o'|HIBIT, 'y', '\0', '\0', '\0', '\0', in fts5_remove_diacritic() 64 'c'|HIBIT, 'd', 'd', 'e'|HIBIT, 'e', 'e'|HIBIT, in fts5_remove_diacritic() 67 'o'|HIBIT, 'p', 'r', 'r'|HIBIT, 'r', 's', in fts5_remove_diacritic() 68 's'|HIBIT, 't', 'u', 'u'|HIBIT, 'v', 'w', in fts5_remove_diacritic() 70 'w', 'y', 'a', 'a'|HIBIT, 'a'|HIBIT, 'a'|HIBIT, in fts5_remove_diacritic() 71 'e', 'e'|HIBIT, 'e'|HIBIT, 'i', 'o', 'o'|HIBIT, in fts5_remove_diacritic() [all …]
|