HomeSort by relevance Sort by last modified time
    Searched refs:UTrie2 (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/tools/toolutil/
writesrc.h 24 #include "utrie2.h"
54 * Calls usrc_writeArray() for the index and data arrays of a frozen UTrie2.
55 * Only the index array is written for a 16-bit UTrie2. In this case, dataPrefix
61 const UTrie2 *pTrie,
65 * Writes the UTrie2 struct values.
72 const UTrie2 *pTrie,
writesrc.c 23 #include "utrie2.h"
159 const UTrie2 *pTrie,
174 const UTrie2 *pTrie,
  /external/chromium_org/third_party/icu/source/common/
utrie2.h 8 * file name: utrie2.h
37 * This is the second common version of a Unicode trie (hence the name UTrie2).
60 struct UTrie2;
61 typedef struct UTrie2 UTrie2;
63 /* Public UTrie2 API functions: read-only access ---------------------------- */
66 * Selectors for the width of a UTrie2 data value.
69 /** 16 bits per UTrie2 data value. */
71 /** 32 bits per UTrie2 data value. */
73 /** Number of selectors for the width of UTrie2 data values. *
    [all...]
utrie2.cpp 8 * file name: utrie2.cpp
19 * This is the second common version of a Unicode trie (hence the name UTrie2).
20 * See utrie2.h for a comparison.
31 #include "utrie2.h"
34 /* Public UTrie2 API implementation ----------------------------------------- */
56 utrie2_get32(const UTrie2 *trie, UChar32 c) {
69 utrie2_get32FromLeadSurrogateCodeUnit(const UTrie2 *trie, UChar32 c) {
83 u8Index(const UTrie2 *trie, UChar32 c, int32_t i) {
93 utrie2_internalU8NextIndex(const UTrie2 *trie, UChar32 c,
108 utrie2_internalU8PrevIndex(const UTrie2 *trie, UChar32 c
    [all...]
propsvec.h 24 #include "utrie2.h"
55 * which are used to initialize a UTrie2 or similar.
153 * Call upvec_compact(), create a 16-bit UTrie2 with indexes into the compacted
156 U_CAPI UTrie2 * U_EXPORT2
160 UTrie2 *trie;
utrie2_builder.c 13 * created on: 2008sep26 (split off from utrie2.c)
19 * This is the second common version of a Unicode trie (hence the name UTrie2).
20 * See utrie2.h for a comparison.
23 * See utrie2.c for the runtime and enumeration code.
31 #include "utrie2.h"
108 U_CAPI UTrie2 * U_EXPORT2
110 UTrie2 *trie;
119 trie=(UTrie2 *)uprv_malloc(sizeof(UTrie2));
130 uprv_memset(trie, 0, sizeof(UTrie2));
    [all...]
normalizer2impl.h 30 #include "utrie2.h"
209 const UTrie2 *getNormTrie() const { return normTrie; }
210 const UTrie2 *getFCDTrie(UErrorCode &errorCode) const ;
253 UTrie2 *newFCDTrie, UErrorCode &errorCode) const;
469 const UTrie2 *fcdTrie() const { return (const UTrie2 *)fcdTrieSingleton.fInstance; }
490 UTrie2 *normTrie;
528 static const UTrie2 *getFCDTrie(UErrorCode &errorCode);
685 * UTrie2 normTrie; -- see utrie2_impl.h and utrie2.
    [all...]
ubidi_props.c 27 #include "utrie2.h"
37 UTrie2 trie;
  /external/icu4c/common/
utrie2.h 8 * file name: utrie2.h
38 * This is the second common version of a Unicode trie (hence the name UTrie2).
61 struct UTrie2;
62 typedef struct UTrie2 UTrie2;
64 /* Public UTrie2 API functions: read-only access ---------------------------- */
67 * Selectors for the width of a UTrie2 data value.
70 /** 16 bits per UTrie2 data value. */
72 /** 32 bits per UTrie2 data value. */
74 /** Number of selectors for the width of UTrie2 data values. *
    [all...]
utrie2.cpp 8 * file name: utrie2.cpp
19 * This is the second common version of a Unicode trie (hence the name UTrie2).
20 * See utrie2.h for a comparison.
34 #include "utrie2.h"
38 /* Public UTrie2 API implementation ----------------------------------------- */
60 utrie2_get32(const UTrie2 *trie, UChar32 c) {
73 utrie2_get32FromLeadSurrogateCodeUnit(const UTrie2 *trie, UChar32 c) {
87 u8Index(const UTrie2 *trie, UChar32 c, int32_t i) {
97 utrie2_internalU8NextIndex(const UTrie2 *trie, UChar32 c,
112 utrie2_internalU8PrevIndex(const UTrie2 *trie, UChar32 c
    [all...]
propsvec.h 24 #include "utrie2.h"
55 * which are used to initialize a UTrie2 or similar.
153 * Call upvec_compact(), create a 16-bit UTrie2 with indexes into the compacted
156 U_CAPI UTrie2 * U_EXPORT2
160 UTrie2 *trie;
utrie2_builder.cpp 13 * created on: 2008sep26 (split off from utrie2.c)
19 * This is the second common version of a Unicode trie (hence the name UTrie2).
20 * See utrie2.h for a comparison.
23 * See utrie2.c for the runtime and enumeration code.
31 #include "utrie2.h"
108 U_CAPI UTrie2 * U_EXPORT2
110 UTrie2 *trie;
119 trie=(UTrie2 *)uprv_malloc(sizeof(UTrie2));
130 uprv_memset(trie, 0, sizeof(UTrie2));
    [all...]
ubidi_props.c 26 #include "utrie2.h"
36 UTrie2 trie;
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_wsconf.h 30 #include "utrie2.h"
44 UTrie2 *trie; // Any-case or Lower-case Trie.
uspoof_impl.h 18 #include "utrie2.h"
323 UTrie2 *fAnyCaseTrie;
324 UTrie2 *fLowerCaseTrie;
392 // The actual data consists of a utrie2 to map from a code point to an offset,
uspoof_wsconf.cpp 113 UTrie2 *anyCaseTrie = NULL;
114 UTrie2 *lowerCaseTrie = NULL;
211 UTrie2 *table = anyCaseTrie;
  /external/icu4c/i18n/
uspoof_wsconf.h 30 #include "utrie2.h"
44 UTrie2 *trie; // Any-case or Lower-case Trie.
uspoof_impl.h 21 #include "utrie2.h"
254 UTrie2 *fAnyCaseTrie;
255 UTrie2 *fLowerCaseTrie;
323 // The actual data consists of a utrie2 to map from a code point to an offset,
uspoof_wsconf.cpp 115 UTrie2 *anyCaseTrie = NULL;
116 UTrie2 *lowerCaseTrie = NULL;
210 UTrie2 *table = anyCaseTrie;
  /external/icu4c/tools/toolutil/
writesrc.h 24 #include "utrie2.h"
54 * Calls usrc_writeArray() for the index and data arrays of a frozen UTrie2.
55 * Only the index array is written for a 16-bit UTrie2. In this case, dataPrefix
61 const UTrie2 *pTrie,
65 * Writes the UTrie2 struct values.
72 const UTrie2 *pTrie,
writesrc.c 23 #include "utrie2.h"
164 const UTrie2 *pTrie,
179 const UTrie2 *pTrie,
  /external/chromium_org/third_party/icu/source/tools/gennorm2/
n2builder.h 28 #include "utrie2.h"
102 UTrie2 *normTrie;
112 UTrie2 *norm16Trie;
  /external/icu4c/tools/gennorm2/
n2builder.h 28 #include "utrie2.h"
102 UTrie2 *normTrie;
112 UTrie2 *norm16Trie;
  /external/chromium_org/third_party/icu/source/test/cintltst/
trie2test.c 19 #include "utrie2.h"
98 const UTrie2 *trie,
111 const UTrie2 *trie, UTrie2ValueBits valueBits,
270 const UTrie2 *trie, UTrie2ValueBits valueBits,
350 const UTrie2 *trie, UTrie2ValueBits valueBits,
486 UTrie2 *trie, UTrie2ValueBits valueBits,
534 testNewTrie(const char *testName, const UTrie2 *trie,
543 UTrie2 *trie, UTrie2ValueBits valueBits,
590 UTrie2 *clone=utrie2_clone(trie, &errorCode);
592 log_err("error: cloning a frozen UTrie2 failed (%s) - %s\n"
    [all...]
  /external/icu4c/test/cintltst/
trie2test.c 19 #include "utrie2.h"
98 const UTrie2 *trie,
111 const UTrie2 *trie, UTrie2ValueBits valueBits,
270 const UTrie2 *trie, UTrie2ValueBits valueBits,
350 const UTrie2 *trie, UTrie2ValueBits valueBits,
486 UTrie2 *trie, UTrie2ValueBits valueBits,
534 testNewTrie(const char *testName, const UTrie2 *trie,
543 UTrie2 *trie, UTrie2ValueBits valueBits,
590 UTrie2 *clone=utrie2_clone(trie, &errorCode);
592 log_err("error: cloning a frozen UTrie2 failed (%s) - %s\n"
    [all...]

Completed in 344 milliseconds

1 2