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

  /external/sfntly/cpp/src/test/
test_utils.h 91 static int32_t EncodeOneChar(UConverter* encoder, int16_t uchar);
test_utils.cc 41 int32_t TestUtils::EncodeOneChar(UConverter* encoder, int16_t uchar) {
test_utils_test.cc 41 int32_t encoded = TestUtils::EncodeOneChar(conv, (int16_t)from[i]);
cmap_test.cc 149 c1 = TestUtils::EncodeOneChar(encoder1_, (int16_t)uchar);
152 c2 = TestUtils::EncodeOneChar(encoder2_, (int16_t)uchar);

Completed in 323 milliseconds