Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dmsgfmt.cpp277 isArgNumeric(TRUE), in MessageFormat()
304 isArgNumeric(TRUE), in MessageFormat()
332 isArgNumeric(TRUE), in MessageFormat()
357 isArgNumeric(TRUE), in MessageFormat()
472 isArgNumeric = that.isArgNumeric; in operator =()
504 isArgNumeric != that.isArgNumeric) { in operator ==()
717 if (isArgNumeric) { in toPattern()
943 if (isArgNumeric ) { in adoptFormat()
990 if (isArgNumeric ) { in getFormat()
1020 if (isArgNumeric) { in setFormat()
[all …]
/external/icu4c/i18n/unicode/
Dmsgfmt.h842 UBool isArgNumeric; variable