Home
last modified time | relevance | path

Searched defs:indexBase (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcollationfastlatinbuilder.cpp571 int32_t indexBase = result.length(); in encodeCharCEs() local
598 int32_t indexBase = headerLength + CollationFastLatin::NUM_FAST_CHARS; in encodeContractions() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationFastLatinBuilder.java538 int indexBase = result.length(); in encodeCharCEs() local
562 int indexBase = headerLength + CollationFastLatin.NUM_FAST_CHARS; in encodeContractions() local
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationFastLatinBuilder.java537 int indexBase = result.length(); in encodeCharCEs() local
561 int indexBase = headerLength + CollationFastLatin.NUM_FAST_CHARS; in encodeContractions() local
/external/deqp/modules/glshared/
DglsDrawTest.cpp1650 … seed, int elementCount, DrawTestSpec::IndexType type, int offset, int min, int max, int indexBase) in generateIndices()
1677 …yGenerator::createIndices (int seed, int elementCount, int offset, int min, int max, int indexBase) in createIndices()
3188 …const int indexBase = (hasBaseVtx && spec.baseVertex < 0) ? (-spec.baseVertex) : (0); // sp… in iterate() local