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

1 2

  /external/icu/icu4c/source/i18n/
selfmt.cpp 99 if (msgPattern.countParts() == 0) {
118 if (0 == msgPattern.countParts()) {
133 int32_t count = pattern.countParts();
choicfmt.cpp 406 if (msgPattern.countParts() == 0) {
426 int32_t count = pattern.countParts();
480 if (msgPattern.countParts() == 0) {
514 int32_t count = pattern.countParts();
plurfmt.cpp 258 if (msgPattern.countParts() == 0) {
331 if (0 == msgPattern.countParts()) {
425 int32_t count=pattern.countParts();
510 if (msgPattern.countParts() == 0) {
517 int count=msgPattern.countParts();
msgfmt.cpp 526 0 == msgPattern.countParts()
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SelectFormat.java 220 int count=pattern.countParts();
255 if (msgPattern == null || msgPattern.countParts() == 0) {
PluralFormat.java 434 int count=pattern.countParts();
591 if (msgPattern == null || msgPattern.countParts() == 0) {
688 if (msgPattern == null || msgPattern.countParts() == 0) {
695 int count=msgPattern.countParts();
    [all...]
MessagePattern.java 41 * with countParts(), getPart() and related methods.
234 * countParts() will return 0.
253 * countParts() will return 0.
381 int count=countParts();
403 public int countParts() {
409 * @param i The index of the Part data. (0..countParts()-1)
411 * @throws IndexOutOfBoundsException if i is outside the (0..countParts()-1) range
420 * @param i The index of the Part data. (0..countParts()-1)
422 * @throws IndexOutOfBoundsException if i is outside the (0..countParts()-1) range
431 * @param partIndex The index of the Part data. (0..countParts()-1
    [all...]
MessageFormat.java     [all...]
MessagePatternUtil.java 56 int limit = pattern.countParts() - 1;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SelectFormat.java 224 int count=pattern.countParts();
260 if (msgPattern == null || msgPattern.countParts() == 0) {
PluralFormat.java 449 int count=pattern.countParts();
608 if (msgPattern == null || msgPattern.countParts() == 0) {
707 if (msgPattern == null || msgPattern.countParts() == 0) {
714 int count=msgPattern.countParts();
    [all...]
MessagePattern.java 40 * with countParts(), getPart() and related methods.
244 * countParts() will return 0.
264 * countParts() will return 0.
404 int count=countParts();
427 public int countParts() {
433 * @param i The index of the Part data. (0..countParts()-1)
435 * @throws IndexOutOfBoundsException if i is outside the (0..countParts()-1) range
445 * @param i The index of the Part data. (0..countParts()-1)
447 * @throws IndexOutOfBoundsException if i is outside the (0..countParts()-1) range
457 * @param partIndex The index of the Part data. (0..countParts()-1
    [all...]
MessageFormat.java     [all...]
MessagePatternUtil.java 57 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/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/
MessagePatternDemo.java 34 int count=msg.countParts();
  /external/icu/icu4c/source/common/unicode/
messagepattern.h 319 * with countParts(), getPart() and related methods.
506 * countParts() will return 0.
513 * countParts() will return 0.
614 int32_t countParts() const {
620 * @param i The index of the Part data. (0..countParts()-1)
631 * @param i The index of the Part data. (0..countParts()-1)
642 * @param partIndex The index of the Part data. (0..countParts()-1)
682 * @param pluralStart the index of the first PluralFormat argument style part. (0..countParts()-1)
690 * @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/android_icu4j/src/main/tests/android/icu/dev/test/format/
TestMessageFormat.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TestMessageFormat.java     [all...]
  /external/icu/icu4c/source/common/
messagepattern.cpp 350 int32_t count=countParts();
374 * @param pluralStart the index of the first PluralFormat argument style part. (0..countParts()-1)
    [all...]
  /external/icu/icu4c/source/test/intltest/
tmsgfmt.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/beanshell/bsh/2.0b4/
bsh-2.0b4.jar 

Completed in 317 milliseconds

1 2