Searched defs:appendLength (Results 1 – 3 of 3) sorted by relevance
136 int32_t appendLength = (b1 == 0) ? 1 : 2; in appendWeight16() local149 int32_t appendLength = (bytes[1] == 0) ? 1 : (bytes[2] == 0) ? 2 : (bytes[3] == 0) ? 3 : 4; in appendWeight32() local169 int32_t appendLength = (b1 == 0) ? 1 : 2; in appendReverseWeight16() local
185 int appendLength = (b1 == 0) ? 1 : 2; in appendWeight16() local198 int appendLength = (bytes[1] == 0) ? 1 : (bytes[2] == 0) ? 2 : (bytes[3] == 0) ? 3 : 4; in appendWeight32() local217 int appendLength = (b1 == 0) ? 1 : 2; in appendReverseWeight16() local
179 UBool ReorderingBuffer::resize(int32_t appendLength, UErrorCode &errorCode) { in resize()