Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationFastLatinBuilder.java536 int indexBase = result.length(); in encodeCharCEs() local
560 int indexBase = headerLength + CollationFastLatin.NUM_FAST_CHARS; in encodeContractions() local
/external/icu/icu4c/source/i18n/
Dcollationfastlatinbuilder.cpp569 int32_t indexBase = result.length(); in encodeCharCEs() local
596 int32_t indexBase = headerLength + CollationFastLatin::NUM_FAST_CHARS; in encodeContractions() local
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationFastLatinBuilder.java535 int indexBase = result.length(); in encodeCharCEs() local
559 int indexBase = headerLength + CollationFastLatin.NUM_FAST_CHARS; in encodeContractions() local
/external/icu/icu4c/source/layout/
Dloengine.cpp106 le_int32 indexBase, in le_getCharIndicesWithBase()
DLEGlyphStorage.cpp169 void LEGlyphStorage::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &succes… in getCharIndices()
DLayoutEngine.cpp166 void LayoutEngine::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success)… in getCharIndices()
/external/svox/pico/lib/
Dpicokpdf.h130 picoos_uint8 *indexBase; member
/external/deqp/modules/glshared/
DglsDrawTest.cpp1733 … seed, int elementCount, DrawTestSpec::IndexType type, int offset, int min, int max, int indexBase) in generateIndices()
1760 …yGenerator::createIndices (int seed, int elementCount, int offset, int min, int max, int indexBase) in createIndices()
3257 …const int indexBase = (hasBaseVtx && spec.baseVertex < 0) ? (-spec.baseVertex) : (0); // sp… in iterate() local