Lines Matching refs:end
180 int32_t encodeBidiMirroringGlyph(UChar32 src, UChar32 end, UChar32 mirror, UErrorCode &errorCode);
229 BiDiPropsBuilder::encodeBidiMirroringGlyph(UChar32 src, UChar32 end, UChar32 mirror,
234 if(src!=end) {
238 (long)src, (long)end, (long)mirror);
276 UChar32 end=props.end;
287 int32_t delta=encodeBidiMirroringGlyph(start, end, props.bmg, errorCode);
301 utrie2_setRange32(pTrie, start, end, value, true, &errorCode);
310 for(UChar32 c=start; c<=end; ++c) {
317 (long)start, (long)end);
432 // Find the end of the range first, so that if it's empty we
453 // the end of the arrays' code point ranges.