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

  /external/chromium_org/third_party/icu/source/common/
utrie.cpp 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.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...]
  /external/icu/icu4c/source/common/
utrie.cpp 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.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 187 milliseconds