Home | History | Annotate | Download | only in coll

Lines Matching defs:ce32s

55         ce32s = new UVector32();
63 ce32s.addElement(0);
160 // Try to encode two or more CEs as CE32s.
414 int length = ce32s.size();
416 if(ce32 == ce32s
418 ce32s.addElement(ce32);
453 assert((t & 0xc000) != 0xc000); // Impossible case bits 11 mark special CE32s.
514 // See if this sequence of CE32s has already been stored.
516 int ce32sMax = ce32s.size() - length;
518 if(first == ce32s.elementAti(i)) {
529 if(ce32s.elementAti(i + j) != newCE32s[start + j]) { break; }
534 int i = ce32s.size();
541 ce32s.addElement(newCE32s[start + j]);
557 ce32 = encodeExpansion32(base.ce32s, index, length);
694 int[] srcCE32s = src.ce32s.getBuffer();
697 // Inspect the source CE32s. Just copy them if none are modified.
917 jamoIndex = ce32s.size();
919 ce32s.addElement(jamoCE32s[i]);
922 // to indicate that none of the Jamo CE32s are isSpecialCE32()
947 // Copy the Hangul CE32s from the base in blocks per Jamo L,
961 // For U+0000, move its normal ce32 into CE32s[0] and set U0000_TAG.
962 ce32s.setElementAt(trie.get(0), 0);
977 data.ce32s = ce32s.getBuffer();
983 data.jamoCE32s = jamoCE32s; // C++: data.ce32s + jamoIndex
1208 // Set all of the jamoCE32s[] to indirection CE32s.
1219 builderData.ce32s = builder.ce32s.getBuffer();
1341 protected UVector32 ce32s;