Searched refs:pcIndex (Results 1 – 2 of 2) sorted by relevance
319 int32_t pcIndex = (int32_t)utext_getNativeIndex(text); in divideUpDictionaryRange() local321 int32_t pcSize = (int32_t)utext_getNativeIndex(text) - pcIndex; in divideUpDictionaryRange()555 int32_t pcIndex = (int32_t)utext_getNativeIndex(text); in divideUpDictionaryRange() local557 int32_t pcSize = (int32_t)utext_getNativeIndex(text) - pcIndex; in divideUpDictionaryRange()751 int32_t pcIndex = (int32_t)utext_getNativeIndex(text); in divideUpDictionaryRange() local753 int32_t pcSize = (int32_t)utext_getNativeIndex(text) - pcIndex; in divideUpDictionaryRange()960 int32_t pcIndex = (int32_t)utext_getNativeIndex(text); in divideUpDictionaryRange() local962 int32_t pcSize = (int32_t)utext_getNativeIndex(text) - pcIndex; in divideUpDictionaryRange()
2851 for (int pcIndex = 0; pcIndex < DE_LENGTH_OF_ARRAY(m_params.pushConstantValues); ++pcIndex) in iterate() local2853 const auto& pc = m_params.pushConstantValues[pcIndex]; in iterate()