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

  /external/chromium_org/third_party/icu/source/i18n/
msgfmt.cpp 271 subformats(NULL),
298 subformats(NULL),
326 subformats(NULL),
351 subformats(NULL),
368 delete subformats[idx].format;
369 delete subformats[idx].argName;
371 uprv_free(subformats);
372 subformats = NULL;
389 * Allocate subformats[] to at least the given capacity and return
390 * TRUE if successful. If not, leave subformats[] unchanged
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
msgfmt.h 45 * <P>A MessageFormat contains an array of <EM>subformats</EM> arranged
46 * within a <EM>template string</EM>. Together, the subformats and
50 * <P>Typically, both the subformats and the template string are
125 * parse result; prior subformats with the same argument index will
429 * Sets subformats.
447 * Sets subformats.
547 * Gets an array of subformats of this object. The returned array
822 Subformat* subformats; member in class:MessageFormat
    [all...]

Completed in 544 milliseconds