Searched defs:isError (Results 1 - 25 of 32) sorted by relevance

12

/external/sqlite/android/
H A DPhonebookIndex.cpp122 UBool * isError)
125 *isError = TRUE;
129 *isError = FALSE;
136 *isError = TRUE;
121 GetPhonebookIndex(UCharIterator * iter, const char * locale, UChar * out, int32_t size, UBool * isError) argument
H A Dsqlite3_android.cpp98 UBool isError = FALSE; local
100 uint32_t len = android::GetPhonebookIndex(&iter, locale, index, sizeof(index), &isError);
101 if (isError) {
109 U8_APPEND(out, outlen, sizeof(out), index[i], isError);
110 if (isError) {
/external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
H A DUnicodeBrew.cpp77 int toLower(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError) argument
93 *isError = !!remainingCharacters;
100 int toUpper(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError)
116 *isError = !!remainingCharacters;
123 int foldCase(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError)
125 *isError = false;
127 *isError = true;
/external/icu4c/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...]
/external/junit/src/junit/swingui/
H A DTestTreeModel.java173 boolean isError(Test t) { method in class:TestTreeModel
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
H A Dtst_qscriptvalue_generated_istype.cpp616 void tst_QScriptValue::isError() function in class:tst_QScriptValue
620 QCOMPARE(value.isError(), expected);
621 QCOMPARE(value.isError(), expected);
/external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
H A DUnicodeWinCE.cpp85 int toLower(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError) argument
102 *isError = !!remainingCharacters;
109 int toUpper(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError) argument
126 *isError = !!remainingCharacters;
133 int foldCase(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError) argument
135 *isError = false;
137 *isError = true;
/external/icu4c/common/
H A Ducasemap.c153 UBool isError=FALSE; local
154 U8_APPEND(dest, destIndex, destCapacity, c, isError);
155 if(isError) {
H A Dustrcase.c56 UBool isError=FALSE; local
57 U16_APPEND(dest, destIndex, destCapacity, c, isError);
58 if(isError) {
H A Dunistr.cpp212 UBool isError = FALSE; local
213 U16_APPEND(fUnion.fStackBuffer, i, US_STACKBUF_SIZE, ch, isError);
/external/icu4c/test/cintltst/
H A Dutf16tst.c674 UBool isError, expectIsError, wrongIsError; local
694 isError=FALSE;
696 U16_APPEND(buffer, length, LENGTHOF(buffer), c, isError);
697 wrongIsError|= isError!=expectIsError;
700 log_err("U16_APPEND did not set isError correctly\n");
H A Dutf8tst.c827 UBool isError, expectIsError, wrongIsError; local
847 isError=FALSE;
849 U8_APPEND(buffer, length, LENGTHOF(buffer), c, isError);
850 wrongIsError|= isError!=expectIsError;
853 log_err("U8_APPEND did not set isError correctly\n");
H A Dcitertst.c791 UBool isError = FALSE; local
862 U16_APPEND(supplementary, stringOffset, 2, unassigned, isError);
/external/srec/portable/src/
H A DPANSIFileImpl.c361 ESR_ReturnCode PANSIFileIsErrorSetImpl(PFile* self, ESR_BOOL* isError) argument
367 if (isError == NULL)
373 *isError = ferror(impl->value) != 0;
H A DPFile.c142 ESR_ReturnCode PFileIsErrorSet(PFile* self, ESR_BOOL* isError) argument
149 return self->isErrorSet(self, isError);
/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptengine_p.h89 inline bool isError(JSValueRef value) const;
242 bool QScriptEnginePrivate::isError(JSValueRef value) const function in class:QScriptEnginePrivate
244 return m_originalGlobalObject.isError(value);
H A Dqscriptoriginalglobalobject_p.h48 inline bool isError(JSValueRef value) const;
189 inline bool QScriptOriginalGlobalObject::isError(JSValueRef value) const function in class:QScriptOriginalGlobalObject
H A Dqscriptvalue.cpp310 bool QScriptValue::isError() const function in class:QScriptValue
312 return d_ptr->isError();
H A Dqscriptvalue_p.h102 inline bool isError();
413 bool QScriptValuePrivate::isError() function in class:QScriptValuePrivate
421 return m_engine->isError(*this);
/external/webkit/Source/JavaScriptCore/qt/benchmarks/qscriptvalue/
H A Dtst_qscriptvalue.cpp69 void isError();
285 void tst_QScriptValue::isError() function in class:tst_QScriptValue
289 value.isError();
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dxmppengineimpl.cc363 XmppEngineImpl::IncomingEnd(bool isError) { argument
367 SignalError(isError ? ERROR_XML : ERROR_DOCUMENT_CLOSED, 0);
/external/icu4c/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.c1213 UBool isError = FALSE; local
1215 U16_APPEND(alias, idx, chLeft, c, isError);
1216 if (isError) {
/external/webkit/Source/WebCore/bindings/js/
H A DScriptDebugServer.cpp273 bool isError = errorLine != -1; local
274 if (isError)
/external/icu4c/common/unicode/
H A Dunistr.h4024 UBool isError = FALSE; local
4025 U16_APPEND(buffer, count, U16_MAX_LENGTH, srcChar, isError);
4327 UBool isError = FALSE; local
4328 U16_APPEND(buffer, _length, U16_MAX_LENGTH, srcChar, isError);

Completed in 417 milliseconds

12