HomeSort by relevance Sort by last modified time
    Searched refs:source16 (Results 1 - 4 of 4) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
UTS46Test.java 777 String source16 = Utility.unescape(fields[1].trim()); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
uts46test.cpp 942 UnicodeString source16 = UnicodeString::fromUTF8(StringPiece(fields[1][0], length)). local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
UTS46Test.java 774 String source16 = Utility.unescape(fields[1].trim()); local
    [all...]
  /external/libvpx/libvpx/test/
sad_test.cc 134 const uint16_t *const source16 = CONVERT_TO_SHORTPTR(source_data_); local
143 sad += abs(source16[h * source_stride_ + w] -
163 const uint16_t *const source16 = CONVERT_TO_SHORTPTR(source_data_); local
178 sad += abs(source16[h * source_stride_ + w] - comp_pred);
    [all...]

Completed in 266 milliseconds