HomeSort by relevance Sort by last modified time
    Searched full:ce32 (Results 26 - 34 of 34) sorted by null

12

  /external/icu/icu4c/source/i18n/
collationbuilder.h 124 * Takes ce32=dataBuilder->encodeCEs(...) so that the data builder
128 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32,
131 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32,
147 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32,
168 * Encodes "temporary CE" data into a CE that fits into the CE32 data structure,
215 static inline UBool isTempCE32(uint32_t ce32) {
217 (ce32 & 0xff) >= 2 && // not a long-primary/long-secondary CE32
218 6 <= ((ce32 >> 8) & 0xff) && ((ce32 >> 8) & 0xff) <= 0x45
    [all...]
collationbuilder.cpp 744 uint32_t ce32 = Collation::UNASSIGNED_CE32; local
750 ce32 = addIfDifferent(prefix, str, ces, cesLength, ce32, errorCode);
752 addWithClosure(nfdPrefix, nfdString, ces, cesLength, ce32, errorCode);
1204 uint32_t ce32 = addIfDifferent(nfdPrefix, newString, local
    [all...]
utf8collationiterator.cpp 57 uint32_t ce32 = trie->data32[trie->index[(UTRIE2_UTF8_2B_INDEX_2_OFFSET - 0xc0) + c] + t1]; local
60 return ce32;
166 uint32_t ce32 = trie->data32[trie->index[(UTRIE2_UTF8_2B_INDEX_2_OFFSET - 0xc0) + c] + t1]; local
172 return ce32;
187 break; // return CE32(BMP)
collationdatareader.h 181 * in which case it is a special CE32 and contains a 4-bit tag and further data.
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationBuilder.java 513 int ce32 = Collation.UNASSIGNED_CE32; local
519 ce32 = addIfDifferent(prefix, str, ces, cesLength, ce32);
521 addWithClosure(nfdPrefix, nfdString, ces, cesLength, ce32);
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationBuilder.java 509 int ce32 = Collation.UNASSIGNED_CE32; local
515 ce32 = addIfDifferent(prefix, str, ces, cesLength, ce32);
517 addWithClosure(nfdPrefix, nfdString, ces, cesLength, ce32);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/metag/
metafpu21.d     [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10300/
basic.exp     [all...]
  /external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/
kernel32.sym     [all...]

Completed in 980 milliseconds

12