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

  /external/icu/icu4c/source/tools/gencolusb/
extract_unsafe_backwards.cpp 42 UErrorCode preflightCode = U_ZERO_ERROR;
44 int32_t serializedCount = unsafeBackwardSet->serialize(NULL,0,preflightCode);
45 if(U_FAILURE(preflightCode) && preflightCode != U_BUFFER_OVERFLOW_ERROR) {
46 fprintf(stderr, "Err: %s preflighting unicode set\n", u_errorName(preflightCode));

Completed in 514 milliseconds