Home
last modified time | relevance | path

Searched refs:equalFormats (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dmsgfmt.h857 static UBool equalFormats(const void* left, const void* right);
/external/icu/icu4c/source/i18n/
Dmsgfmt.cpp158 return icu::MessageFormat::equalFormats(key1.pointer, key2.pointer); in equalFormatsForHash()
1842 UBool MessageFormat::equalFormats(const void* left, const void* right) { in equalFormats() function in MessageFormat