| /third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
| D | TrieTest.java | 20 Trie trie = new Trie(); in testSimple() local 27 Trie trie = new Trie(); in testSubSpan() local 34 Trie trie = new Trie(); in testHierarchyAndOrdering() local 55 Trie trie = new Trie(); in testStarOrdering() local 86 Trie trie = new Trie(); in testBadTrie_BadValue() local 97 Trie trie = new Trie(); in testBadTrie_NoPrefix() local 106 Trie trie = new Trie(); in testBadTrie_BadPrefix() local 117 Trie trie = new Trie(); in testBadTrie_NoStarInPrefix() local 128 Trie trie = new Trie(); in testBadTrie_TooLong() local 140 BytesTrie trie = new BytesTrie(data, 0); in getRawTrieTable() local
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | utrie.h | 178 #define _UTRIE_GET_RAW(trie, data, offset, c16) \ argument 185 #define _UTRIE_GET_FROM_PAIR(trie, data, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument 201 #define _UTRIE_GET_FROM_BMP(trie, data, c16) \ argument 209 #define _UTRIE_GET(trie, data, c32, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument 224 #define _UTRIE_NEXT(trie, data, src, limit, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument 240 #define _UTRIE_PREVIOUS(trie, data, start, src, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN {… argument 274 #define UTRIE_GET16_LATIN1(trie) ((trie)->index+(trie)->indexLength+UTRIE_DATA_BLOCK_LENGTH) argument 285 #define UTRIE_GET32_LATIN1(trie) ((trie)->data32+UTRIE_DATA_BLOCK_LENGTH) argument 295 #define UTRIE_GET16_FROM_LEAD(trie, c16) _UTRIE_GET_RAW(trie, index, 0, c16) argument 305 #define UTRIE_GET32_FROM_LEAD(trie, c16) _UTRIE_GET_RAW(trie, data32, 0, c16) argument [all …]
|
| D | utrie2.h | 360 #define UTRIE2_GET16(trie, c) _UTRIE2_GET((trie), index, (trie)->indexLength, (c)) argument 370 #define UTRIE2_GET32(trie, c) _UTRIE2_GET((trie), data32, 0, (c)) argument 382 #define UTRIE2_U16_NEXT16(trie, src, limit, c, result) _UTRIE2_U16_NEXT(trie, index, src, limit, c,… argument 394 #define UTRIE2_U16_NEXT32(trie, src, limit, c, result) _UTRIE2_U16_NEXT(trie, data32, src, limit, c… argument 406 #define UTRIE2_U16_PREV16(trie, start, src, c, result) _UTRIE2_U16_PREV(trie, index, start, src, c,… argument 418 #define UTRIE2_U16_PREV32(trie, start, src, c, result) _UTRIE2_U16_PREV(trie, data32, start, src, c… argument 428 #define UTRIE2_U8_NEXT16(trie, src, limit, result)\ argument 439 #define UTRIE2_U8_NEXT32(trie, src, limit, result) \ argument 450 #define UTRIE2_U8_PREV16(trie, start, src, result) \ argument 461 #define UTRIE2_U8_PREV32(trie, start, src, result) \ argument [all …]
|
| D | utrie2.cpp | 42 get32(const UNewTrie2 *trie, UChar32 c, UBool fromLSCP) { in get32() 61 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() 137 UTrie2 *trie; in utrie2_openFromSerialized() local 242 UTrie2 *trie; in utrie2_openDummy() local 374 utrie2_close(UTrie2 *trie) { in utrie2_close() 391 utrie2_isFrozen(const UTrie2 *trie) { in utrie2_isFrozen() [all …]
|
| D | utrie2_builder.cpp | 117 UTrie2 *trie; in utrie2_open() local 250 UNewTrie2 *trie; in cloneBuilder() local 300 UTrie2 *trie; in utrie2_clone() local 345 UTrie2 *trie; member 369 static long countInitial(const UTrie2 *trie) { in countInitial() 386 utrie_printLengths(const UTrie *trie) { in utrie_printLengths() 395 utrie2_printLengths(const UTrie2 *trie, const char *which) { in utrie2_printLengths() 498 isInNullBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { in isInNullBlock() 513 allocIndex2Block(UNewTrie2 *trie) { in allocIndex2Block() 532 getIndex2Block(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { in getIndex2Block() [all …]
|
| /third_party/node/deps/icu-small/source/common/ |
| D | utrie.h | 178 #define _UTRIE_GET_RAW(trie, data, offset, c16) \ argument 185 #define _UTRIE_GET_FROM_PAIR(trie, data, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument 201 #define _UTRIE_GET_FROM_BMP(trie, data, c16) \ argument 209 #define _UTRIE_GET(trie, data, c32, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument 224 #define _UTRIE_NEXT(trie, data, src, limit, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument 240 #define _UTRIE_PREVIOUS(trie, data, start, src, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN {… argument 274 #define UTRIE_GET16_LATIN1(trie) ((trie)->index+(trie)->indexLength+UTRIE_DATA_BLOCK_LENGTH) argument 285 #define UTRIE_GET32_LATIN1(trie) ((trie)->data32+UTRIE_DATA_BLOCK_LENGTH) argument 295 #define UTRIE_GET16_FROM_LEAD(trie, c16) _UTRIE_GET_RAW(trie, index, 0, c16) argument 305 #define UTRIE_GET32_FROM_LEAD(trie, c16) _UTRIE_GET_RAW(trie, data32, 0, c16) argument [all …]
|
| D | utrie2.h | 360 #define UTRIE2_GET16(trie, c) _UTRIE2_GET((trie), index, (trie)->indexLength, (c)) argument 370 #define UTRIE2_GET32(trie, c) _UTRIE2_GET((trie), data32, 0, (c)) argument 382 #define UTRIE2_U16_NEXT16(trie, src, limit, c, result) _UTRIE2_U16_NEXT(trie, index, src, limit, c,… argument 394 #define UTRIE2_U16_NEXT32(trie, src, limit, c, result) _UTRIE2_U16_NEXT(trie, data32, src, limit, c… argument 406 #define UTRIE2_U16_PREV16(trie, start, src, c, result) _UTRIE2_U16_PREV(trie, index, start, src, c,… argument 418 #define UTRIE2_U16_PREV32(trie, start, src, c, result) _UTRIE2_U16_PREV(trie, data32, start, src, c… argument 428 #define UTRIE2_U8_NEXT16(trie, src, limit, result)\ argument 439 #define UTRIE2_U8_NEXT32(trie, src, limit, result) \ argument 450 #define UTRIE2_U8_PREV16(trie, start, src, result) \ argument 461 #define UTRIE2_U8_PREV32(trie, start, src, result) \ argument [all …]
|
| D | utrie2.cpp | 42 get32(const UNewTrie2 *trie, UChar32 c, UBool fromLSCP) { in get32() 61 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() 137 UTrie2 *trie; in utrie2_openFromSerialized() local 242 UTrie2 *trie; in utrie2_openDummy() local 374 utrie2_close(UTrie2 *trie) { in utrie2_close() 391 utrie2_isFrozen(const UTrie2 *trie) { in utrie2_isFrozen() [all …]
|
| D | utrie2_builder.cpp | 117 UTrie2 *trie; in utrie2_open() local 250 UNewTrie2 *trie; in cloneBuilder() local 300 UTrie2 *trie; in utrie2_clone() local 345 UTrie2 *trie; member 369 static long countInitial(const UTrie2 *trie) { in countInitial() 386 utrie_printLengths(const UTrie *trie) { in utrie_printLengths() 395 utrie2_printLengths(const UTrie2 *trie, const char *which) { in utrie2_printLengths() 498 isInNullBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { in isInNullBlock() 513 allocIndex2Block(UNewTrie2 *trie) { in allocIndex2Block() 532 getIndex2Block(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { in getIndex2Block() [all …]
|
| D | utrie.cpp | 53 UNewTrie *trie; in utrie_open() local 117 UNewTrie *trie; in utrie_clone() local 153 utrie_close(UNewTrie *trie) { in utrie_close() 166 utrie_getData(UNewTrie *trie, int32_t *pLength) { in utrie_getData() 176 utrie_allocDataBlock(UNewTrie *trie) { in utrie_allocDataBlock() 196 utrie_getDataBlock(UNewTrie *trie, UChar32 c) { in utrie_getDataBlock() 222 utrie_set32(UNewTrie *trie, UChar32 c, uint32_t value) { in utrie_set32() 240 utrie_get32(UNewTrie *trie, UChar32 c, UBool *pInBlockZero) { in utrie_get32() 284 utrie_setRange32(UNewTrie *trie, UChar32 start, UChar32 limit, uint32_t value, UBool overwrite) { in utrie_setRange32() 405 utrie_fold(UNewTrie *trie, UNewTrieGetFoldedValue *getFoldedValue, UErrorCode *pErrorCode) { in utrie_fold() [all …]
|
| /third_party/icu/icu4c/source/common/ |
| D | utrie.h | 178 #define _UTRIE_GET_RAW(trie, data, offset, c16) \ argument 185 #define _UTRIE_GET_FROM_PAIR(trie, data, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument 201 #define _UTRIE_GET_FROM_BMP(trie, data, c16) \ argument 209 #define _UTRIE_GET(trie, data, c32, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument 224 #define _UTRIE_NEXT(trie, data, src, limit, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument 240 #define _UTRIE_PREVIOUS(trie, data, start, src, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN {… argument 274 #define UTRIE_GET16_LATIN1(trie) ((trie)->index+(trie)->indexLength+UTRIE_DATA_BLOCK_LENGTH) argument 285 #define UTRIE_GET32_LATIN1(trie) ((trie)->data32+UTRIE_DATA_BLOCK_LENGTH) argument 295 #define UTRIE_GET16_FROM_LEAD(trie, c16) _UTRIE_GET_RAW(trie, index, 0, c16) argument 305 #define UTRIE_GET32_FROM_LEAD(trie, c16) _UTRIE_GET_RAW(trie, data32, 0, c16) argument [all …]
|
| D | utrie2.h | 360 #define UTRIE2_GET16(trie, c) _UTRIE2_GET((trie), index, (trie)->indexLength, (c)) argument 370 #define UTRIE2_GET32(trie, c) _UTRIE2_GET((trie), data32, 0, (c)) argument 382 #define UTRIE2_U16_NEXT16(trie, src, limit, c, result) _UTRIE2_U16_NEXT(trie, index, src, limit, c,… argument 394 #define UTRIE2_U16_NEXT32(trie, src, limit, c, result) _UTRIE2_U16_NEXT(trie, data32, src, limit, c… argument 406 #define UTRIE2_U16_PREV16(trie, start, src, c, result) _UTRIE2_U16_PREV(trie, index, start, src, c,… argument 418 #define UTRIE2_U16_PREV32(trie, start, src, c, result) _UTRIE2_U16_PREV(trie, data32, start, src, c… argument 428 #define UTRIE2_U8_NEXT16(trie, src, limit, result)\ argument 439 #define UTRIE2_U8_NEXT32(trie, src, limit, result) \ argument 450 #define UTRIE2_U8_PREV16(trie, start, src, result) \ argument 461 #define UTRIE2_U8_PREV32(trie, start, src, result) \ argument [all …]
|
| D | utrie2.cpp | 42 get32(const UNewTrie2 *trie, UChar32 c, UBool fromLSCP) { in get32() 61 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() 137 UTrie2 *trie; in utrie2_openFromSerialized() local 242 UTrie2 *trie; in utrie2_openDummy() local 374 utrie2_close(UTrie2 *trie) { in utrie2_close() 391 utrie2_isFrozen(const UTrie2 *trie) { in utrie2_isFrozen() [all …]
|
| D | utrie2_builder.cpp | 117 UTrie2 *trie; in utrie2_open() local 250 UNewTrie2 *trie; in cloneBuilder() local 300 UTrie2 *trie; in utrie2_clone() local 345 UTrie2 *trie; member 369 static long countInitial(const UTrie2 *trie) { in countInitial() 386 utrie_printLengths(const UTrie *trie) { in utrie_printLengths() 395 utrie2_printLengths(const UTrie2 *trie, const char *which) { in utrie2_printLengths() 498 isInNullBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { in isInNullBlock() 513 allocIndex2Block(UNewTrie2 *trie) { in allocIndex2Block() 532 getIndex2Block(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { in getIndex2Block() [all …]
|
| D | utrie.cpp | 53 UNewTrie *trie; in utrie_open() local 117 UNewTrie *trie; in utrie_clone() local 153 utrie_close(UNewTrie *trie) { in utrie_close() 166 utrie_getData(UNewTrie *trie, int32_t *pLength) { in utrie_getData() 176 utrie_allocDataBlock(UNewTrie *trie) { in utrie_allocDataBlock() 196 utrie_getDataBlock(UNewTrie *trie, UChar32 c) { in utrie_getDataBlock() 222 utrie_set32(UNewTrie *trie, UChar32 c, uint32_t value) { in utrie_set32() 240 utrie_get32(UNewTrie *trie, UChar32 c, UBool *pInBlockZero) { in utrie_get32() 284 utrie_setRange32(UNewTrie *trie, UChar32 start, UChar32 limit, uint32_t value, UBool overwrite) { in utrie_setRange32() 405 utrie_fold(UNewTrie *trie, UNewTrieGetFoldedValue *getFoldedValue, UErrorCode *pErrorCode) { in utrie_fold() [all …]
|
| /third_party/flutter/skia/third_party/externals/icu/source/common/ |
| D | utrie.h | 178 #define _UTRIE_GET_RAW(trie, data, offset, c16) \ argument 185 #define _UTRIE_GET_FROM_PAIR(trie, data, c, c2, result, resultType) { \ argument 201 #define _UTRIE_GET_FROM_BMP(trie, data, c16) \ argument 209 #define _UTRIE_GET(trie, data, c32, result, resultType) \ argument 223 #define _UTRIE_NEXT(trie, data, src, limit, c, c2, result, resultType) { \ argument 239 #define _UTRIE_PREVIOUS(trie, data, start, src, c, c2, result, resultType) { \ argument 273 #define UTRIE_GET16_LATIN1(trie) ((trie)->index+(trie)->indexLength+UTRIE_DATA_BLOCK_LENGTH) argument 284 #define UTRIE_GET32_LATIN1(trie) ((trie)->data32+UTRIE_DATA_BLOCK_LENGTH) argument 294 #define UTRIE_GET16_FROM_LEAD(trie, c16) _UTRIE_GET_RAW(trie, index, 0, c16) argument 304 #define UTRIE_GET32_FROM_LEAD(trie, c16) _UTRIE_GET_RAW(trie, data32, 0, c16) argument [all …]
|
| D | utrie2.h | 360 #define UTRIE2_GET16(trie, c) _UTRIE2_GET((trie), index, (trie)->indexLength, (c)) argument 370 #define UTRIE2_GET32(trie, c) _UTRIE2_GET((trie), data32, 0, (c)) argument 382 #define UTRIE2_U16_NEXT16(trie, src, limit, c, result) _UTRIE2_U16_NEXT(trie, index, src, limit, c,… argument 394 #define UTRIE2_U16_NEXT32(trie, src, limit, c, result) _UTRIE2_U16_NEXT(trie, data32, src, limit, c… argument 406 #define UTRIE2_U16_PREV16(trie, start, src, c, result) _UTRIE2_U16_PREV(trie, index, start, src, c,… argument 418 #define UTRIE2_U16_PREV32(trie, start, src, c, result) _UTRIE2_U16_PREV(trie, data32, start, src, c… argument 428 #define UTRIE2_U8_NEXT16(trie, src, limit, result)\ argument 439 #define UTRIE2_U8_NEXT32(trie, src, limit, result) \ argument 450 #define UTRIE2_U8_PREV16(trie, start, src, result) \ argument 461 #define UTRIE2_U8_PREV32(trie, start, src, result) \ argument [all …]
|
| D | utrie2.cpp | 42 get32(const UNewTrie2 *trie, UChar32 c, UBool fromLSCP) { in get32() 61 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() 137 UTrie2 *trie; in utrie2_openFromSerialized() local 242 UTrie2 *trie; in utrie2_openDummy() local 374 utrie2_close(UTrie2 *trie) { in utrie2_close() 391 utrie2_isFrozen(const UTrie2 *trie) { in utrie2_isFrozen() [all …]
|
| D | utrie2_builder.cpp | 117 UTrie2 *trie; in utrie2_open() local 250 UNewTrie2 *trie; in cloneBuilder() local 300 UTrie2 *trie; in utrie2_clone() local 343 UTrie2 *trie; member 367 static long countInitial(const UTrie2 *trie) { in countInitial() 384 utrie_printLengths(const UTrie *trie) { in utrie_printLengths() 393 utrie2_printLengths(const UTrie2 *trie, const char *which) { in utrie2_printLengths() 496 isInNullBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { in isInNullBlock() 511 allocIndex2Block(UNewTrie2 *trie) { in allocIndex2Block() 530 getIndex2Block(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { in getIndex2Block() [all …]
|
| /third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
| D | ucptrie.h | 346 #define UCPTRIE_16(trie, i) ((trie)->data.ptr16[i]) argument 356 #define UCPTRIE_32(trie, i) ((trie)->data.ptr32[i]) argument 366 #define UCPTRIE_8(trie, i) ((trie)->data.ptr8[i]) argument 378 #define UCPTRIE_FAST_GET(trie, dataAccess, c) dataAccess(trie, _UCPTRIE_CP_INDEX(trie, 0xffff, c)) argument 390 #define UCPTRIE_SMALL_GET(trie, dataAccess, c) \ argument 406 #define UCPTRIE_FAST_U16_NEXT(trie, dataAccess, src, limit, c, result) { \ argument 437 #define UCPTRIE_FAST_U16_PREV(trie, dataAccess, start, src, c, result) { \ argument 471 #define UCPTRIE_FAST_U8_NEXT(trie, dataAccess, src, limit, result) { \ argument 517 #define UCPTRIE_FAST_U8_PREV(trie, dataAccess, start, src, result) { \ argument 537 #define UCPTRIE_ASCII_GET(trie, dataAccess, c) dataAccess(trie, c) argument [all …]
|
| /third_party/icu/icu4c/source/common/unicode/ |
| D | ucptrie.h | 327 #define UCPTRIE_16(trie, i) ((trie)->data.ptr16[i]) argument 337 #define UCPTRIE_32(trie, i) ((trie)->data.ptr32[i]) argument 347 #define UCPTRIE_8(trie, i) ((trie)->data.ptr8[i]) argument 359 #define UCPTRIE_FAST_GET(trie, dataAccess, c) dataAccess(trie, _UCPTRIE_CP_INDEX(trie, 0xffff, c)) argument 371 #define UCPTRIE_SMALL_GET(trie, dataAccess, c) \ argument 387 #define UCPTRIE_FAST_U16_NEXT(trie, dataAccess, src, limit, c, result) UPRV_BLOCK_MACRO_BEGIN { \ argument 418 #define UCPTRIE_FAST_U16_PREV(trie, dataAccess, start, src, c, result) UPRV_BLOCK_MACRO_BEGIN { \ argument 452 #define UCPTRIE_FAST_U8_NEXT(trie, dataAccess, src, limit, result) UPRV_BLOCK_MACRO_BEGIN { \ argument 498 #define UCPTRIE_FAST_U8_PREV(trie, dataAccess, start, src, result) UPRV_BLOCK_MACRO_BEGIN { \ argument 518 #define UCPTRIE_ASCII_GET(trie, dataAccess, c) dataAccess(trie, c) argument [all …]
|
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| D | ucptrie.h | 327 #define UCPTRIE_16(trie, i) ((trie)->data.ptr16[i]) argument 337 #define UCPTRIE_32(trie, i) ((trie)->data.ptr32[i]) argument 347 #define UCPTRIE_8(trie, i) ((trie)->data.ptr8[i]) argument 359 #define UCPTRIE_FAST_GET(trie, dataAccess, c) dataAccess(trie, _UCPTRIE_CP_INDEX(trie, 0xffff, c)) argument 371 #define UCPTRIE_SMALL_GET(trie, dataAccess, c) \ argument 387 #define UCPTRIE_FAST_U16_NEXT(trie, dataAccess, src, limit, c, result) UPRV_BLOCK_MACRO_BEGIN { \ argument 418 #define UCPTRIE_FAST_U16_PREV(trie, dataAccess, start, src, c, result) UPRV_BLOCK_MACRO_BEGIN { \ argument 452 #define UCPTRIE_FAST_U8_NEXT(trie, dataAccess, src, limit, result) UPRV_BLOCK_MACRO_BEGIN { \ argument 498 #define UCPTRIE_FAST_U8_PREV(trie, dataAccess, start, src, result) UPRV_BLOCK_MACRO_BEGIN { \ argument 518 #define UCPTRIE_ASCII_GET(trie, dataAccess, c) dataAccess(trie, c) argument [all …]
|
| /third_party/node/deps/icu-small/source/common/unicode/ |
| D | ucptrie.h | 327 #define UCPTRIE_16(trie, i) ((trie)->data.ptr16[i]) argument 337 #define UCPTRIE_32(trie, i) ((trie)->data.ptr32[i]) argument 347 #define UCPTRIE_8(trie, i) ((trie)->data.ptr8[i]) argument 359 #define UCPTRIE_FAST_GET(trie, dataAccess, c) dataAccess(trie, _UCPTRIE_CP_INDEX(trie, 0xffff, c)) argument 371 #define UCPTRIE_SMALL_GET(trie, dataAccess, c) \ argument 387 #define UCPTRIE_FAST_U16_NEXT(trie, dataAccess, src, limit, c, result) UPRV_BLOCK_MACRO_BEGIN { \ argument 418 #define UCPTRIE_FAST_U16_PREV(trie, dataAccess, start, src, c, result) UPRV_BLOCK_MACRO_BEGIN { \ argument 452 #define UCPTRIE_FAST_U8_NEXT(trie, dataAccess, src, limit, result) UPRV_BLOCK_MACRO_BEGIN { \ argument 498 #define UCPTRIE_FAST_U8_PREV(trie, dataAccess, start, src, result) UPRV_BLOCK_MACRO_BEGIN { \ argument 518 #define UCPTRIE_ASCII_GET(trie, dataAccess, c) dataAccess(trie, c) argument [all …]
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| D | BytesTrieTest.java | 268 BytesTrie trie=buildMonthsTrie(StringTrieBuilder.Option.FAST); in Test40GetUniqueValue() local 302 BytesTrie trie=buildMonthsTrie(StringTrieBuilder.Option.SMALL); in Test41GetNextBytes() local 349 BytesTrie trie=buildMonthsTrie(StringTrieBuilder.Option.FAST); in Test50IteratorFromBranch() local 392 BytesTrie trie=buildMonthsTrie(StringTrieBuilder.Option.SMALL); in Test51IteratorFromLinearMatch() local 414 BytesTrie trie=buildMonthsTrie(StringTrieBuilder.Option.FAST); in Test52TruncatingIteratorFromRoot() local 459 BytesTrie trie=buildTrie(data, data.length, StringTrieBuilder.Option.FAST); in Test53TruncatingIteratorFromLinearMatchShort() local 481 BytesTrie trie=buildTrie(data, data.length, StringTrieBuilder.Option.FAST); in Test54TruncatingIteratorFromLinearMatchLong() local 524 BytesTrie trie = buildTrie(data, data.length, StringTrieBuilder.Option.SMALL); in TestClone() local 549 BytesTrie trie=buildTrie(data, dataLength, buildOption); in checkData() local 579 BytesTrie trie=builder_.build(buildOption); in buildTrie() local [all …]
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| D | BytesTrieTest.java | 266 BytesTrie trie=buildMonthsTrie(StringTrieBuilder.Option.FAST); in Test40GetUniqueValue() local 300 BytesTrie trie=buildMonthsTrie(StringTrieBuilder.Option.SMALL); in Test41GetNextBytes() local 347 BytesTrie trie=buildMonthsTrie(StringTrieBuilder.Option.FAST); in Test50IteratorFromBranch() local 390 BytesTrie trie=buildMonthsTrie(StringTrieBuilder.Option.SMALL); in Test51IteratorFromLinearMatch() local 412 BytesTrie trie=buildMonthsTrie(StringTrieBuilder.Option.FAST); in Test52TruncatingIteratorFromRoot() local 457 BytesTrie trie=buildTrie(data, data.length, StringTrieBuilder.Option.FAST); in Test53TruncatingIteratorFromLinearMatchShort() local 479 BytesTrie trie=buildTrie(data, data.length, StringTrieBuilder.Option.FAST); in Test54TruncatingIteratorFromLinearMatchLong() local 522 BytesTrie trie = buildTrie(data, data.length, StringTrieBuilder.Option.SMALL); in TestClone() local 583 BytesTrie trie=buildTrie(data, dataLength, buildOption); in checkData() local 613 BytesTrie trie=builder_.build(buildOption); in buildTrie() local [all …]
|