Searched refs:subformats (Results 1 - 4 of 4) sorted by relevance
/external/chromium/third_party/icu/source/i18n/ |
H A D | msgfmt.cpp | 266 subformats(NULL), 293 subformats(NULL), 321 subformats(NULL), 346 subformats(NULL), 363 delete subformats[idx].format; 364 delete subformats[idx].argName; 366 uprv_free(subformats); 367 subformats = NULL; 384 * Allocate subformats[] to at least the given capacity and return 385 * TRUE if successful. If not, leave subformats[] unchange [all...] |
/external/icu4c/i18n/ |
H A D | msgfmt.cpp | 275 subformats(NULL), 302 subformats(NULL), 330 subformats(NULL), 355 subformats(NULL), 372 delete subformats[idx].format; 373 delete subformats[idx].argName; 375 uprv_free(subformats); 376 subformats = NULL; 393 * Allocate subformats[] to at least the given capacity and return 394 * TRUE if successful. If not, leave subformats[] unchange [all...] |
/external/chromium/third_party/icu/public/i18n/unicode/ |
H A D | msgfmt.h | 45 * A MessageFormat contains an array of <EM>subformats</EM> arranged 46 * within a <EM>template string</EM>. Together, the subformats and 50 * Typically, both the subformats and the template string are 125 * parse result; prior subformats with the same argument index will 285 * indicated subformats, and cause recursion. If you create both a 444 * Sets subformats. 459 * Sets subformats. 553 * Gets an array of subformats of this object. The returned array 811 * A MessageFormat contains an array of subformats. This array 814 Subformat* subformats; member in class:MessageFormat [all...] |
/external/icu4c/i18n/unicode/ |
H A D | 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 296 * indicated subformats, and cause recursion. If you create both a 455 * Sets subformats. 473 * Sets subformats. 573 * Gets an array of subformats of this object. The returned array 845 * A MessageFormat contains an array of subformats. This array 848 Subformat* subformats; member in class:MessageFormat [all...] |
Completed in 61 milliseconds