Searched refs:countParts (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dselfmt.cpp97 if (msgPattern.countParts() == 0) {
116 if (0 == msgPattern.countParts()) {
131 int32_t count = pattern.countParts();
H A Dchoicfmt.cpp404 if (msgPattern.countParts() == 0) {
424 int32_t count = pattern.countParts();
478 if (msgPattern.countParts() == 0) {
512 int32_t count = pattern.countParts();
H A Dplurfmt.cpp253 if (msgPattern.countParts() == 0) {
307 if (0 == msgPattern.countParts()) {
401 int32_t count=pattern.countParts();
H A Dmsgfmt.cpp523 0 == msgPattern.countParts()
1257 int32_t count=msgPattern.countParts();
1593 int32_t limit = msgPattern.countParts() - 2;
/external/icu/icu4c/source/i18n/
H A Dselfmt.cpp97 if (msgPattern.countParts() == 0) {
116 if (0 == msgPattern.countParts()) {
131 int32_t count = pattern.countParts();
H A Dchoicfmt.cpp404 if (msgPattern.countParts() == 0) {
424 int32_t count = pattern.countParts();
478 if (msgPattern.countParts() == 0) {
512 int32_t count = pattern.countParts();
H A Dplurfmt.cpp253 if (msgPattern.countParts() == 0) {
307 if (0 == msgPattern.countParts()) {
401 int32_t count=pattern.countParts();
H A Dmsgfmt.cpp523 0 == msgPattern.countParts()
1257 int32_t count=msgPattern.countParts();
1593 int32_t limit = msgPattern.countParts() - 2;
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dmessagepattern.h317 * with countParts(), getPart() and related methods.
504 * countParts() will return 0.
511 * countParts() will return 0.
612 int32_t countParts() const { function in class:MessagePattern
618 * @param i The index of the Part data. (0..countParts()-1)
629 * @param i The index of the Part data. (0..countParts()-1)
640 * @param partIndex The index of the Part data. (0..countParts()-1)
680 * @param pluralStart the index of the first PluralFormat argument style part. (0..countParts()-1)
688 * @param start The index of some Part data (0..countParts()-1);
/external/icu/icu4c/source/common/unicode/
H A Dmessagepattern.h317 * with countParts(), getPart() and related methods.
504 * countParts() will return 0.
511 * countParts() will return 0.
612 int32_t countParts() const { function in class:MessagePattern
618 * @param i The index of the Part data. (0..countParts()-1)
629 * @param i The index of the Part data. (0..countParts()-1)
640 * @param partIndex The index of the Part data. (0..countParts()-1)
680 * @param pluralStart the index of the first PluralFormat argument style part. (0..countParts()-1)
688 * @param start The index of some Part data (0..countParts()-1);
/external/chromium_org/third_party/icu/source/common/
H A Dmessagepattern.cpp348 int32_t count=countParts();
372 * @param pluralStart the index of the first PluralFormat argument style part. (0..countParts()-1)
/external/icu/icu4c/source/common/
H A Dmessagepattern.cpp348 int32_t count=countParts();
372 * @param pluralStart the index of the first PluralFormat argument style part. (0..countParts()-1)
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtmsgfmt.cpp1577 int count = pattern.countParts();
/external/icu/icu4c/source/test/intltest/
H A Dtmsgfmt.cpp1577 int count = pattern.countParts();

Completed in 397 milliseconds