Lines Matching refs:errorCode
406 UErrorCode &errorCode) {407 ResourceTable contexts = value.getTable(errorCode);408 if (U_FAILURE(errorCode)) { return; }429 const int32_t* intVector = value.getIntVector(len, errorCode);430 if (U_FAILURE(errorCode)) { return; }