Searched defs:appendLength (Results 1 – 4 of 4) sorted by relevance
138 int32_t appendLength = (b1 == 0) ? 1 : 2; in appendWeight16() local151 int32_t appendLength = (bytes[1] == 0) ? 1 : (bytes[2] == 0) ? 2 : (bytes[3] == 0) ? 3 : 4; in appendWeight32() local171 int32_t appendLength = (b1 == 0) ? 1 : 2; in appendReverseWeight16() local
187 int appendLength = (b1 == 0) ? 1 : 2; in appendWeight16() local200 int appendLength = (bytes[1] == 0) ? 1 : (bytes[2] == 0) ? 2 : (bytes[3] == 0) ? 3 : 4; in appendWeight32() local219 int appendLength = (b1 == 0) ? 1 : 2; in appendReverseWeight16() local
197 int appendLength = (b1 == 0) ? 1 : 2; in appendWeight16() local210 int appendLength = (bytes[1] == 0) ? 1 : (bytes[2] == 0) ? 2 : (bytes[3] == 0) ? 3 : 4; in appendWeight32() local229 int appendLength = (b1 == 0) ? 1 : 2; in appendReverseWeight16() local
353 UBool ReorderingBuffer::resize(int32_t appendLength, UErrorCode &errorCode) { in resize()