HomeSort by relevance Sort by last modified time
    Searched full:string_indices (Results 1 - 1 of 1) sorted by null

  /external/harfbuzz_ng/src/
hb-coretext.cc 275 const CFIndex* string_indices = CTRunGetStringIndicesPtr (run); local
276 if (!string_indices) {
279 string_indices = index_buf;
293 info->cluster = string_indices[j];

Completed in 37 milliseconds