Home
last modified time | relevance | path

Searched refs:offsetsLength (Results 1 – 11 of 11) sorted by relevance

/third_party/icu/icu4c/source/common/
Dsimpleformatter.cpp185 int32_t *offsets, int32_t offsetsLength, UErrorCode &errorCode) const { in formatAndAppend() argument
189 if (isInvalidArray(values, valuesLength) || isInvalidArray(offsets, offsetsLength) || in formatAndAppend()
196 offsets, offsetsLength, errorCode); in formatAndAppend()
202 int32_t *offsets, int32_t offsetsLength, UErrorCode &errorCode) const { in formatAndReplace() argument
206 if (isInvalidArray(values, valuesLength) || isInvalidArray(offsets, offsetsLength)) { in formatAndReplace()
245 offsets, offsetsLength, errorCode); in formatAndReplace()
252 int32_t offsetsLength) { in getTextWithNoArguments() argument
253 for (int32_t i = 0; i < offsetsLength; i++) { in getTextWithNoArguments()
265 } else if (n < offsetsLength) { in getTextWithNoArguments()
278 int32_t *offsets, int32_t offsetsLength, in format() argument
[all …]
/third_party/node/deps/icu-small/source/common/
Dsimpleformatter.cpp185 int32_t *offsets, int32_t offsetsLength, UErrorCode &errorCode) const { in formatAndAppend() argument
189 if (isInvalidArray(values, valuesLength) || isInvalidArray(offsets, offsetsLength) || in formatAndAppend()
196 offsets, offsetsLength, errorCode); in formatAndAppend()
202 int32_t *offsets, int32_t offsetsLength, UErrorCode &errorCode) const { in formatAndReplace() argument
206 if (isInvalidArray(values, valuesLength) || isInvalidArray(offsets, offsetsLength)) { in formatAndReplace()
245 offsets, offsetsLength, errorCode); in formatAndReplace()
252 int32_t offsetsLength) { in getTextWithNoArguments() argument
253 for (int32_t i = 0; i < offsetsLength; i++) { in getTextWithNoArguments()
265 } else if (n < offsetsLength) { in getTextWithNoArguments()
278 int32_t *offsets, int32_t offsetsLength, in format() argument
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Dsimpleformatter.cpp185 int32_t *offsets, int32_t offsetsLength, UErrorCode &errorCode) const { in formatAndAppend() argument
189 if (isInvalidArray(values, valuesLength) || isInvalidArray(offsets, offsetsLength) || in formatAndAppend()
196 offsets, offsetsLength, errorCode); in formatAndAppend()
202 int32_t *offsets, int32_t offsetsLength, UErrorCode &errorCode) const { in formatAndReplace() argument
206 if (isInvalidArray(values, valuesLength) || isInvalidArray(offsets, offsetsLength)) { in formatAndReplace()
245 offsets, offsetsLength, errorCode); in formatAndReplace()
252 int32_t offsetsLength) { in getTextWithNoArguments() argument
253 for (int32_t i = 0; i < offsetsLength; i++) { in getTextWithNoArguments()
265 } else if (n < offsetsLength) { in getTextWithNoArguments()
278 int32_t *offsets, int32_t offsetsLength, in format() argument
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dsimpleformatter.cpp185 int32_t *offsets, int32_t offsetsLength, UErrorCode &errorCode) const { in formatAndAppend() argument
189 if (isInvalidArray(values, valuesLength) || isInvalidArray(offsets, offsetsLength) || in formatAndAppend()
196 offsets, offsetsLength, errorCode); in formatAndAppend()
202 int32_t *offsets, int32_t offsetsLength, UErrorCode &errorCode) const { in formatAndReplace() argument
206 if (isInvalidArray(values, valuesLength) || isInvalidArray(offsets, offsetsLength)) { in formatAndReplace()
245 offsets, offsetsLength, errorCode); in formatAndReplace()
267 int32_t *offsets, int32_t offsetsLength, in format() argument
272 for (int32_t i = 0; i < offsetsLength; i++) { in format()
290 if (n < offsetsLength) { in format()
294 if (n < offsetsLength) { in format()
[all …]
/third_party/node/deps/icu-small/source/common/unicode/
Dsimpleformatter.h237 int32_t *offsets, int32_t offsetsLength, UErrorCode &errorCode) const;
263 int32_t *offsets, int32_t offsetsLength, UErrorCode &errorCode) const;
294 UnicodeString getTextWithNoArguments(int32_t *offsets, int32_t offsetsLength) const { in getTextWithNoArguments() argument
299 offsetsLength); in getTextWithNoArguments()
324 int32_t offsetsLength);
330 int32_t *offsets, int32_t offsetsLength,
/third_party/icu/icu4c/source/common/unicode/
Dsimpleformatter.h237 int32_t *offsets, int32_t offsetsLength, UErrorCode &errorCode) const;
263 int32_t *offsets, int32_t offsetsLength, UErrorCode &errorCode) const;
294 UnicodeString getTextWithNoArguments(int32_t *offsets, int32_t offsetsLength) const { in getTextWithNoArguments() argument
299 offsetsLength); in getTextWithNoArguments()
324 int32_t offsetsLength);
330 int32_t *offsets, int32_t offsetsLength,
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dsimpleformatter.h237 int32_t *offsets, int32_t offsetsLength, UErrorCode &errorCode) const;
263 int32_t *offsets, int32_t offsetsLength, UErrorCode &errorCode) const;
294 UnicodeString getTextWithNoArguments(int32_t *offsets, int32_t offsetsLength) const { in getTextWithNoArguments() argument
299 offsetsLength); in getTextWithNoArguments()
324 int32_t offsetsLength);
330 int32_t *offsets, int32_t offsetsLength,
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DSimpleFormatterImpl.java450 int offsetsLength;
452 offsetsLength = 0;
454 offsetsLength = offsets.length;
455 for (int i = 0; i < offsetsLength; i++) {
469 if (n < offsetsLength) {
473 if (n < offsetsLength) {
479 if (n < offsetsLength) {
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DSimpleFormatterImpl.java447 int offsetsLength;
449 offsetsLength = 0;
451 offsetsLength = offsets.length;
452 for (int i = 0; i < offsetsLength; i++) {
466 if (n < offsetsLength) {
470 if (n < offsetsLength) {
476 if (n < offsetsLength) {
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dsimpleformatter.h234 int32_t *offsets, int32_t offsetsLength, UErrorCode &errorCode) const;
260 int32_t *offsets, int32_t offsetsLength, UErrorCode &errorCode) const;
294 int32_t *offsets, int32_t offsetsLength,
/third_party/icu/icu4c/source/test/intltest/
Dconvtest.cpp92 int32_t offsetsLength; in TestToUnicode() local
125 offsetsLength=0; in TestToUnicode()
126 cc.offsets=testCase->getIntVector(offsetsLength, "offsets", errorCode); in TestToUnicode()
127 if(offsetsLength==0) { in TestToUnicode()
129 } else if(offsetsLength!=unicode.length()) { in TestToUnicode()
131 i, unicode.length(), offsetsLength); in TestToUnicode()
204 int32_t offsetsLength, index; in TestFromUnicode() local
238 offsetsLength=0; in TestFromUnicode()
239 cc.offsets=testCase->getIntVector(offsetsLength, "offsets", errorCode); in TestFromUnicode()
240 if(offsetsLength==0) { in TestFromUnicode()
[all …]