Searched refs:preflightCode (Results 1 – 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/tools/gencolusb/ |
D | extract_unsafe_backwards.cpp | 44 UErrorCode preflightCode = U_ZERO_ERROR; in main() local 46 int32_t serializedCount = unsafeBackwardSet->serialize(NULL,0,preflightCode); in main() 47 if(U_FAILURE(preflightCode) && preflightCode != U_BUFFER_OVERFLOW_ERROR) { in main() 48 fprintf(stderr, "Err: %s preflighting unicode set\n", u_errorName(preflightCode)); in main()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/gencolusb/ |
D | extract_unsafe_backwards.cpp | 44 UErrorCode preflightCode = U_ZERO_ERROR; in main() local 46 int32_t serializedCount = unsafeBackwardSet->serialize(NULL,0,preflightCode); in main() 47 if(U_FAILURE(preflightCode) && preflightCode != U_BUFFER_OVERFLOW_ERROR) { in main() 48 fprintf(stderr, "Err: %s preflighting unicode set\n", u_errorName(preflightCode)); in main()
|
/third_party/skia/third_party/externals/icu/source/tools/gencolusb/ |
D | extract_unsafe_backwards.cpp | 44 UErrorCode preflightCode = U_ZERO_ERROR; in main() local 46 int32_t serializedCount = unsafeBackwardSet->serialize(NULL,0,preflightCode); in main() 47 if(U_FAILURE(preflightCode) && preflightCode != U_BUFFER_OVERFLOW_ERROR) { in main() 48 fprintf(stderr, "Err: %s preflighting unicode set\n", u_errorName(preflightCode)); in main()
|