OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:utrie_getDataBlock
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
utrie.c
194
utrie_getDataBlock
(UNewTrie *trie, UChar32 c) {
228
block=
utrie_getDataBlock
(trie, c);
306
block=
utrie_getDataBlock
(trie, start);
347
repeatBlock=
utrie_getDataBlock
(trie, start);
363
block=
utrie_getDataBlock
(trie, start);
[
all
...]
/external/icu4c/common/
utrie.cpp
194
utrie_getDataBlock
(UNewTrie *trie, UChar32 c) {
228
block=
utrie_getDataBlock
(trie, c);
306
block=
utrie_getDataBlock
(trie, start);
347
repeatBlock=
utrie_getDataBlock
(trie, start);
363
block=
utrie_getDataBlock
(trie, start);
[
all
...]
Completed in 211 milliseconds