Home | History | Annotate | Download | only in unicode

Lines Matching full:substitution

101  * &quot;&gt;&gt;&quot; token is called a <em>substitution</em> and tells the fomatter to
112 * <p>The &quot;&lt;&lt;&quot; represents a new kind of substitution. The &lt;&lt; isolates
120 * substitution, and the remainder is used to fill in the &gt;&gt; substitution. The meaning
123 * if a substitution is filled in with text that includes another substitution, that
124 * substitution is also filled in.</p>
130 * <p>Again, the meanings of the brackets and substitution tokens shift because the rule's
174 * evenly by 10, the hyphen and substitution in the brackets are omitted.]</td>
328 * may include zero, one, or two <em>substitution tokens,</em> and a range of text in
330 * substitutions). The exact meanings of the substitution tokens, and under what conditions
331 substitution token and the context.
335 * <p>A substitution token begins and ends with a <em>token character.</em> The token
337 * number being formatted. An optional <em>substitution descriptor </em>specifies how the
338 * value resulting from that operation is used to fill in the substitution. The position of
339 * the substitution token in the rule body specifies the location of the resultant text in
342 * <p>The meanings of the substitution token characters are as follows:</p>
436 * <p>The substitution descriptor (i.e., the text between the token characters) may take one
455 * <li>You can't have an empty substitution descriptor with a == substitution.</li>
456 * <li>If you omit the substitution descriptor in a &gt;&gt; substitution in a fraction rule,
458 * <li>If you omit the substitution descriptor in a &lt;&lt; substitution in a rule in a
470 * names. The characters beginning a substitution token are always treated as the beginning
471 * of a substitution token.</p>