Home
last modified time | relevance | path

Searched refs:hasArgTypeConflicts (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/i18n/
Dmsgfmt.cpp226 hasArgTypeConflicts(FALSE), in MessageFormat()
247 hasArgTypeConflicts(FALSE), in MessageFormat()
269 hasArgTypeConflicts(FALSE), in MessageFormat()
290 hasArgTypeConflicts(that.hasArgTypeConflicts), in MessageFormat()
361 hasArgTypeConflicts = that.hasArgTypeConflicts; in operator =()
486 hasArgTypeConflicts = FALSE; in resetPattern()
1487 hasArgTypeConflicts = FALSE; in cacheExplicitFormats()
1537 hasArgTypeConflicts = TRUE; in cacheExplicitFormats()
Dumsg.cpp45 static UBool hasArgTypeConflicts(const MessageFormat& m) { in hasArgTypeConflicts() function in MessageFormatAdapter
46 return m.hasArgTypeConflicts; in hasArgTypeConflicts()
254 if (U_SUCCESS(*status) && MessageFormatAdapter::hasArgTypeConflicts(*retVal)) { in umsg_open()
/external/icu4c/i18n/unicode/
Dmsgfmt.h912 UBool hasArgTypeConflicts; variable