Lines Matching refs:start
99 start=start_; in init()
101 table = (sal_uInt8*) malloc((end-start+1)*sizeof(sal_uInt8)); in init()
102 for (sal_Unicode i = start; i <= end; i++) { in init()
106 table[i-start] = sal::static_int_cast<sal_uInt8>(j); in init()
111 table[i-start] = 0xFF; in init()
146 if (tables[i].start <= code && code <= tables[i].end) in getIndexWeight()
147 return tables[i].table[code-tables[i].start]; in getIndexWeight()
273 sal_Unicode start = unicode::getUnicodeScriptStart((UnicodeScript)0); in init() local
277 tables[j++].init(start, end, keys, key_count, this); in init()
278 start = unicode::getUnicodeScriptStart(scriptList[i]); in init()
282 tables[j++].init(start, end, keys, key_count, this); in init()