Home | History | Annotate | Download | only in common

Lines Matching defs:inRange

1853     const AlgorithmicRange *inRange;
1902 inRange=(const AlgorithmicRange *)(inBytes+offset);
1903 offset+=ds->readUInt16(inRange->size);
2057 inRange=(const AlgorithmicRange *)(inBytes+offset);
2059 offset+=ds->readUInt16(inRange->size);
2061 ds->swapArray32(ds, inRange, 8, outRange, pErrorCode);
2062 ds->swapArray16(ds, &inRange->size, 2, &outRange->size, pErrorCode);
2063 switch(inRange->type) {
2066 ds->swapInvChars(ds, inRange+1, (int32_t)uprv_strlen((const char *)(inRange+1)),
2079 factorsCount=inRange->variant;
2080 p=(const uint16_t *)(inRange+1);
2096 inRange->type, i);