Home
last modified time | relevance | path

Searched refs:UTrie2 (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/flutter/skia/third_party/externals/icu/source/common/
Dutrie2.h65 struct UTrie2;
66 typedef struct UTrie2 UTrie2; typedef
102 U_CAPI UTrie2 * U_EXPORT2
128 U_CAPI UTrie2 * U_EXPORT2
144 utrie2_get32(const UTrie2 *trie, UChar32 c);
194 utrie2_enum(const UTrie2 *trie,
210 U_CAPI UTrie2 * U_EXPORT2
221 U_CAPI UTrie2 * U_EXPORT2
222 utrie2_clone(const UTrie2 *other, UErrorCode *pErrorCode);
233 U_CAPI UTrie2 * U_EXPORT2
[all …]
Dutrie2.cpp61 utrie2_get32(const UTrie2 *trie, UChar32 c) { in utrie2_get32()
74 utrie2_get32FromLeadSurrogateCodeUnit(const UTrie2 *trie, UChar32 c) { in utrie2_get32FromLeadSurrogateCodeUnit()
88 u8Index(const UTrie2 *trie, UChar32 c, int32_t i) { in u8Index()
98 utrie2_internalU8NextIndex(const UTrie2 *trie, UChar32 c, in utrie2_internalU8NextIndex()
113 utrie2_internalU8PrevIndex(const UTrie2 *trie, UChar32 c, in utrie2_internalU8PrevIndex()
128 U_CAPI UTrie2 * U_EXPORT2
136 UTrie2 tempTrie; in utrie2_openFromSerialized()
137 UTrie2 *trie; in utrie2_openFromSerialized()
195 trie=(UTrie2 *)uprv_malloc(sizeof(UTrie2)); in utrie2_openFromSerialized()
238 U_CAPI UTrie2 * U_EXPORT2
[all …]
Dutrie2_builder.cpp115 U_CAPI UTrie2 * U_EXPORT2
117 UTrie2 *trie; in utrie2_open()
126 trie=(UTrie2 *)uprv_malloc(sizeof(UTrie2)); in utrie2_open()
137 uprv_memset(trie, 0, sizeof(UTrie2)); in utrie2_open()
298 U_CAPI UTrie2 * U_EXPORT2
299 utrie2_clone(const UTrie2 *other, UErrorCode *pErrorCode) { in utrie2_clone()
300 UTrie2 *trie; in utrie2_clone()
310 trie=(UTrie2 *)uprv_malloc(sizeof(UTrie2)); in utrie2_clone()
314 uprv_memcpy(trie, other, sizeof(UTrie2)); in utrie2_clone()
343 UTrie2 *trie;
[all …]
Duchar_props_data.h1360 static const UTrie2 propsTrie={
3254 static const UTrie2 propsVectorsTrie={
Dpropsvec.h158 U_CAPI UTrie2 * U_EXPORT2
162 UTrie2 *trie;
/third_party/node/deps/icu-small/source/common/
Dutrie2.h65 struct UTrie2;
66 typedef struct UTrie2 UTrie2; typedef
102 U_CAPI UTrie2 * U_EXPORT2
128 U_CAPI UTrie2 * U_EXPORT2
144 utrie2_get32(const UTrie2 *trie, UChar32 c);
194 utrie2_enum(const UTrie2 *trie,
210 U_CAPI UTrie2 * U_EXPORT2
221 U_CAPI UTrie2 * U_EXPORT2
222 utrie2_clone(const UTrie2 *other, UErrorCode *pErrorCode);
233 U_CAPI UTrie2 * U_EXPORT2
[all …]
Dutrie2.cpp61 utrie2_get32(const UTrie2 *trie, UChar32 c) { in utrie2_get32()
74 utrie2_get32FromLeadSurrogateCodeUnit(const UTrie2 *trie, UChar32 c) { in utrie2_get32FromLeadSurrogateCodeUnit()
88 u8Index(const UTrie2 *trie, UChar32 c, int32_t i) { in u8Index()
98 utrie2_internalU8NextIndex(const UTrie2 *trie, UChar32 c, in utrie2_internalU8NextIndex()
113 utrie2_internalU8PrevIndex(const UTrie2 *trie, UChar32 c, in utrie2_internalU8PrevIndex()
128 U_CAPI UTrie2 * U_EXPORT2
136 UTrie2 tempTrie; in utrie2_openFromSerialized()
137 UTrie2 *trie; in utrie2_openFromSerialized()
195 trie=(UTrie2 *)uprv_malloc(sizeof(UTrie2)); in utrie2_openFromSerialized()
238 U_CAPI UTrie2 * U_EXPORT2
[all …]
Dutrie2_builder.cpp115 U_CAPI UTrie2 * U_EXPORT2
117 UTrie2 *trie; in utrie2_open()
126 trie=(UTrie2 *)uprv_malloc(sizeof(UTrie2)); in utrie2_open()
137 uprv_memset(trie, 0, sizeof(UTrie2)); in utrie2_open()
298 U_CAPI UTrie2 * U_EXPORT2
299 utrie2_clone(const UTrie2 *other, UErrorCode *pErrorCode) { in utrie2_clone()
300 UTrie2 *trie; in utrie2_clone()
310 trie=(UTrie2 *)uprv_malloc(sizeof(UTrie2)); in utrie2_clone()
315 uprv_memcpy(trie, other, sizeof(UTrie2)); in utrie2_clone()
345 UTrie2 *trie;
[all …]
Duchar_props_data.h1435 static const UTrie2 propsTrie={
3457 static const UTrie2 propsVectorsTrie={
/third_party/icu/icu4c/source/common/
Dutrie2.h65 struct UTrie2;
66 typedef struct UTrie2 UTrie2; typedef
102 U_CAPI UTrie2 * U_EXPORT2
128 U_CAPI UTrie2 * U_EXPORT2
144 utrie2_get32(const UTrie2 *trie, UChar32 c);
194 utrie2_enum(const UTrie2 *trie,
210 U_CAPI UTrie2 * U_EXPORT2
221 U_CAPI UTrie2 * U_EXPORT2
222 utrie2_clone(const UTrie2 *other, UErrorCode *pErrorCode);
233 U_CAPI UTrie2 * U_EXPORT2
[all …]
Dutrie2.cpp61 utrie2_get32(const UTrie2 *trie, UChar32 c) { in utrie2_get32()
74 utrie2_get32FromLeadSurrogateCodeUnit(const UTrie2 *trie, UChar32 c) { in utrie2_get32FromLeadSurrogateCodeUnit()
88 u8Index(const UTrie2 *trie, UChar32 c, int32_t i) { in u8Index()
98 utrie2_internalU8NextIndex(const UTrie2 *trie, UChar32 c, in utrie2_internalU8NextIndex()
113 utrie2_internalU8PrevIndex(const UTrie2 *trie, UChar32 c, in utrie2_internalU8PrevIndex()
128 U_CAPI UTrie2 * U_EXPORT2
136 UTrie2 tempTrie; in utrie2_openFromSerialized()
137 UTrie2 *trie; in utrie2_openFromSerialized()
195 trie=(UTrie2 *)uprv_malloc(sizeof(UTrie2)); in utrie2_openFromSerialized()
238 U_CAPI UTrie2 * U_EXPORT2
[all …]
Dutrie2_builder.cpp115 U_CAPI UTrie2 * U_EXPORT2
117 UTrie2 *trie; in utrie2_open()
126 trie=(UTrie2 *)uprv_malloc(sizeof(UTrie2)); in utrie2_open()
137 uprv_memset(trie, 0, sizeof(UTrie2)); in utrie2_open()
298 U_CAPI UTrie2 * U_EXPORT2
299 utrie2_clone(const UTrie2 *other, UErrorCode *pErrorCode) { in utrie2_clone()
300 UTrie2 *trie; in utrie2_clone()
310 trie=(UTrie2 *)uprv_malloc(sizeof(UTrie2)); in utrie2_clone()
315 uprv_memcpy(trie, other, sizeof(UTrie2)); in utrie2_clone()
345 UTrie2 *trie;
[all …]
Duchar_props_data.h1412 static const UTrie2 propsTrie={
3382 static const UTrie2 propsVectorsTrie={
/third_party/skia/third_party/externals/icu/source/common/
Dutrie2.h65 struct UTrie2;
66 typedef struct UTrie2 UTrie2; typedef
102 U_CAPI UTrie2 * U_EXPORT2
128 U_CAPI UTrie2 * U_EXPORT2
144 utrie2_get32(const UTrie2 *trie, UChar32 c);
194 utrie2_enum(const UTrie2 *trie,
210 U_CAPI UTrie2 * U_EXPORT2
221 U_CAPI UTrie2 * U_EXPORT2
222 utrie2_clone(const UTrie2 *other, UErrorCode *pErrorCode);
233 U_CAPI UTrie2 * U_EXPORT2
[all …]
Dutrie2.cpp61 utrie2_get32(const UTrie2 *trie, UChar32 c) { in utrie2_get32()
74 utrie2_get32FromLeadSurrogateCodeUnit(const UTrie2 *trie, UChar32 c) { in utrie2_get32FromLeadSurrogateCodeUnit()
88 u8Index(const UTrie2 *trie, UChar32 c, int32_t i) { in u8Index()
98 utrie2_internalU8NextIndex(const UTrie2 *trie, UChar32 c, in utrie2_internalU8NextIndex()
113 utrie2_internalU8PrevIndex(const UTrie2 *trie, UChar32 c, in utrie2_internalU8PrevIndex()
128 U_CAPI UTrie2 * U_EXPORT2
136 UTrie2 tempTrie; in utrie2_openFromSerialized()
137 UTrie2 *trie; in utrie2_openFromSerialized()
195 trie=(UTrie2 *)uprv_malloc(sizeof(UTrie2)); in utrie2_openFromSerialized()
238 U_CAPI UTrie2 * U_EXPORT2
[all …]
Dutrie2_builder.cpp115 U_CAPI UTrie2 * U_EXPORT2
117 UTrie2 *trie; in utrie2_open()
126 trie=(UTrie2 *)uprv_malloc(sizeof(UTrie2)); in utrie2_open()
137 uprv_memset(trie, 0, sizeof(UTrie2)); in utrie2_open()
298 U_CAPI UTrie2 * U_EXPORT2
299 utrie2_clone(const UTrie2 *other, UErrorCode *pErrorCode) { in utrie2_clone()
300 UTrie2 *trie; in utrie2_clone()
310 trie=(UTrie2 *)uprv_malloc(sizeof(UTrie2)); in utrie2_clone()
315 uprv_memcpy(trie, other, sizeof(UTrie2)); in utrie2_clone()
345 UTrie2 *trie;
[all …]
Duchar_props_data.h1412 static const UTrie2 propsTrie={
3382 static const UTrie2 propsVectorsTrie={
/third_party/icu/icu4c/source/test/cintltst/
Dtrie2test.c100 const UTrie2 *trie, in testTrieEnum()
114 const UTrie2 *trie, UTrie2ValueBits valueBits, in testTrieGetters()
273 const UTrie2 *trie, UTrie2ValueBits valueBits, in testTrieUTF16()
353 const UTrie2 *trie, UTrie2ValueBits valueBits, in testTrieUTF8()
520 UTrie2 *trie, UTrie2ValueBits valueBits, in testFrozenTrie()
568 testNewTrie(const char *testName, const UTrie2 *trie, in testNewTrie()
577 UTrie2 *trie, UTrie2ValueBits valueBits, in testTrieSerialize()
624 UTrie2 *clone=utrie2_clone(trie, &errorCode); in testTrieSerialize()
740 UTrie2 *clone=utrie2_clone(trie, &errorCode); in testTrieSerialize()
755 UTrie2 *clone=utrie2_cloneAsThawed(trie, &errorCode); in testTrieSerialize()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationtailoring.h30 struct UTrie2;
82 UTrie2 *trie;
/third_party/node/deps/icu-small/source/i18n/
Dcollationtailoring.h30 struct UTrie2;
82 UTrie2 *trie;
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationtailoring.h30 struct UTrie2;
82 UTrie2 *trie;
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dwritesrc.h64 const UTrie2 *pTrie,
75 const UTrie2 *pTrie,
/third_party/icu/icu4c/source/i18n/
Dcollationtailoring.h30 struct UTrie2;
82 UTrie2 *trie;
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dwritesrc.h64 const UTrie2 *pTrie,
75 const UTrie2 *pTrie,
/third_party/icu/icu4c/source/tools/toolutil/
Dwritesrc.h64 const UTrie2 *pTrie,
75 const UTrie2 *pTrie,

1234