Searched refs:indexBase (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | collationfastlatinbuilder.cpp | 571 int32_t indexBase = result.length(); in encodeCharCEs() local 580 int32_t expansionIndex = result.length() - indexBase; in encodeCharCEs() 598 int32_t indexBase = headerLength + CollationFastLatin::NUM_FAST_CHARS; in encodeContractions() local 603 int32_t contractionIndex = result.length() - indexBase; in encodeContractions() 649 for(; i < indexBase; i += 16) { in encodeContractions() 661 if((i - indexBase) % 16 == 0) { puts(""); } in encodeContractions()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | CollationFastLatinBuilder.java | 538 int indexBase = result.length(); in encodeCharCEs() local 547 int expansionIndex = result.length() - indexBase; in encodeCharCEs() 562 int indexBase = headerLength + CollationFastLatin.NUM_FAST_CHARS; in encodeContractions() local 567 int contractionIndex = result.length() - indexBase; in encodeContractions()
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationFastLatinBuilder.java | 537 int indexBase = result.length(); in encodeCharCEs() local 546 int expansionIndex = result.length() - indexBase; in encodeCharCEs() 561 int indexBase = headerLength + CollationFastLatin.NUM_FAST_CHARS; in encodeContractions() local 566 int contractionIndex = result.length() - indexBase; in encodeContractions()
|
/external/deqp/modules/glshared/ |
D | glsDrawTest.cpp | 1515 …seed, int elementCount, DrawTestSpec::IndexType type, int offset, int min, int max, int indexBase); 1520 … char* createIndices (int seed, int elementCount, int offset, int min, int max, int indexBase); 1650 … seed, int elementCount, DrawTestSpec::IndexType type, int offset, int min, int max, int indexBase) in generateIndices() argument 1657 data = createIndices<deUint8>(seed, elementCount, offset, min, max, indexBase); in generateIndices() 1661 data = createIndices<deUint16>(seed, elementCount, offset, min, max, indexBase); in generateIndices() 1665 data = createIndices<deUint32>(seed, elementCount, offset, min, max, indexBase); in generateIndices() 1677 …yGenerator::createIndices (int seed, int elementCount, int offset, int min, int max, int indexBase) in createIndices() argument 1691 DE_ASSERT(indexBase >= 0); // watch for underflows in createIndices() 1716 ndx += indexBase; in createIndices() 3188 …const int indexBase = (hasBaseVtx && spec.baseVertex < 0) ? (-spec.baseVertex) : (0); // sp… in iterate() local [all …]
|