OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTRIE_GET16
(Results
1 - 6
of
6
) sorted by null
/external/icu4c/test/intltest/
testidn.cpp
295
UTRIE_GET16
(idnTrie,i, result);
328
UTRIE_GET16
(idnTrie,codepoint, result);
424
UTRIE_GET16
(&idnTrie,0x2323E, result);
427
UTRIE_GET16
(idnTrie,start, result);
/external/icu4c/common/
rbbi.cpp
[
all
...]
utrie.h
335
#define
UTRIE_GET16
(trie, c32, result) _UTRIE_GET(trie, index, c32, result, uint16_t)
usprep.cpp
543
UTRIE_GET16
(&profile->sprepTrie,ch,result);
758
UTRIE_GET16
(&profile->sprepTrie,ch,result);
/external/icu4c/test/cintltst/
sprpdata.c
160
UTRIE_GET16
(&trie, codepoint, result);
251
UTRIE_GET16
(&idnTrie,0x2323E, result);
254
UTRIE_GET16
(&trie,start, result);
trietest.c
402
UTRIE_GET16
(&trie, start, value2);
611
UTRIE_GET16
(&trie, start, value2);
849
UTRIE_GET16
(&trie, c, value);
Completed in 141 milliseconds