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

  /external/icu/icu4c/source/extra/uconv/
uconv.cpp 535 buf(NULL), outbuf(NULL), fromoffsets(NULL),
546 fromoffsets = new int32_t[bufsz + 1];
551 delete [] fromoffsets;
569 int32_t *fromoffsets; member in class:ConvertFile
769 // so that we don't overflow fromoffsets[].
771 buf + rd, useOffsets ? fromoffsets : NULL, flush, &err);
844 // remove an offset from fromoffsets[] as well
846 memmove(fromoffsets, fromoffsets + 1, ulen * 4);
901 // insert a pseudo-offset into fromoffsets[] as wel
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ncnvtst.c 306 static const int32_t fromOffsets[] = { 0x0000, 0x0003, 0x0005, 0x0006, 0x0009, 0x0009, 0x000D };
328 sampleText, sizeof(sampleText)/sizeof(sampleText[0]), "UTF8", fromOffsets, TRUE, U_ZERO_ERROR ))
331 sampleText, sizeof(sampleText)/sizeof(sampleText[0]), "UTF8", fromOffsets, FALSE, U_ZERO_ERROR ))
    [all...]

Completed in 177 milliseconds