HomeSort by relevance Sort by last modified time
    Searched refs:equal_uint32 (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/
utrie.cpp 37 equal_uint32(const uint32_t *s, const uint32_t *t, int32_t length) { function
570 if(equal_uint32(data+block, data+otherBlock, UTRIE_DATA_BLOCK_LENGTH)) {
655 i>0 && !equal_uint32(trie->data+(newStart-i), trie->data+start, i);
    [all...]
utrie2_builder.cpp 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 91 milliseconds