OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UVectorTest_compareInt32
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
uvectest.cpp
70
UVectorTest_compareInt32
(UHashTok key1, UHashTok key2) {
108
a->sortedInsert((int32_t)10,
UVectorTest_compareInt32
, status);
109
a->sortedInsert((int32_t)20,
UVectorTest_compareInt32
, status);
110
a->sortedInsert((int32_t)30,
UVectorTest_compareInt32
, status);
111
a->sortedInsert((int32_t)15,
UVectorTest_compareInt32
, status);
/external/icu4c/test/intltest/
uvectest.cpp
70
UVectorTest_compareInt32
(UElement key1, UElement key2) {
108
a->sortedInsert((int32_t)10,
UVectorTest_compareInt32
, status);
109
a->sortedInsert((int32_t)20,
UVectorTest_compareInt32
, status);
110
a->sortedInsert((int32_t)30,
UVectorTest_compareInt32
, status);
111
a->sortedInsert((int32_t)15,
UVectorTest_compareInt32
, status);
Completed in 1075 milliseconds