Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/icu/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/cronet/tot/third_party/icu/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/icu4j/main/collate/src/main/java/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/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/deqp/modules/glshared/
DglsDrawTest.cpp2105 int min, int max, int indexBase) in generateIndices()
2132 …ayGenerator::createIndices(int seed, int elementCount, int offset, int min, int max, int indexBase) in createIndices()
3681 const int indexBase = (hasBaseVtx && spec.baseVertex < 0) ? (-spec.baseVertex) : in iterate() local