HomeSort by relevance Sort by last modified time
    Searched full:targetkeyarray (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/cintltst/
callcoll.c 843 uint8_t targetKeyArray [100];
875 targetKeyOut = ucol_getSortKey(myCollator, target, -1, targetKeyArray, 100);
877 if (memcmp(sourceKeyArray, targetKeyArray, bufferLen) != 0)
    [all...]
  /external/icu4c/test/cintltst/
callcoll.c 871 uint8_t targetKeyArray [100];
903 targetKeyOut = ucol_getSortKey(myCollator, target, -1, targetKeyArray, 100);
905 if (memcmp(sourceKeyArray, targetKeyArray, bufferLen) != 0)
    [all...]

Completed in 810 milliseconds