HomeSort by relevance Sort by last modified time
    Searched refs:UCPTrie (Results 1 - 15 of 15) sorted by null

  /external/icu/icu4c/source/common/unicode/
ucptrie.h 4 // ucptrie.h (modified from utrie2.h)
25 * @see UCPTrie
48 * Do not access UCPTrie fields directly; use public functions and macros.
60 struct UCPTrie {
108 typedef struct UCPTrie UCPTrie;
112 * Selectors for the type of a UCPTrie.
143 * Selectors for the number of bits in a UCPTrie data value.
192 * @param data a pointer to 32-bit-aligned memory containing the binary data of a UCPTrie
205 U_CAPI UCPTrie * U_EXPORT
    [all...]
umutablecptrie.h 4 // umutablecptrie.h (split out of ucptrie.h)
16 #include "unicode/ucptrie.h"
26 * @see UCPTrie
37 * It builds a compacted, immutable UCPTrie.
45 * @see UCPTrie
55 * determines the number of bits in the data value in the resulting UCPTrie.
129 umutablecptrie_fromUCPTrie(const UCPTrie *trie, UErrorCode *pErrorCode);
205 * Compacts the data and builds an immutable UCPTrie according to the parameters.
217 * Not every possible set of mappings can be built into a UCPTrie,
234 U_CAPI UCPTrie * U_EXPORT
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
writesrc.h 26 #include "unicode/ucptrie.h"
80 * Calls usrc_writeArray() for the index and data arrays of a UCPTrie.
85 const UCPTrie *pTrie,
89 * Writes the UCPTrie struct values.
96 const UCPTrie *pTrie,
101 * Writes the UCPTrie arrays and struct values.
104 usrc_writeUCPTrie(FILE *f, const char *name, const UCPTrie *pTrie);
writesrc.cpp 25 #include "unicode/ucptrie.h"
249 const UCPTrie *pTrie,
262 const UCPTrie *pTrie,
293 usrc_writeUCPTrie(FILE *f, const char *name, const UCPTrie *pTrie) {
302 sprintf(line, "static const UCPTrie %s_trie={\n", name);
  /external/icu/icu4c/source/common/
ucptrie.cpp 4 // ucptrie.cpp (modified from utrie2.cpp)
13 #include "unicode/ucptrie.h"
21 U_CAPI UCPTrie * U_EXPORT2
71 UCPTrie tempTrie;
100 UCPTrie *trie = (UCPTrie *)uprv_malloc(sizeof(UCPTrie));
146 ucptrie_close(UCPTrie *trie) {
151 ucptrie_getType(const UCPTrie *trie) {
156 ucptrie_getValueWidth(const UCPTrie *trie)
    [all...]
ucptrie_impl.h 10 #include "unicode/ucptrie.h"
15 // UCPTrie signature values, in platform endianness and opposite endianness.
16 // The UCPTrie signature ASCII byte values spell "Tri3".
21 * Header data for the binary, memory-mappable representation of a UCPTrie/CodePointTrie.
144 ucptrie_printLengths(const UCPTrie *trie, const char *which);
150 * Format of the binary, memory-mappable representation of a UCPTrie/CodePointTrie.
umutablecptrie.cpp 13 #include "unicode/ucptrie.h"
75 static MutableCodePointTrie *fromUCPTrie(const UCPTrie *trie, UErrorCode &errorCode);
84 UCPTrie *build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &errorCode);
208 MutableCodePointTrie *MutableCodePointTrie::fromUCPTrie(const UCPTrie *trie, UErrorCode &errorCode) {
    [all...]
characterproperties.cpp 11 #include "unicode/ucptrie.h"
82 ucptrie_close(reinterpret_cast<UCPTrie *>(maps[i]));
loadednormalizer2impl.cpp 21 #include "unicode/ucptrie.h"
46 UCPTrie *ownedTrie;
normalizer2impl.h 27 #include "unicode/ucptrie.h"
253 void init(const int32_t *inIndexes, const UCPTrie *inTrie,
719 const UCPTrie *normTrie;
    [all...]
ulayout_props_data.h 251 static const UCPTrie inpc_trie={
571 static const UCPTrie insc_trie={
    [all...]
uprops.cpp 28 #include "unicode/ucptrie.h"
590 const UCPTrie *trie;
normalizer2impl.cpp 29 #include "unicode/ucptrie.h"
422 UCPTrie *trie;
431 Normalizer2Impl::init(const int32_t *inIndexes, const UCPTrie *inTrie,
    [all...]
norm2_nfc_data.h     [all...]
  /external/icu/icu4c/source/test/cintltst/
ucptrietest.c 9 #include "unicode/ucptrie.h"
109 testTrieGetRanges(const char *testName, const UCPTrie *trie, const UMutableCPTrie *mutableTrie,
184 testTrieGetters(const char *testName, const UCPTrie *trie,
386 const UCPTrie *trie, UCPTrieValueWidth valueWidth,
488 const UCPTrie *trie, UCPTrieValueWidth valueWidth,
493 // For testing, we only rely on U8_... and UCPTrie UTF-8 macros
689 testTrie(const char *testName, const UCPTrie *trie,
714 UCPTrie *trie;
    [all...]

Completed in 222 milliseconds