Searched refs:indexBase (Results 1 - 6 of 6) sorted by relevance
/third_party/icu/icu4c/source/i18n/ |
H A 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()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A 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()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A 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()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationFastLatinBuilder.java | 537 int indexBase = result.length(); in encodeCharCEs() 546 int expansionIndex = result.length() - indexBase; in encodeCharCEs() 561 int indexBase = headerLength + CollationFastLatin.NUM_FAST_CHARS; in encodeContractions() 566 int contractionIndex = result.length() - indexBase; in encodeContractions() 608 for(; i < indexBase; i += 16) { in encodeContractions() 620 if((i - indexBase) % 16 == 0) { puts(""); } in encodeContractions()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationFastLatinBuilder.java | 538 int indexBase = result.length(); in encodeCharCEs() 547 int expansionIndex = result.length() - indexBase; in encodeCharCEs() 562 int indexBase = headerLength + CollationFastLatin.NUM_FAST_CHARS; in encodeContractions() 567 int contractionIndex = result.length() - indexBase; in encodeContractions() 609 for(; i < indexBase; i += 16) { in encodeContractions() 621 if((i - indexBase) % 16 == 0) { puts(""); } in encodeContractions()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsDrawTest.cpp | 1534 static char* generateIndices (int seed, int elementCount, DrawTestSpec::IndexType type, int offset, int min, int max, int indexBase); 1539 static char* createIndices (int seed, int elementCount, int offset, int min, int max, int indexBase); 1669 char* RandomArrayGenerator::generateIndices (int seed, int elementCount, DrawTestSpec::IndexType type, int offset, int min, int max, int indexBase) in generateIndices() argument 1676 data = createIndices<deUint8>(seed, elementCount, offset, min, max, indexBase); in generateIndices() 1680 data = createIndices<deUint16>(seed, elementCount, offset, min, max, indexBase); in generateIndices() 1684 data = createIndices<deUint32>(seed, elementCount, offset, min, max, indexBase); in generateIndices() 1696 char* RandomArrayGenerator::createIndices (int seed, int elementCount, int offset, int min, int max, int indexBase) in createIndices() argument 1710 DE_ASSERT(indexBase >= 0); // watch for underflows in createIndices() 1735 ndx += indexBase; in createIndices() 3209 const int indexBase in iterate() local [all...] |
Completed in 12 milliseconds