HomeSort by relevance Sort by last modified time
    Searched refs:indexBase (Results 1 - 21 of 21) sorted by null

  /external/icu/icu4c/source/layout/
loengine.cpp 106 le_int32 indexBase,
116 le->getCharIndices(charIndices, indexBase, *success);
loengine.h 160 * @param indexBase - an offset that will be added to each index.
168 le_int32 indexBase,
LEGlyphStorage.h 183 * @param indexBase - an offset which will be added to each index
188 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
LayoutEngine.h 432 * @param indexBase - an offset which will be added to each index
437 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
LEGlyphStorage.cpp 169 void LEGlyphStorage::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const
188 charIndices[i] = fCharIndices[i] + indexBase;
LayoutEngine.cpp 166 void LayoutEngine::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const
168 fGlyphStorage->getCharIndices(charIndices, indexBase, success);
  /external/svox/pico/lib/
picokpdf.h 130 picoos_uint8 *indexBase;
picokpdf.c 265 pdfphs->indexBase = &(this->base[pos]);
266 pdfphs->contentBase = pdfphs->indexBase + pdfphs->numvectors * sizeof(picoos_uint32);
picosig.c 338 nCurrIndexOffset = ((picoos_uint8*) pdf->indexBase) + phsIndex * sizeof(picoos_uint32);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationFastLatinBuilder.java 536 int indexBase = result.length();
545 int expansionIndex = result.length() - indexBase;
560 int indexBase = headerLength + CollationFastLatin.NUM_FAST_CHARS;
565 int contractionIndex = result.length() - indexBase;
607 for(; i < indexBase; i += 16) {
619 if((i - indexBase) % 16 == 0) { puts(""); }
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationFastLatinBuilder.java 535 int indexBase = result.length();
544 int expansionIndex = result.length() - indexBase;
559 int indexBase = headerLength + CollationFastLatin.NUM_FAST_CHARS;
564 int contractionIndex = result.length() - indexBase;
606 for(; i < indexBase; i += 16) {
618 if((i - indexBase) % 16 == 0) { puts(""); }
  /external/icu/icu4c/source/i18n/
collationfastlatinbuilder.cpp 569 int32_t indexBase = result.length();
578 int32_t expansionIndex = result.length() - indexBase;
596 int32_t indexBase = headerLength + CollationFastLatin::NUM_FAST_CHARS;
601 int32_t contractionIndex = result.length() - indexBase;
647 for(; i < indexBase; i += 16) {
659 if((i - indexBase) % 16 == 0) { puts(""); }
  /external/deqp/modules/glshared/
glsDrawTest.cpp     [all...]
  /external/testng/ant/3rdparty/
DTDDoc.jar 
  /external/guice/extensions/persist/lib/
hibernate-search.jar 
hibernate-annotations.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 272 milliseconds