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

  /external/icu/icu4c/source/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) {
512 int32_t count = pattern.countParts();
plurfmt.cpp 254 if (msgPattern.countParts() == 0) {
308 if (0 == msgPattern.countParts()) {
402 int32_t count=pattern.countParts();
487 if (msgPattern.countParts() == 0) {
494 int count=msgPattern.countParts();
msgfmt.cpp 523 0 == msgPattern.countParts()
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SelectFormat.java 223 int count=pattern.countParts();
259 if (msgPattern == null || msgPattern.countParts() == 0) {
PluralFormat.java 452 int count=pattern.countParts();
609 if (msgPattern == null || msgPattern.countParts() == 0) {
707 if (msgPattern == null || msgPattern.countParts() == 0) {
714 int count=msgPattern.countParts();
    [all...]
MessagePattern.java 38 * with countParts(), getPart() and related methods.
241 * countParts() will return 0.
261 * countParts() will return 0.
401 int count=countParts();
424 public int countParts() {
430 * @param i The index of the Part data. (0..countParts()-1)
432 * @throws IndexOutOfBoundsException if i is outside the (0..countParts()-1) range
442 * @param i The index of the Part data. (0..countParts()-1)
444 * @throws IndexOutOfBoundsException if i is outside the (0..countParts()-1) range
454 * @param partIndex The index of the Part data. (0..countParts()-1
    [all...]
MessageFormat.java     [all...]
MessagePatternUtil.java 55 int limit = pattern.countParts() - 1;
  /external/messageformat/java/com/ibm/icu/text/
SelectFormat.java 223 int count=pattern.countParts();
259 if (msgPattern == null || msgPattern.countParts() == 0) {
MessagePattern.java 38 * with countParts(), getPart() and related methods.
241 * countParts() will return 0.
261 * countParts() will return 0.
401 int count=countParts();
424 public int countParts() {
430 * @param i The index of the Part data. (0..countParts()-1)
432 * @throws IndexOutOfBoundsException if i is outside the (0..countParts()-1) range
442 * @param i The index of the Part data. (0..countParts()-1)
444 * @throws IndexOutOfBoundsException if i is outside the (0..countParts()-1) range
454 * @param partIndex The index of the Part data. (0..countParts()-1
    [all...]
  /external/icu/icu4c/source/common/unicode/
messagepattern.h 317 * with countParts(), getPart() and related methods.
504 * countParts() will return 0.
511 * countParts() will return 0.
612 int32_t countParts() const {
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);
    [all...]
  /external/messageformat/java/com/ibm/icu/simple/
PluralFormat.java 289 int count=pattern.countParts();
MessageFormat.java     [all...]
  /external/icu/icu4c/source/common/
messagepattern.cpp 348 int32_t count=countParts();
372 * @param pluralStart the index of the first PluralFormat argument style part. (0..countParts()-1)
    [all...]
  /external/icu/icu4c/source/test/intltest/
tmsgfmt.cpp     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TestMessageFormat.java     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 380 milliseconds