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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
msgfmt.h 58 * argument is matched up with its corresponding subformat, which then
103 * a subformat is located, the subformat is called to parse the
124 * then the rightmost subformat in the pattern string will produce the
464 * Sets one subformat.
474 * @param formatNumber index of the subformat.
480 * Sets one subformat.
484 * @param formatNumber index of the subformat.
501 * Gets subformat pointer for given format name.
516 * Sets one subformat for given format name
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
msgfmt.cpp 199 * A structure representing one subformat of this MessageFormat.
200 * Each subformat has a Format object, an offset into the plain
205 class MessageFormat::Subformat : public UMemory {
230 Subformat& operator=(const Subformat& that) {
243 UBool operator==(const Subformat& that) const {
256 UBool operator!=(const Subformat& that) const {
397 subformats = (Subformat*) uprv_malloc(sizeof(*subformats) * capacity);
408 Subformat* a = (Subformat*)
    [all...]

Completed in 115 milliseconds