Home | History | Annotate | Download | only in dev

Lines Matching defs:GetSegmentOffset

55    * <code>GetSegmentOffset</code>. If <code>segment_number</code> is zero,
110 * GetSegmentOffset() returns the position of the index-th segmentation point
113 * 0=GetSegmentOffset(0) < ... < GetSegmentOffset(i) < GetSegmentOffset(i+1)
114 * < ... < GetSegmentOffset(GetSegmentNumber())=(byte-length of GetText()).
115 * Note that [GetSegmentOffset(i), GetSegmentOffset(i+1)) represents the range
127 uint32_t (*GetSegmentOffset)(PP_Resource ime_event, uint32_t index);
159 uint32_t (*GetSegmentOffset)(PP_Resource ime_event, uint32_t index);