Lines Matching full:indexes
170 // Build up a mapping between code points and UTF-16 code unit indexes.
289 // nativeMap Mapping from code points to native indexes for the UText.
290 // u16Map Mapping from code points to UTF-16 indexes, for use with the UnicodeString.
302 int srcIndex = 0; // Code Point indexes of the block to operate on for
307 int32_t nativeStart = 0; // Native unit indexes for a test.
311 int32_t u16Start = 0; // UTF-16 indexes for a test.
315 // Iterate over a whole series of source index, length and a target indexes.
316 // This is done with code point indexes; these will be later translated to native
317 // indexes using the cpMap.