OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:countParts
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/i18n/
selfmt.cpp
97
if (msgPattern.
countParts
() == 0) {
116
if (0 == msgPattern.
countParts
()) {
131
int32_t count = pattern.
countParts
();
choicfmt.cpp
404
if (msgPattern.
countParts
() == 0) {
424
int32_t count = pattern.
countParts
();
478
if (msgPattern.
countParts
() == 0) {
524
int32_t count = pattern.
countParts
();
plurfmt.cpp
226
if (msgPattern.
countParts
() == 0) {
262
if (0 == msgPattern.
countParts
()) {
355
int32_t count=pattern.
countParts
();
msgfmt.cpp
506
0 == msgPattern.
countParts
()
[
all
...]
/external/icu4c/common/unicode/
messagepattern.h
305
* with
countParts
(), getPart() and related methods.
492
*
countParts
() will return 0.
499
*
countParts
() will return 0.
600
int32_t
countParts
() const {
606
* @param i The index of the Part data. (0..
countParts
()-1)
617
* @param i The index of the Part data. (0..
countParts
()-1)
628
* @param partIndex The index of the Part data. (0..
countParts
()-1)
668
* @param pluralStart the index of the first PluralFormat argument style part. (0..
countParts
()-1)
676
* @param start The index of some Part data (0..
countParts
()-1);
[
all
...]
/external/icu4c/common/
messagepattern.cpp
340
int32_t count=
countParts
();
364
* @param pluralStart the index of the first PluralFormat argument style part. (0..
countParts
()-1)
[
all
...]
/external/icu4c/test/intltest/
tmsgfmt.cpp
[
all
...]
Completed in 106 milliseconds