Home
last modified time | relevance | path

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

/third_party/gettext/gettext-tools/src/
Dx-java.c819 size_t from_j; in strip_indent() local
821 for (to_j = from_j = 0; from_j < seglength; ) in strip_indent()
825 u8_mbtouc (&uc, (const uint8_t *) &segment->contents[from_j], in strip_indent()
826 seglength - from_j); in strip_indent()
861 if (to_j < from_j) in strip_indent()
862 memmove (&segment->contents[to_j], &segment->contents[from_j], bytes); in strip_indent()
863 from_j += bytes; in strip_indent()
909 size_t from_j; in strip_indent() local
911 for (to_j = from_j = 0; from_j < seglength; ) in strip_indent()
913 char c = segment->contents[from_j++]; in strip_indent()