Searched refs:isError (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.9.5/ICU-511.35/icuSources/samples/ustring/
H A Dustring.cpp106 UBool isError; local
125 isError=FALSE;
127 U16_APPEND(input, i, LENGTHOF(input), 0x0062, isError);
201 UBool isError; local
216 isError=FALSE;
217 for(i=j=0; j<LENGTHOF(buffer) && !isError; /* U16_NEXT post-increments */) {
223 U16_APPEND(buffer, j, LENGTHOF(buffer), c, isError);
227 isError=FALSE;
228 for(i=j=0; j<LENGTHOF(buffer) && !isError; /* U16_NEXT post-increments */) {
234 U16_APPEND(buffer, j, LENGTHOF(buffer), c, isError);
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dunistr.cpp210 UBool isError = FALSE; local
211 U16_APPEND(fUnion.fStackBuffer, i, US_STACKBUF_SIZE, ch, isError);
212 // We test isError so that the compiler does not complain that we don't.
213 // If isError then i==0 which is what we want anyway.
214 if(!isError) {
1254 UBool isError = FALSE; local
1255 U16_APPEND(buffer, count, U16_MAX_LENGTH, srcChar, isError);
1256 // We test isError so that the compiler does not complain that we don't.
1257 // If isError (srcChar is not a valid code point) then count==0 which means
1259 return doReplace(start, _length, buffer, 0, isError
1266 UBool isError = FALSE; local
1719 UBool isError = FALSE; local
[all...]
H A Ducasemap.cpp145 UBool isError=FALSE; local
146 U8_APPEND(dest, destIndex, destCapacity, c, isError);
147 if(isError) {
H A Dustrcase.cpp62 UBool isError=FALSE; local
63 U16_APPEND(dest, destIndex, destCapacity, c, isError);
64 if(isError) {
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Dutf16.h304 * then isError is set to TRUE.
310 * @param isError output UBool set to TRUE if an error occurs, otherwise not modified
314 #define U16_APPEND(s, i, capacity, c, isError) { \
321 (isError)=TRUE; \
H A Dutf8.h463 * then isError is set to TRUE.
469 * @param isError output UBool set to TRUE if an error occurs, otherwise not modified
473 #define U8_APPEND(s, i, capacity, c, isError) { \
484 (i)=utf8_appendCharSafeBody(s, (i), (capacity), c, &(isError)); \
/macosx-10.9.5/JavaScriptCore-7537.78.1/icu/unicode/
H A Dutf16.h301 * then isError is set to TRUE.
307 * @param isError output UBool set to TRUE if an error occurs, otherwise not modified
311 #define U16_APPEND(s, i, capacity, c, isError) { \
318 (isError)=TRUE; \
H A Dutf8.h351 * then isError is set to TRUE.
357 * @param isError output UBool set to TRUE if an error occurs, otherwise not modified
361 #define U8_APPEND(s, i, capacity, c, isError) { \
372 (i)=utf8_appendCharSafeBody(s, (int32_t)(i), (int32_t)(capacity), c, &(isError)); \
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Dutf16.h301 * then isError is set to TRUE.
307 * @param isError output UBool set to TRUE if an error occurs, otherwise not modified
311 #define U16_APPEND(s, i, capacity, c, isError) { \
318 (isError)=TRUE; \
H A Dutf8.h351 * then isError is set to TRUE.
357 * @param isError output UBool set to TRUE if an error occurs, otherwise not modified
361 #define U8_APPEND(s, i, capacity, c, isError) { \
372 (i)=utf8_appendCharSafeBody(s, (int32_t)(i), (int32_t)(capacity), c, &(isError)); \
H A Dunistr.h4024 UBool isError = FALSE; local
4025 U16_APPEND(buffer, count, U16_MAX_LENGTH, srcChar, isError);
4321 UBool isError = FALSE; local
4322 U16_APPEND(buffer, _length, U16_MAX_LENGTH, srcChar, isError);
/macosx-10.9.5/WebKit-7537.78.2/mac/icu/unicode/
H A Dutf16.h301 * then isError is set to TRUE.
307 * @param isError output UBool set to TRUE if an error occurs, otherwise not modified
311 #define U16_APPEND(s, i, capacity, c, isError) { \
318 (isError)=TRUE; \
H A Dutf8.h351 * then isError is set to TRUE.
357 * @param isError output UBool set to TRUE if an error occurs, otherwise not modified
361 #define U8_APPEND(s, i, capacity, c, isError) { \
372 (i)=utf8_appendCharSafeBody(s, (int32_t)(i), (int32_t)(capacity), c, &(isError)); \
/macosx-10.9.5/WebCore-7537.78.1/platform/network/blackberry/
H A DNetworkJob.h152 bool isError(int statusCode) const function in class:WebCore::NetworkJob
H A DNetworkJob.cpp573 if (isError(status))
609 if (isError(m_extendedStatusCode) && !m_dataReceived && !m_isHeadMethod && request.targetType() != ResourceRequest::TargetIsXHR)
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebUIDelegatePrivate.idl56 HRESULT webViewAddMessageToConsole([in] IWebView* sender, [in] BSTR message, [in] int lineNumber, [in] BSTR url, [in] BOOL isError);
/macosx-10.9.5/ICU-511.35/icuSources/io/
H A Dustdio.c294 UBool isError = FALSE; local
296 U16_APPEND(buf, idx, sizeof(buf)/sizeof(*buf), uc, isError);
297 if (isError) {
H A Duscanf_p.c1212 UBool isError = FALSE; local
1214 U16_APPEND(alias, idx, chLeft, c, isError);
1215 if (isError) {
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DScriptDebugServer.cpp359 bool isError = errorLine != -1; local
360 if (isError)
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dutf16tst.c742 UBool isError, expectIsError, wrongIsError; local
762 isError=FALSE;
764 U16_APPEND(buffer, length, LENGTHOF(buffer), c, isError);
765 wrongIsError|= isError!=expectIsError;
768 log_err("U16_APPEND did not set isError correctly\n");
H A Dutf8tst.c1003 UBool isError, expectIsError, wrongIsError; local
1023 isError=FALSE;
1025 U8_APPEND(buffer, length, LENGTHOF(buffer), c, isError);
1026 wrongIsError|= isError!=expectIsError;
1029 log_err("U8_APPEND did not set isError correctly\n");
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DRemoteObject.js629 isError: function()
H A DExtensionAPI.js658 if (result.isError || result.isException)
/macosx-10.9.5/ICU-511.35/icuSources/tools/genrb/
H A Dwrtxml.cpp323 UBool isError = FALSE; local
324 U8_APPEND((unsigned char*)dest,destLen,destCap,c,isError);
325 if(isError){
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dtransrt.cpp1044 UBool isError = FALSE; local
1046 U8_APPEND(bufForOneChar, destIdx, (int32_t)sizeof(bufForOneChar), c, isError);

Completed in 191 milliseconds

12