| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
| H A D | TimeZoneAliasTest.java | 408 public String toString(int count) { in toString() argument
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | FormattedStringBuilder.java | 306 prepareForInsert(int index, int count) prepareForInsert() argument 325 prepareForInsertHelper(int index, int count) prepareForInsertHelper() argument 386 remove(int index, int count) remove() argument [all...] |
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
| H A D | TimeZoneAliasTest.java | 405 public String toString(int count) { in toString() argument
|
| /third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
| H A D | TestUtil.java | 144 private int count; field in TestUtil.Lock 154 synchronized int count() { in count() method in TestUtil.Lock
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
| H A D | CollationWeights.java | 163 int length, count; field in CollationWeights.WeightRange [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/ |
| H A D | PeriodFormatterData.java | 153 public boolean appendUnit(TimeUnit unit, int count, int cv, in appendUnit() argument 259 appendCount(TimeUnit unit, boolean omitCount, boolean useDigitPrefix, int count, int cv, boolean useSep, String name, boolean last, StringBuffer sb) appendCount() argument 390 appendCountValue(int count, int integralDigits, int decimalDigits, StringBuffer sb) appendCountValue() argument 511 computeForm(TimeUnit unit, int count, int cv, boolean lastOfMultiple) computeForm() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | DictionaryBreakEngine.java | 27 private int count[]; // Count of candidates field in DictionaryBreakEngine.PossibleWord
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/ |
| H A D | TestUtil.java | 145 private int count; field in TestUtil.Lock 155 synchronized int count() { in count() method in TestUtil.Lock
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
| H A D | UScriptRun.java | 101 public UScriptRun(String text, int start, int count) in UScriptRun() argument 133 public UScriptRun(char[] chars, int start, int count) in UScriptRun() argument 178 public final void reset(int start, int count) in reset() argument 210 reset(char[] chars, int start, int count) reset() argument 255 reset(String str, int start, int count) reset() argument 443 inc(int sp, int count) inc() argument 453 dec(int sp, int count) dec() argument 463 limitInc(int count) limitInc() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
| H A D | Counter.java | 102 RWLong count; global() field in Counter.Entry 105 Entry(RWLong count, T value, int uniqueness) Entry() argument [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | coleitr.cpp | 407 int32_t count = 0; // number of CE "halves" variable
|
| H A D | collationsets.cpp | 379 int32_t count = cne->ranges.getRangeCount(); in enumCnERange() local
|
| H A D | formatted_string_builder.cpp | 151 int32_t count = U16_LENGTH(codePoint); in insertCodePoint() local 183 int32_t count = end - start; in insert() local 200 int32_t count = otherLength - thisLength; splice() local 235 int32_t count = other.fLength; insert() local 261 prepareForInsert(int32_t index, int32_t count, UErrorCode &status) prepareForInsert() argument 286 prepareForInsertHelper(int32_t index, int32_t count, UErrorCode &status) prepareForInsertHelper() argument 359 remove(int32_t index, int32_t count) remove() argument 368 getCharPtr() + position + count, remove() local 371 getFieldPtr() + position + count, remove() local [all...] |
| H A D | numparse_decimal.cpp | 400 bool DecimalMatcher::validateGroup(int32_t sepType, int32_t count, bool isPrimary) const { in validateGroup() argument
|
| H A D | collationdatareader.cpp | 311 int32_t count = uset_getSerializedRangeCount(&sset); in read() local
|
| H A D | rbt_set.cpp | 430 int32_t count = ruleVector->size(); in toRules() local 451 int32_t count = ruleVector->size(); in getSourceTargetSet() local
|
| H A D | collationweights.cpp | 426 int32_t count = 0; allocWeightsInMinLengthRanges() local [all...] |
| H A D | scriptset.cpp | 155 int32_t count = 0; in countMembers() local
|
| H A D | csdetect.cpp | 360 int32_t count = 0; in enumCount() local
|
| /third_party/icu/icu4c/source/common/ |
| H A D | uniset.cpp | 319 int32_t count = getRangeCount(); in size() local
|
| H A D | ustrtrns.cpp | 388 int32_t count = (int32_t)(pDestLimit - pDest); in u_strFromUTF8WithSub() local 898 int32_t count; in u_strToUTF8WithSub() local 1127 int32_t count = (int32_t)(pDestLimit - pDest); u_strFromJavaModifiedUTF8WithSub() local 1325 int32_t count; u_strToJavaModifiedUTF8() local [all...] |
| H A D | ustrenum.cpp | 160 int32_t UStringEnumeration::count(UErrorCode& status) const { in count() function in UStringEnumeration 286 int32_t index, count; member 360 uenum_openCharStringsEnumeration(const char* const strings[], int32_t count, in uenum_openCharStringsEnumeration() argument 379 uenum_openUCharStringsEnumeration(const UChar* const strings[], int32_t count, UErrorCode* ec) uenum_openUCharStringsEnumeration() argument [all...] |
| H A D | ustr_wcs.cpp | 80 int count=0,retVal=0; in _strToWCS() local 290 int32_t retVal =0, count =0 ; _strFromWCS() local [all...] |
| /third_party/libsnd/src/ |
| H A D | mpeg_l3_encode.c | 636 normalize_float (float *dest, const float *src, sf_count_t count, float norm_fact) in normalize_float() argument 686 normalize_double (double *dest, const double *src, sf_count_t count, double norm_fact) in normalize_double() argument
|
| /third_party/libsnd/tests/ |
| H A D | string_test.c | 554 int count ; in string_multi_set_test() local 733 { int count = 0 ; str_count() local [all...] |