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

  /external/icu/icu4c/source/i18n/
collationdatawriter.h 31 const void *rootElements, int32_t rootElementsLength,
44 const void *rootElements, int32_t rootElementsLength,
collationrootelements.h 33 CollationRootElements(const uint32_t *rootElements, int32_t rootElementsLength)
34 : elements(rootElements), length(rootElementsLength) {}
collationbuilder.cpp 205 rootElements(b->data->rootElements, b->data->rootElementsLength),
237 if(baseData->rootElements == NULL) {
342 if(p <= rootElements.getFirstPrimary()) {
354 p = rootElements.getPrimaryBefore(p, baseData->isCompressiblePrimary(p));
471 weight16 = rootElements.getSecondaryBefore(p, s);
473 weight16 = rootElements.getTertiaryBefore(p, s, t);
507 return rootElements.getFirstTertiaryCE();
511 ce = rootElements.getLastTertiaryCE();
535 ce = rootElements.getFirstSecondaryCE()
    [all...]
collationdata.h 64 rootElements(NULL), rootElementsLength(0) {}
245 const uint32_t *rootElements;
collationdatawriter.cpp 77 const void *rootElements, int32_t rootElementsLength,
82 rootElements, rootElementsLength,
99 const void *rootElements, int32_t rootElementsLength,
328 copyData(indexes, CollationDataReader::IX_ROOT_ELEMENTS_OFFSET, rootElements, dest);
collationdatareader.cpp 229 data->rootElements = reinterpret_cast<const uint32_t *>(inBytes + offset);
231 uint32_t commonSecTer = data->rootElements[CollationRootElements::IX_COMMON_SEC_AND_TER_CE];
236 uint32_t secTerBoundaries = data->rootElements[CollationRootElements::IX_SEC_TER_BOUNDARIES];
collationbuilder.h 298 const CollationRootElements rootElements;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationBuilder.java 46 rootElements = new CollationRootElements(b.data.rootElements);
58 if(baseData.rootElements == null) {
149 if(p <= rootElements.getFirstPrimary()) {
159 p = rootElements.getPrimaryBefore(p, baseData.isCompressiblePrimary(p));
272 weight16 = rootElements.getSecondaryBefore(p, s);
274 weight16 = rootElements.getTertiaryBefore(p, s, t);
305 return rootElements.getFirstTertiaryCE();
309 ce = rootElements.getLastTertiaryCE();
332 ce = rootElements.getFirstSecondaryCE()
    [all...]
CollationDataReader.java 78 /** Byte offset to uint32_t rootElements[]. */
285 data.rootElements = new long[rootElementsLength];
287 data.rootElements[i] = inBytes.getInt() & 0xffffffffL; // unsigned int -> long
289 long commonSecTer = data.rootElements[CollationRootElements.IX_COMMON_SEC_AND_TER_CE];
293 long secTerBoundaries = data.rootElements[CollationRootElements.IX_SEC_TER_BOUNDARIES];
CollationRootElements.java 24 public CollationRootElements(long[] rootElements) {
25 elements = rootElements;
CollationData.java 557 public long[] rootElements;
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationBuilder.java 42 rootElements = new CollationRootElements(b.data.rootElements);
54 if(baseData.rootElements == null) {
145 if(p <= rootElements.getFirstPrimary()) {
155 p = rootElements.getPrimaryBefore(p, baseData.isCompressiblePrimary(p));
268 weight16 = rootElements.getSecondaryBefore(p, s);
270 weight16 = rootElements.getTertiaryBefore(p, s, t);
301 return rootElements.getFirstTertiaryCE();
305 ce = rootElements.getLastTertiaryCE();
328 ce = rootElements.getFirstSecondaryCE()
    [all...]
CollationDataReader.java 77 /** Byte offset to uint32_t rootElements[]. */
284 data.rootElements = new long[rootElementsLength];
286 data.rootElements[i] = inBytes.getInt() & 0xffffffffL; // unsigned int -> long
288 long commonSecTer = data.rootElements[CollationRootElements.IX_COMMON_SEC_AND_TER_CE];
292 long secTerBoundaries = data.rootElements[CollationRootElements.IX_SEC_TER_BOUNDARIES];
CollationRootElements.java 22 public CollationRootElements(long[] rootElements) {
23 elements = rootElements;
CollationData.java 555 public long[] rootElements;
  /external/deqp/scripts/log/
log_to_xml.py 38 self.rootElements = []
41 return self.rootElements
45 self.rootElements.append(elem)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationTest.java 775 elements = root.rootElements;
852 CollationRootElements rootElements = new CollationRootElements(root.rootElements);
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationTest.java 771 elements = root.rootElements;
848 CollationRootElements rootElements = new CollationRootElements(root.rootElements);
    [all...]
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp 688 elements(root.rootElements), length(root.rootElementsLength),
767 CollationRootElements rootElements(root->rootElements, root->rootElementsLength);
803 if(!isValidCE(rootElements, *root, pri, sec, ctq)) {
832 prevSec == 0 ? rootElements.getSecondaryBoundary() - 0x100 : prevSec;
844 prevTer == 0 ? rootElements.getTertiaryBoundary() - 0x100 : prevTer;
    [all...]
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.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 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 

Completed in 263 milliseconds