Home | History | Annotate | Download | only in i18n

Lines Matching refs:contextStart

112     return !(index.contextStart < 0 ||
113 index.start < index.contextStart ||
198 offsets.contextStart= start;
227 * <code>index.contextStart</code> will be advanced to the first
234 * with <code>index.contextStart</code> and <code>index.contextLimit</code>
236 * transliterated, and <code>index.start == index.contextStart</code>.
253 * <ul><li><code>index.contextStart</code>: the beginning index,
254 * inclusive; <code>0 <= index.contextStart <= index.contextLimit</code>.
257 * <code>index.contextStart <= index.contextLimit <= text.length()</code>.
262 * considered for transliteration; <code>index.contextStart <=
364 // int32_t originalStart = index.contextStart;
404 // context (between contextStart and start) is no longer needed,
405 // we try to advance contextStart past that portion. We use the
413 index.contextStart = uprv_max(newCS, originalStart);