Home
last modified time | relevance | path

Searched refs:MAX_SHORT_CHANGE_OLD_LENGTH (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DEdits.java64 private static final int MAX_SHORT_CHANGE_OLD_LENGTH = 6; field in Edits
159 if(0 < oldLength && oldLength <= MAX_SHORT_CHANGE_OLD_LENGTH && in addReplace()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DEdits.java65 private static final int MAX_SHORT_CHANGE_OLD_LENGTH = 6; field in Edits
164 if(0 < oldLength && oldLength <= MAX_SHORT_CHANGE_OLD_LENGTH && in addReplace()
/third_party/icu/icu4c/source/common/
Dedits.cpp23 const int32_t MAX_SHORT_CHANGE_OLD_LENGTH = 6; variable
163 if(0 < oldLength && oldLength <= MAX_SHORT_CHANGE_OLD_LENGTH && in addReplace()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dedits.cpp23 const int32_t MAX_SHORT_CHANGE_OLD_LENGTH = 6; variable
162 if(0 < oldLength && oldLength <= MAX_SHORT_CHANGE_OLD_LENGTH && in addReplace()
/third_party/skia/third_party/externals/icu/source/common/
Dedits.cpp23 const int32_t MAX_SHORT_CHANGE_OLD_LENGTH = 6; variable
163 if(0 < oldLength && oldLength <= MAX_SHORT_CHANGE_OLD_LENGTH && in addReplace()
/third_party/node/deps/icu-small/source/common/
Dedits.cpp23 const int32_t MAX_SHORT_CHANGE_OLD_LENGTH = 6; variable
163 if(0 < oldLength && oldLength <= MAX_SHORT_CHANGE_OLD_LENGTH && in addReplace()