OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:leadUnitValue
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/
utrie.h
511
* or the
leadUnitValue
for lead surrogate code points.
518
* @param
leadUnitValue
the value for lead surrogate code _units_ that do not
528
uint32_t initialValue, uint32_t
leadUnitValue
,
559
uint32_t
leadUnitValue
;
614
* @param
leadUnitValue
the value for lead surrogate code _units_ that do not
623
uint32_t initialValue, uint32_t
leadUnitValue
,
/external/icu4c/test/cintltst/
trietest.c
828
uint32_t value, initialValue,
leadUnitValue
;
832
leadUnitValue
=0xaffe;
835
leadUnitValue
=0x89abcdef;
839
utrie_unserializeDummy(&trie, mem, sizeof(mem), initialValue,
leadUnitValue
, make16BitTrie, &errorCode);
859
/* test that the lead surrogate code units have
leadUnitValue
*/
866
if(value!=
leadUnitValue
) {
868
make16BitTrie ? "16" : "32", (long)c, (long)value, (long)
leadUnitValue
);
Completed in 22 milliseconds