Home
last modified time | relevance | path

Searched refs:numCodepoints (Results 1 – 3 of 3) sorted by relevance

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Utils/
H A DText_Input.cc49 size_t numCodepoints; member
263 n->numCodepoints = str.to_utf32().size(); in AddTextInputField()
265 Assert(n->numCodepoints <= maxCodepoints); in AddTextInputField()
271 gubCursorPos = n->numCodepoints; in AddTextInputField()
330 curr->numCodepoints = 0; in SetInputFieldString()
373 curr->numCodepoints = 0; in SetInputFieldStringWithNumericStrictValue()
403 gubCursorPos = n->numCodepoints; in SetActiveField()
804 if (gubCursorPos < n.numCodepoints) in AddChar()
823 ++n.numCodepoints; in AddChar()
843 Assert(pos + n <= t.numCodepoints); in RemoveChars()
[all …]
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fonts/
H A DGlyphMapping.java198 int numCodepoints = Character.codePointCount(mcs, 0, mcs.length()); in getKerningAdjustments() local
200 int[] kernings = new int[numCodepoints]; // kerning array in getKerningAdjustments()
222 gpa = new int[numCodepoints][4]; in getKerningAdjustments()
224 for (i = 0; i < numCodepoints; i++) { in getKerningAdjustments()
/dports/games/warzone2100/warzone2100/lib/framework/
H A Dwzstring.cpp290 size_t numCodepoints = utf8::distance(it_replace_start, it_replace_end); in replace() local
293 for (size_t i = 0; i < numCodepoints; i++) in replace()