Lines Matching defs:script
142 s.append((UChar)0xfdd0); // Zzzz script sample character U+FDD0.
322 CollationBaseDataBuilder::addScriptStart(int32_t script, uint32_t p) {
331 // The script really starts on a lead byte boundary. Round down to that.
335 if(script < UCOL_REORDER_CODE_FIRST) {
336 U_ASSERT(0 <= script && script < USCRIPT_CODE_LIMIT);
338 U_ASSERT(script <= (UCOL_REORDER_CODE_FIRST + 15));
339 script = USCRIPT_CODE_LIMIT + script - UCOL_REORDER_CODE_FIRST;
343 scriptsIndex[script] = (uint16_t)(scriptStartsLength - 1);
347 scriptsIndex[script] = (uint16_t)scriptStartsLength;
350 if(script == USCRIPT_UNKNOWN) {
351 // The last script start is for unassigned code points
370 // down for contiguous storage of the script and special-group indexes.