OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dataIs32
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ucol_swp.cpp
39
UBool
dataIs32
;
74
dataIs32
=(UBool)((trie.options&UTRIE_OPTIONS_DATA_IS_32_BIT)!=0);
75
size=sizeof(UTrieHeader)+trie.indexLength*2+trie.dataLength*(
dataIs32
?4:2);
91
if(
dataIs32
) {
/external/icu4c/common/
ucol_swp.cpp
39
UBool
dataIs32
;
74
dataIs32
=(UBool)((trie.options&UTRIE_OPTIONS_DATA_IS_32_BIT)!=0);
75
size=sizeof(UTrieHeader)+trie.indexLength*2+trie.dataLength*(
dataIs32
?4:2);
91
if(
dataIs32
) {
Completed in 824 milliseconds