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

1 2

  /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 256 if (msgPattern.countParts() == 0) {
329 if (0 == msgPattern.countParts()) {
423 int32_t count=pattern.countParts();
508 if (msgPattern.countParts() == 0) {
515 int count=msgPattern.countParts();
msgfmt.cpp 524 0 == msgPattern.countParts()
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SelectFormat.java 218 int count=pattern.countParts();
253 if (msgPattern == null || msgPattern.countParts() == 0) {
PluralFormat.java 432 int count=pattern.countParts();
587 if (msgPattern == null || msgPattern.countParts() == 0) {
683 if (msgPattern == null || msgPattern.countParts() == 0) {
690 int count=msgPattern.countParts();
    [all...]
MessagePattern.java 39 * with countParts(), getPart() and related methods.
232 * countParts() will return 0.
251 * countParts() will return 0.
379 int count=countParts();
401 public int countParts() {
407 * @param i The index of the Part data. (0..countParts()-1)
409 * @throws IndexOutOfBoundsException if i is outside the (0..countParts()-1) range
418 * @param i The index of the Part data. (0..countParts()-1)
420 * @throws IndexOutOfBoundsException if i is outside the (0..countParts()-1) range
429 * @param partIndex The index of the Part data. (0..countParts()-1
    [all...]
MessageFormat.java     [all...]
MessagePatternUtil.java 54 int limit = pattern.countParts() - 1;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SelectFormat.java 222 int count=pattern.countParts();
258 if (msgPattern == null || msgPattern.countParts() == 0) {
PluralFormat.java 447 int count=pattern.countParts();
604 if (msgPattern == null || msgPattern.countParts() == 0) {
702 if (msgPattern == null || msgPattern.countParts() == 0) {
709 int count=msgPattern.countParts();
    [all...]
MessagePattern.java 38 * with countParts(), getPart() and related methods.
242 * countParts() will return 0.
262 * countParts() will return 0.
402 int count=countParts();
425 public int countParts() {
431 * @param i The index of the Part data. (0..countParts()-1)
433 * @throws IndexOutOfBoundsException if i is outside the (0..countParts()-1) range
443 * @param i The index of the Part data. (0..countParts()-1)
445 * @throws IndexOutOfBoundsException if i is outside the (0..countParts()-1) range
455 * @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/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/
MessagePatternDemo.java 32 int count=msg.countParts();
  /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/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 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...]
  /prebuilts/tools/common/m2/repository/org/beanshell/bsh/2.0b4/
bsh-2.0b4.jar 

Completed in 763 milliseconds

1 2