Searched refs:COMPACT_TRIE_MAGIC_1 (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/
H A Dtriedict.cpp406 #define COMPACT_TRIE_MAGIC_1 0x44696301 macro
414 if (fData->magic != COMPACT_TRIE_MAGIC_1) {
425 if (fData->magic != COMPACT_TRIE_MAGIC_1) {
1176 header->magic = COMPACT_TRIE_MAGIC_1;
1314 if (ds->readUInt32(header->magic) != COMPACT_TRIE_MAGIC_1

Completed in 53 milliseconds