OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reordering
(Results
1 - 3
of
3
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
ArrayComparator.java
18
private int[]
reordering
;
field in class:ArrayComparator
20
public ArrayComparator (Comparator[] comparators, int[]
reordering
) {
22
this.
reordering
=
reordering
;
23
if (this.
reordering
== null) {
24
this.
reordering
= new int[comparators.length];
25
for (int i = 0; i < this.
reordering
.length; ++i) {
26
this.
reordering
[i] = i;
29
if (this.
reordering
.length != this.comparators.length) {
30
throw new IllegalArgumentException("comparator and
reordering
lengths must match")
[
all
...]
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
ArrayComparator.java
17
private int[]
reordering
;
field in class:ArrayComparator
19
public ArrayComparator (Comparator[] comparators, int[]
reordering
) {
21
this.
reordering
=
reordering
;
22
if (this.
reordering
== null) {
23
this.
reordering
= new int[comparators.length];
24
for (int i = 0; i < this.
reordering
.length; ++i) {
25
this.
reordering
[i] = i;
28
if (this.
reordering
.length != this.comparators.length) {
29
throw new IllegalArgumentException("comparator and
reordering
lengths must match")
[
all
...]
/external/iproute2/misc/
ss.c
780
unsigned int
reordering
;
member in struct:tcpstat
[
all
...]
Completed in 522 milliseconds