Home | History | Annotate | Download | only in i18n

Lines Matching refs:scripts

57     uint32_t head = scripts[index];
67 uint32_t head = scripts[index];
75 for(int32_t i = 0; i < scriptsLength; i = i + 2 + scripts[i + 1]) {
76 uint32_t lastByte = scripts[i] & 0xff;
78 return scripts[i + 2];
88 int32_t limit = i + 2 + scripts[i + 1];
90 if(script == scripts[j]) { return i; }
104 int32_t length = scripts[i + 1];
111 dest[0] = scripts[i++];
113 script = scripts[i++];
165 if(scripts[i + 1] != 1) { break; } // Went beyond special single-code reorder codes.
166 int32_t reorderCode = (int32_t)scripts[i + 2] - UCOL_REORDER_CODE_FIRST;
169 int32_t head = scripts[i];
176 // Reorder according to the input scripts, continuing from the bottom of the bytes range.
180 // Put the remaining scripts at the top.
190 int32_t head = scripts[index];
209 int32_t head = scripts[index];
219 // Put all remaining scripts into the middle.