Home
last modified time | relevance | path

Searched refs:MAX_SEGMENT_LENGTH (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/icu4c/source/common/
Dsimpleformatter.cpp36 const int32_t MAX_SEGMENT_LENGTH = SEGMENT_LENGTH_PLACEHOLDER_CHAR - ARG_NUM_LIMIT; variable
141 if (++textLength == MAX_SEGMENT_LENGTH) { in applyPatternMinMaxArguments()
/third_party/node/deps/icu-small/source/common/
Dsimpleformatter.cpp36 const int32_t MAX_SEGMENT_LENGTH = SEGMENT_LENGTH_PLACEHOLDER_CHAR - ARG_NUM_LIMIT; variable
141 if (++textLength == MAX_SEGMENT_LENGTH) { in applyPatternMinMaxArguments()
/third_party/skia/third_party/externals/icu/source/common/
Dsimpleformatter.cpp36 const int32_t MAX_SEGMENT_LENGTH = SEGMENT_LENGTH_PLACEHOLDER_CHAR - ARG_NUM_LIMIT; variable
141 if (++textLength == MAX_SEGMENT_LENGTH) { in applyPatternMinMaxArguments()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DSimpleFormatterImpl.java52 private static final int MAX_SEGMENT_LENGTH = SEGMENT_LENGTH_ARGUMENT_CHAR - ARG_NUM_LIMIT; field in SimpleFormatterImpl
160 if (++textLength == MAX_SEGMENT_LENGTH) { in compileToStringMinMaxArguments()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DSimpleFormatterImpl.java54 private static final int MAX_SEGMENT_LENGTH = SEGMENT_LENGTH_ARGUMENT_CHAR - ARG_NUM_LIMIT; field in SimpleFormatterImpl
162 if (++textLength == MAX_SEGMENT_LENGTH) { in compileToStringMinMaxArguments()