Searched refs:matchErrorCode (Results 1 – 4 of 4) sorted by relevance
158 const matchErrorCode = err.message.match(/^(?:Error: )?(E[A-Z]+)/) constant159 err.code = matchErrorCode && matchErrorCode[1]
114 UErrorCode matchErrorCode = U_ZERO_ERROR; in load() local116 value, matchErrorCode); in load()119 if (U_SUCCESS(matchErrorCode)) { in load()156 } else if (matchErrorCode == U_MISSING_RESOURCE_ERROR) { in load()159 errorCode = matchErrorCode; in load()
123 UErrorCode matchErrorCode = U_ZERO_ERROR; in load() local125 value, matchErrorCode); in load()128 if (U_SUCCESS(matchErrorCode)) { in load()165 } else if (matchErrorCode == U_MISSING_RESOURCE_ERROR) { in load()168 errorCode = matchErrorCode; in load()