OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Subformat
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/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/icu4c/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 15 milliseconds