OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:countParts
(Results
1 - 8
of
8
) 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
248
if (msgPattern.
countParts
() == 0) {
284
if (0 == msgPattern.
countParts
()) {
377
int32_t count=pattern.
countParts
();
msgfmt.cpp
512
0 == msgPattern.
countParts
()
[
all
...]
/external/icu4c/common/unicode/
messagepattern.h
320
* with
countParts
(), getPart() and related methods.
507
*
countParts
() will return 0.
514
*
countParts
() will return 0.
615
int32_t
countParts
() const {
621
* @param i The index of the Part data. (0..
countParts
()-1)
632
* @param i The index of the Part data. (0..
countParts
()-1)
643
* @param partIndex The index of the Part data. (0..
countParts
()-1)
683
* @param pluralStart the index of the first PluralFormat argument style part. (0..
countParts
()-1)
691
* @param start The index of some Part data (0..
countParts
()-1);
[
all
...]
/external/icu4c/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/icu4c/test/intltest/
tmsgfmt.cpp
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 124 milliseconds