HomeSort by relevance Sort by last modified time
    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/icu/icu4c/source/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 343 milliseconds