Home
last modified time | relevance | path

Searched refs:pairedCharPower (Results 1 – 9 of 9) sorted by relevance

/third_party/icu/icu4c/source/extra/scrptrun/
Dscrptrun.cpp47 const int32_t ScriptRun::pairedCharPower = 1 << highBit(pairedCharCount); member in ScriptRun
48 const int32_t ScriptRun::pairedCharExtra = pairedCharCount - pairedCharPower;
88 int32_t probe = pairedCharPower; in getPairIndex()
Dscrptrun.h94 static const int32_t pairedCharPower; variable
/third_party/skia/third_party/externals/icu/source/extra/scrptrun/
Dscrptrun.cpp47 const int32_t ScriptRun::pairedCharPower = 1 << highBit(pairedCharCount); member in ScriptRun
48 const int32_t ScriptRun::pairedCharExtra = pairedCharCount - pairedCharPower;
88 int32_t probe = pairedCharPower; in getPairIndex()
Dscrptrun.h94 static const int32_t pairedCharPower; variable
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
DUScriptRun.java603 int probe = pairedCharPower; in getPairIndex()
645 private static int pairedCharPower = 1 << highBit(pairedChars.length); field in UScriptRun
646 private static int pairedCharExtra = pairedChars.length - pairedCharPower;
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUScriptRun.java601 int probe = pairedCharPower; in getPairIndex()
643 private static int pairedCharPower = 1 << highBit(pairedChars.length); field in UScriptRun
644 private static int pairedCharExtra = pairedChars.length - pairedCharPower;
/third_party/icu/icu4c/source/common/
Dusc_impl.cpp160 int32_t pairedCharPower = 1 << highBit(pairedCharCount); in getPairIndex() local
161 int32_t pairedCharExtra = pairedCharCount - pairedCharPower; in getPairIndex()
163 int32_t probe = pairedCharPower; in getPairIndex()
/third_party/node/deps/icu-small/source/common/
Dusc_impl.cpp160 int32_t pairedCharPower = 1 << highBit(pairedCharCount); in getPairIndex() local
161 int32_t pairedCharExtra = pairedCharCount - pairedCharPower; in getPairIndex()
163 int32_t probe = pairedCharPower; in getPairIndex()
/third_party/skia/third_party/externals/icu/source/common/
Dusc_impl.cpp160 int32_t pairedCharPower = 1 << highBit(pairedCharCount); in getPairIndex() local
161 int32_t pairedCharExtra = pairedCharCount - pairedCharPower; in getPairIndex()
163 int32_t probe = pairedCharPower; in getPairIndex()