OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:equal_uint32
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/
utrie.c
35
equal_uint32
(const uint32_t *s, const uint32_t *t, int32_t length) {
function
568
if(
equal_uint32
(data+block, data+otherBlock, UTRIE_DATA_BLOCK_LENGTH)) {
653
i>0 && !
equal_uint32
(trie->data+(newStart-i), trie->data+start, i);
[
all
...]
utrie2_builder.c
855
equal_uint32
(const uint32_t *s, const uint32_t *t, int32_t length) {
function
887
if(
equal_uint32
(data+block, data+otherBlock, blockLength)) {
[
all
...]
Completed in 351 milliseconds