OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCPTRIE_FAST_BMP_GET
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/common/unicode/
ucptrie.h
550
#define
UCPTRIE_FAST_BMP_GET
(trie, dataAccess, c) dataAccess(trie, _UCPTRIE_FAST_INDEX(trie, c))
/external/icu/icu4c/source/test/cintltst/
ucptrietest.c
220
value2=
UCPTRIE_FAST_BMP_GET
(trie, UCPTRIE_16, start);
222
value2=
UCPTRIE_FAST_BMP_GET
(trie, UCPTRIE_32, start);
224
value2=
UCPTRIE_FAST_BMP_GET
(trie, UCPTRIE_8, start);
[
all
...]
/external/icu/icu4c/source/common/
normalizer2impl.cpp
611
isMostDecompYesAndZeroCC(norm16=
UCPTRIE_FAST_BMP_GET
(normTrie, UCPTRIE_16, c))
[
all
...]
Completed in 165 milliseconds