Searched refs:pairedCharPower (Results 1 – 6 of 6) sorted by relevance
45 const int32_t ScriptRun::pairedCharPower = 1 << highBit(pairedCharCount); member in ScriptRun46 const int32_t ScriptRun::pairedCharExtra = pairedCharCount - pairedCharPower;86 int32_t probe = pairedCharPower; in getPairIndex()
92 static const int32_t pairedCharPower; variable
601 int probe = pairedCharPower; in getPairIndex()643 private static int pairedCharPower = 1 << highBit(pairedChars.length); field in UScriptRun644 private static int pairedCharExtra = pairedChars.length - pairedCharPower;
603 int probe = pairedCharPower; in getPairIndex()645 private static int pairedCharPower = 1 << highBit(pairedChars.length); field in UScriptRun646 private static int pairedCharExtra = pairedChars.length - pairedCharPower;
160 int32_t pairedCharPower = 1 << highBit(pairedCharCount); in getPairIndex() local161 int32_t pairedCharExtra = pairedCharCount - pairedCharPower; in getPairIndex()163 int32_t probe = pairedCharPower; in getPairIndex()
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...