Searched defs:target_end (Results 1 - 1 of 1) sorted by relevance

/external/sfntly/cpp/src/test/
H A Dtest_utils.cc43 char* target_end; local
50 target_end = target;
51 ucnv_fromUnicode(encoder, &target_end, target + 4,
62 for (int32_t position = 0; position < target_end - target; ++position) {

Completed in 103 milliseconds