Searched refs:errorOccurred (Results 1 – 5 of 5) sorted by relevance
313 inline bool errorOccurred() const;333 if (!errorOccurred()) { in convert()336 return !errorOccurred(); in convert()469 if (!errorOccurred()) { in remainingLength()483 bool RangeCheckedBytePtr::errorOccurred() const { in errorOccurred() function489 if (!errorOccurred()) {
118 if (!sub_result.errorOccurred() && length <= sub_result.remainingLength()) { in pointerToSubArray()268 if (!x.errorOccurred() && !y.errorOccurred()) { in memcmp()279 if (!x.errorOccurred()) { in strcmp()290 while (!str.errorOccurred() && (str[0] != '\0')) { in strlen()
154 boolean errorOccurred = false; in disassembleDexFile()160 errorOccurred = true; in disassembleDexFile()173 return !errorOccurred; in disassembleDexFile()
111 boolean errorOccurred = false; in run()113 errorOccurred = !baksmali.disassembleDexFile(inputDexFile, options); in run()123 return !errorOccurred; in run()
2427 UBool errorOccurred = FALSE; in TestGetKeywordValuesForLocale() local2429 for (i = 0; i < UPRV_LENGTHOF(PREFERRED) && !errorOccurred; i++) { in TestGetKeywordValuesForLocale()2448 errorOccurred = TRUE; in TestGetKeywordValuesForLocale()