Searched refs:FcCharLeafHash (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/fontconfig/dist/src/
H A Dfccharset.c1075 FcCharLeafHash (FcCharLeaf *leaf) function in typeref:typename:FcChar32
1088 FcChar32 hash = FcCharLeafHash (leaf);
1116 hash = ((hash << 1) | (hash >> 31)) ^ FcCharLeafHash (FcCharSetLeaf(fcs,i));

Completed in 3 milliseconds