OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCPTRIE_TYPE_FAST
(Results
1 - 9
of
9
) sorted by null
/external/icu/icu4c/source/common/
ucptrie.cpp
163
if (trie->type ==
UCPTRIE_TYPE_FAST
) {
239
UChar32 fastMax = trie->type ==
UCPTRIE_TYPE_FAST
? 0xffff : UCPTRIE_SMALL_MAX;
290
if (c <= 0xffff && (trie->type ==
UCPTRIE_TYPE_FAST
|| c <= UCPTRIE_SMALL_MAX)) {
293
i3BlockLength = trie->type ==
UCPTRIE_TYPE_FAST
?
299
if (trie->type ==
UCPTRIE_TYPE_FAST
) {
479
if (type <
UCPTRIE_TYPE_FAST
|| UCPTRIE_TYPE_SMALL < type ||
utrie_swap.cpp
216
int32_t minIndexLength = type ==
UCPTRIE_TYPE_FAST
?
characterproperties.cpp
330
type =
UCPTRIE_TYPE_FAST
;
loadednormalizer2impl.cpp
95
ownedTrie=ucptrie_openFromBinary(
UCPTRIE_TYPE_FAST
, UCPTRIE_VALUE_BITS_16,
umutablecptrie.cpp
[
all
...]
utrie2_builder.cpp
[
all
...]
/external/icu/icu4c/source/test/cintltst/
ucptrietest.c
217
if (type ==
UCPTRIE_TYPE_FAST
) {
306
if (type ==
UCPTRIE_TYPE_FAST
) {
694
if (type ==
UCPTRIE_TYPE_FAST
) {
[
all
...]
/external/icu/icu4c/source/common/unicode/
ucptrie.h
131
UCPTRIE_TYPE_FAST
,
372
* @param trie (const UCPTrie *, in) the trie; must have type
UCPTRIE_TYPE_FAST
398
* @param trie (const UCPTrie *, in) the trie; must have type
UCPTRIE_TYPE_FAST
429
* @param trie (const UCPTrie *, in) the trie; must have type
UCPTRIE_TYPE_FAST
464
* @param trie (const UCPTrie *, in) the trie; must have type
UCPTRIE_TYPE_FAST
510
* @param trie (const UCPTrie *, in) the trie; must have type
UCPTRIE_TYPE_FAST
544
* @param trie (const UCPTrie *, in) the trie; must have type
UCPTRIE_TYPE_FAST
556
* @param trie (const UCPTrie *, in) the trie; must have type
UCPTRIE_TYPE_FAST
/external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp
726
umutablecptrie_buildImmutable(norm16Trie,
UCPTRIE_TYPE_FAST
, UCPTRIE_VALUE_BITS_16, errorCode));
[
all
...]
Completed in 5931 milliseconds