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

  /external/chromium_org/third_party/icu/source/common/
ucnv2022.c 412 char *targetChars = (char *)*target;
413 ucnv_fromUWriteBytes(cnv, bytes, length, &targetChars, targetLimit,
415 *target = (uint8_t*)targetChars;
    [all...]
  /external/icu4c/common/
ucnv2022.cpp 418 char *targetChars = (char *)*target;
419 ucnv_fromUWriteBytes(cnv, bytes, length, &targetChars, targetLimit,
421 *target = (uint8_t*)targetChars;
    [all...]

Completed in 408 milliseconds