Lines Matching defs:const
19 const int32_t MAX_UNCHANGED_LENGTH = 0x1000;
20 const int32_t MAX_UNCHANGED = MAX_UNCHANGED_LENGTH - 1;
23 const int32_t MAX_SHORT_CHANGE_OLD_LENGTH = 6;
24 const int32_t MAX_SHORT_CHANGE_NEW_LENGTH = 7;
25 const int32_t SHORT_CHANGE_NUM_MASK = 0x1ff;
26 const int32_t MAX_SHORT_CHANGE = 0x6fff;
33 const int32_t LENGTH_IN_1TRAIL = 61;
34 const int32_t LENGTH_IN_2TRAIL = 62;
44 Edits &Edits::copyArray(const Edits &other) {
88 Edits &Edits::operator=(const Edits &other) {
247 UBool Edits::copyErrorTo(UErrorCode &outErrorCode) const {
254 Edits &Edits::mergeAndAppend(const Edits &ab, const Edits &bc, UErrorCode &errorCode) {
400 Edits::Iterator::Iterator(const uint16_t *a, int32_t len, UBool oc, UBool crs) :
779 UnicodeString& Edits::Iterator::toString(UnicodeString& sb) const {