Home | History | Annotate | Download | only in i18n

Lines Matching defs:nodesArray

1389     int64_t *nodesArray = nodes.getBuffer();
1396 int64_t node = nodesArray[i];
1411 node = nodesArray[i];
1433 int32_t tCount = countTailoredNodes(nodesArray, nextIndex,
1476 int32_t sCount = countTailoredNodes(nodesArray, nextIndex,
1527 int32_t pCount = countTailoredNodes(nodesArray, nextIndex,
1551 nodesArray[i] = Collation::makeCE(p, s, t, q);
1553 printf("%016llx\n", (long long)nodesArray[i]);
1561 CollationBuilder::countTailoredNodes(const int64_t *nodesArray, int32_t i, int32_t strength) {
1565 int64_t node = nodesArray[i];