Home
last modified time | relevance | path

Searched defs:indexBase (Results 1 – 5 of 5) 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/svox/pico/lib/
Dpicokpdf.h130 picoos_uint8 *indexBase; member
/external/deqp/modules/glshared/
DglsDrawTest.cpp1649 … seed, int elementCount, DrawTestSpec::IndexType type, int offset, int min, int max, int indexBase) in generateIndices()
1676 …yGenerator::createIndices (int seed, int elementCount, int offset, int min, int max, int indexBase) in createIndices()
3173 …const int indexBase = (hasBaseVtx && spec.baseVertex < 0) ? (-spec.baseVertex) : (0); // sp… in iterate() local