OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCPTRIE_FAST_U16_NEXT
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/common/unicode/
ucptrie.h
406
#define
UCPTRIE_FAST_U16_NEXT
(trie, dataAccess, src, limit, c, result) { \
459
* Unlike
UCPTRIE_FAST_U16_NEXT
() this UTF-8 macro does not provide the code point
/external/icu/icu4c/source/common/
normalizer2impl.cpp
687
UCPTRIE_FAST_U16_NEXT
(normTrie, UCPTRIE_16, src, limit, c, norm16);
907
UCPTRIE_FAST_U16_NEXT
(normTrie, UCPTRIE_16, p, limit, c, norm16);
[
all
...]
/external/icu/icu4c/source/test/cintltst/
ucptrietest.c
440
UCPTRIE_FAST_U16_NEXT
(trie, UCPTRIE_16, p, limit, c, value);
442
UCPTRIE_FAST_U16_NEXT
(trie, UCPTRIE_32, p, limit, c, value);
444
UCPTRIE_FAST_U16_NEXT
(trie, UCPTRIE_8, p, limit, c, value);
[
all
...]
Completed in 124 milliseconds