Searched refs:modLength (Results 1 – 3 of 3) sorted by relevance
65 int32_t modLength = mod1.getCodePointCount() + mod2.getCodePointCount(); in padAndApply() local66 int32_t requiredPadding = fWidth - modLength - string.codePointCount(); in padAndApply()
92 int modLength = mod1.getCodePointCount() + mod2.getCodePointCount(); in padAndApply() local93 int requiredPadding = targetWidth - modLength - string.codePointCount(); in padAndApply()
85 int modLength = mod1.getCodePointCount() + mod2.getCodePointCount(); in padAndApply() local86 int requiredPadding = targetWidth - modLength - string.codePointCount(); in padAndApply()