Home
last modified time | relevance | path

Searched refs:assrt (Results 1 – 25 of 28) sorted by relevance

12

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DAssert.java23 public static void assrt(boolean val) { in assrt() method in Assert
26 public static void assrt(String msg, boolean val) { in assrt() method in Assert
DZoneMeta.java786 Assert.assrt("millis!=0", tmp % 1000 != 0); in getCustomTimeZone()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DAssert.java19 public static void assrt(boolean val) { in assrt() method in Assert
22 public static void assrt(String msg, boolean val) { in assrt() method in Assert
/external/googletest/googletest/scripts/
Dgen_gtest_pred_impl.py590 assrt = 'ASSERT' # 'assert' is reserved, so we cannot use
593 assrt = 'EXPECT'
595 assertion = assrt + '_PRED'
646 'assert' : assrt,
/external/google-breakpad/src/testing/gtest/scripts/
Dgen_gtest_pred_impl.py590 assrt = 'ASSERT' # 'assert' is reserved, so we cannot use
593 assrt = 'EXPECT'
595 assertion = assrt + '_PRED'
646 'assert' : assrt,
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBIRuleBuilder.java234 Assert.assrt(outputPos == header[RBBIDataWrapper.DH_RTABLE]); in flattenData()
238 Assert.assrt(outputPos == header[RBBIDataWrapper.DH_TRIE]); in flattenData()
247 Assert.assrt(outputPos == header[RBBIDataWrapper.DH_STATUSTABLE]); in flattenData()
260 Assert.assrt(outputPos == header[RBBIDataWrapper.DH_RULESOURCE]); in flattenData()
DDictionaryData.java59 Assert.assrt(offset >= (4 * IX_COUNT)); in loadDictionaryFor()
73 Assert.assrt(totalSize % 2 == 0); in loadDictionaryFor()
DRBBINode.java110 Assert.assrt(t < nodeTypeLimit); in RBBINode()
227 Assert.assrt(fType != setRef);
DRBBITableBuilder.java500 Assert.assrt(bofNode.fType == RBBINode.leafChar); in bofFixup()
501 Assert.assrt(bofNode.fVal == 2); in bofFixup()
585 Assert.assrt(U.size() > 0); in buildStateTable()
1087 Assert.assrt(fRB.fSetBuilder.getNumCharCategories() < 0x7fff &&
1109 Assert.assrt (-32768 < sd.fAccepting && sd.fAccepting <= 32767);
1110 Assert.assrt (-32768 < sd.fLookAhead && sd.fLookAhead <= 32767);
DBytesDictionaryMatcher.java24 …Assert.assrt((transform & DictionaryData.TRANSFORM_TYPE_MASK) == DictionaryData.TRANSFORM_TYPE_OFF… in BytesDictionaryMatcher()
DCjkBreakEngine.java221 Assert.assrt(prev[t_boundary[numBreaks - 1]] == 0); in divideUpDictionaryRange()
DRBBIRuleScanner.java254 Assert.assrt(fNodeStackPtr == 1); in doParseActions()
639 Assert.assrt(node.fLeftChild.fType == RBBINode.uset); in findSetFor()
DRBBISetBuilder.java69 Assert.assrt(where>fStartChar && where<=fEndChar); in split()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIRuleBuilder.java233 Assert.assrt(outputPos == header[RBBIDataWrapper.DH_RTABLE]); in flattenData()
237 Assert.assrt(outputPos == header[RBBIDataWrapper.DH_TRIE]); in flattenData()
246 Assert.assrt(outputPos == header[RBBIDataWrapper.DH_STATUSTABLE]); in flattenData()
259 Assert.assrt(outputPos == header[RBBIDataWrapper.DH_RULESOURCE]); in flattenData()
DDictionaryData.java58 Assert.assrt(offset >= (4 * IX_COUNT)); in loadDictionaryFor()
72 Assert.assrt(totalSize % 2 == 0); in loadDictionaryFor()
DRBBINode.java109 Assert.assrt(t < nodeTypeLimit); in RBBINode()
226 Assert.assrt(fType != setRef);
DRBBITableBuilder.java499 Assert.assrt(bofNode.fType == RBBINode.leafChar); in bofFixup()
500 Assert.assrt(bofNode.fVal == 2); in bofFixup()
584 Assert.assrt(U.size() > 0); in buildStateTable()
1086 Assert.assrt(fRB.fSetBuilder.getNumCharCategories() < 0x7fff &&
1108 Assert.assrt (-32768 < sd.fAccepting && sd.fAccepting <= 32767);
1109 Assert.assrt (-32768 < sd.fLookAhead && sd.fLookAhead <= 32767);
DBytesDictionaryMatcher.java23 …Assert.assrt((transform & DictionaryData.TRANSFORM_TYPE_MASK) == DictionaryData.TRANSFORM_TYPE_OFF… in BytesDictionaryMatcher()
DCjkBreakEngine.java220 Assert.assrt(prev[t_boundary[numBreaks - 1]] == 0); in divideUpDictionaryRange()
DRBBIRuleScanner.java253 Assert.assrt(fNodeStackPtr == 1); in doParseActions()
638 Assert.assrt(node.fLeftChild.fType == RBBINode.uset); in findSetFor()
DRBBISetBuilder.java68 Assert.assrt(where>fStartChar && where<=fEndChar); in split()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DUtilityTest.java186 Assert.assrt(false); in TestAssert()
198 Assert.assrt("Assert message", false); in TestAssert()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DUtilityTest.java189 Assert.assrt(false); in TestAssert()
201 Assert.assrt("Assert message", false); in TestAssert()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetDecoderICU.java531 Assert.assrt(realSource==null); in toUnicodeWithCallback()
606 Assert.assrt(preToULength==0); in toUnicodeWithCallback()
DCharsetEncoderICU.java516 Assert.assrt(realSource == null); in fromUnicodeWithCallback()

12