Searched refs:modLength (Results 1 – 5 of 5) sorted by relevance
65 int32_t modLength = mod1.getCodePointCount() + mod2.getCodePointCount(); in padAndApply() local66 int32_t requiredPadding = fWidth - modLength - string.codePointCount(); in padAndApply()
87 int modLength = mod1.getCodePointCount() + mod2.getCodePointCount(); in padAndApply() local88 int requiredPadding = targetWidth - modLength - string.codePointCount(); in padAndApply()
94 int modLength = mod1.getCodePointCount() + mod2.getCodePointCount(); in padAndApply() local95 int requiredPadding = targetWidth - modLength - string.codePointCount(); in padAndApply()