HomeSort by relevance Sort by last modified time
    Searched refs:ces (Results 26 - 50 of 67) sorted by null

12 3

  /external/icu/icu4c/source/test/intltest/
collationtest.cpp 169 UVector64 ces(errorCode);
170 rbc->internalGetCEs(UnicodeString(FALSE, s, 2), ces, errorCode); local
172 if(ces.size() != 2) {
173 errln("expected 2 CEs for <FFFE, FFFF>, got %d", (int)ces.size());
176 int64_t ce = ces.elementAti(0);
182 ce = ces.elementAti(1);
647 // Well-formed CEs.
652 // Quaternary CEs are not supported.
774 // and we also verify that there is a tailoring gap between each two CEs
    [all...]
  /external/icu/icu4c/source/i18n/
collationbuilder.h 74 * Picks one of the current CEs and finds or inserts a node in the graph
125 * need not re-encode the CEs multiple times.
153 * Walks the tailoring graph and overwrites tailored nodes with new CEs.
155 * The nodes array can then be used only as a source of tailored CEs.
164 /** Replaces temporary CEs with the final CEs they point to. */
175 * Temporary CEs are distinguished from real CEs by their use of
306 int64_t ces[Collation::MAX_EXPANSION_LENGTH]; member in class:CollationBuilder
320 * Data structure for assigning tailored weights and CEs
    [all...]
collationfastlatinbuilder.cpp 271 const int64_t *ces = data.ces + Collation::indexFromCE32(ce32); local
274 ce0 = ces[0];
276 ce1 = ces[1];
323 // No tertiary CEs.
326 // only for secondary CEs or together with short primaries.
645 printf("\n char mini CEs");
683 // Only in mini CEs: Ignorable case bits = 0, lowercase = 1.
695 // Try to combine the two mini CEs into one.
collationdata.cpp 92 return d->ces[Collation::indexFromCE32(ce32)];
collationiterator.cpp 281 const int64_t *ces = d->ces + Collation::indexFromCE32(ce32); local
285 ceBuffer.appendUnsafe(*ces++);
346 // CEs from a discontiguous contraction plus the skipped combining marks
658 // Append CEs from the contraction ce32
734 // Write a sequence of CEs for at most 254 digits at a time.
    [all...]
collationdatareader.cpp 184 errorCode = U_INVALID_FORMAT_ERROR; // Tailored ces without tailored trie.
187 data->ces = reinterpret_cast<const int64_t *>(inBytes + offset);
collationdatawriter.cpp 190 // not automatically multiples of 8 bytes and which are placed before the CEs.
193 // We need to add padding somewhere so that the 64-bit CEs are 8-aligned.
326 copyData(indexes, CollationDataReader::IX_CES_OFFSET, data.ces, dest);
rulebasedcollator.cpp     [all...]
  /external/icu/icu4c/source/i18n/unicode/
tblcoll.h     [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationFastLatinBuilder.java 258 ce0 = data.ces[index];
260 ce1 = data.ces[index + 1];
307 // No tertiary CEs.
310 // only for secondary CEs or together with short primaries.
604 printf("\n char mini CEs");
640 // Only in mini CEs: Ignorable case bits = 0, lowercase = 1.
652 // Try to combine the two mini CEs into one.
CollationIterator.java 28 /** Large enough for CEs of most short strings. */
276 * Fetches all CEs.
483 ceBuffer.appendUnsafe(d.ces[index++]);
542 // CEs from a discontiguous contraction plus the skipped combining marks
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
AlphabeticIndex.java 1196 long[] ces = coll.internalGetCEs(s); local
    [all...]
RuleBasedCollator.java 1235 long[] ces = new long[length]; local
1236 System.arraycopy(iter.getCEs(), 0, ces, 0, length); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /external/v8/src/ia32/
macro-assembler-ia32.cc 580 CEntryStub ces(isolate(), 1);
581 call(ces.GetCode(), RelocInfo::DEBUG_BREAK);
    [all...]
  /external/v8/src/x87/
macro-assembler-x87.cc 499 CEntryStub ces(isolate(), 1);
500 call(ces.GetCode(), RelocInfo::DEBUG_BREAK);
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc 652 CEntryStub ces(isolate(), f->result_size, save_doubles);
653 CallStub(&ces);
868 CEntryStub ces(isolate(), result_size);
869 jmp(ces.GetCode(), RelocInfo::CODE_TARGET);
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc     [all...]
  /external/v8/src/arm64/
macro-assembler-arm64.cc     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /external/v8/src/mips/
macro-assembler-mips.cc     [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.cc     [all...]

Completed in 1747 milliseconds

12 3