Home
last modified time | relevance | path

Searched refs:MAX_DATA_LENGTH (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/icu/source/tools/gensprep/
Dstore.c193 #define MAX_DATA_LENGTH 11500 macro
206 if(NULL==utrie_open(sprepTrie, NULL, MAX_DATA_LENGTH, 0, 0, FALSE)) { in init()
/third_party/icu/icu4c/source/tools/gensprep/
Dstore.c194 #define MAX_DATA_LENGTH 11500 macro
207 if(NULL==utrie_open(sprepTrie, NULL, MAX_DATA_LENGTH, 0, 0, false)) { in init()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DMutableCodePointTrie.java381 private static final int MAX_DATA_LENGTH = UNICODE_LIMIT; field in MutableCodePointTrie
433 } else if (data.length < MAX_DATA_LENGTH) { in allocDataBlock()
434 capacity = MAX_DATA_LENGTH; in allocDataBlock()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DMutableCodePointTrie.java389 private static final int MAX_DATA_LENGTH = UNICODE_LIMIT; field in MutableCodePointTrie
441 } else if (data.length < MAX_DATA_LENGTH) { in allocDataBlock()
442 capacity = MAX_DATA_LENGTH; in allocDataBlock()
/third_party/icu/icu4c/source/common/
Dumutablecptrie.cpp57 constexpr int32_t MAX_DATA_LENGTH = UNICODE_LIMIT; variable
413 } else if (dataCapacity < MAX_DATA_LENGTH) { in allocDataBlock()
414 capacity = MAX_DATA_LENGTH; in allocDataBlock()
/third_party/skia/third_party/externals/icu/source/common/
Dumutablecptrie.cpp57 constexpr int32_t MAX_DATA_LENGTH = UNICODE_LIMIT; variable
413 } else if (dataCapacity < MAX_DATA_LENGTH) { in allocDataBlock()
414 capacity = MAX_DATA_LENGTH; in allocDataBlock()
/third_party/node/deps/icu-small/source/common/
Dumutablecptrie.cpp57 constexpr int32_t MAX_DATA_LENGTH = UNICODE_LIMIT; variable
413 } else if (dataCapacity < MAX_DATA_LENGTH) { in allocDataBlock()
414 capacity = MAX_DATA_LENGTH; in allocDataBlock()