Searched refs:otherRegion (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Duregion.cpp41 uregion_areEqual(const URegion* uregion, const URegion* otherRegion) argument
43 return ( (void*)uregion == (void*)otherRegion );
76 uregion_contains(const URegion* uregion, const URegion* otherRegion) argument
78 return ((Region*)uregion)->contains(*((Region*)otherRegion));
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Duregion.h154 * Returns true if the specified uregion is equal to the specified otherRegion.
158 uregion_areEqual(const URegion* uregion, const URegion* otherRegion);
207 * Returns true if the specified uregion contains the specified otherRegion anywhere in the region
212 uregion_contains(const URegion* uregion, const URegion* otherRegion);

Completed in 69 milliseconds