OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dataIs32
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/cintltst/
trietest.c
258
UBool
dataIs32
, UBool latin1Linear) {
310
if(
dataIs32
) {
318
dataIs32
? _testFoldedValue32 : _testFoldedValue16,
319
(UBool)!
dataIs32
,
357
if(
dataIs32
!=(trie.data32!=NULL)) {
378
if(
dataIs32
) {
388
if(
dataIs32
) {
399
if(
dataIs32
) {
447
UBool
dataIs32
, UBool latin1Linear) {
501
if(
dataIs32
) {
[
all
...]
/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 733 milliseconds