Home
last modified time | relevance | path

Searched refs:TCount (Results 1 – 7 of 7) sorted by relevance

/external/skia/tests/
DTemplatesTest.cpp77 template<typename TContainer, typename TCount>
79 REPORTER_ASSERT(reporter, !TContainer((TCount)0).get()); in test_container_apis()
80 REPORTER_ASSERT(reporter, !TContainer((TCount)0).data()); in test_container_apis()
81 REPORTER_ASSERT(reporter, TContainer((TCount)1).get()); in test_container_apis()
82 REPORTER_ASSERT(reporter, TContainer((TCount)1).data()); in test_container_apis()
83 REPORTER_ASSERT(reporter, TContainer((TCount)kStackPreallocCount).get()); in test_container_apis()
84 REPORTER_ASSERT(reporter, TContainer((TCount)kStackPreallocCount).data()); in test_container_apis()
85 REPORTER_ASSERT(reporter, TContainer((TCount)kStackPreallocCount + 1).get()); in test_container_apis()
86 REPORTER_ASSERT(reporter, TContainer((TCount)kStackPreallocCount + 1).data()); in test_container_apis()
91 container.reset((TCount)1); in test_container_apis()
[all …]
/external/skqp/tests/
DTemplatesTest.cpp77 template<typename TContainer, typename TCount>
79 REPORTER_ASSERT(reporter, !TContainer((TCount)0).get()); in test_container_apis()
80 REPORTER_ASSERT(reporter, TContainer((TCount)1).get()); in test_container_apis()
81 REPORTER_ASSERT(reporter, TContainer((TCount)kStackPreallocCount).get()); in test_container_apis()
82 REPORTER_ASSERT(reporter, TContainer((TCount)kStackPreallocCount + 1).get()); in test_container_apis()
87 container.reset((TCount)1); in test_container_apis()
90 container.reset((TCount)kStackPreallocCount); in test_container_apis()
93 container.reset((TCount)kStackPreallocCount + 1); in test_container_apis()
96 container.reset((TCount)0); in test_container_apis()
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-hangul.cc105 #define TCount 28u macro
107 #define NCount (VCount * TCount)
112 #define isCombiningT(u) (hb_in_range<hb_codepoint_t> ((u), TBase+1, TBase+TCount-1))
271 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()
312 unsigned int vindex = nindex / TCount; in preprocess_text_hangul()
313 unsigned int tindex = nindex % TCount; in preprocess_text_hangul()
/external/python/cpython2/Modules/
Dunicodedata.c492 #define TCount 28 macro
493 #define NCount (VCount*TCount)
542 int V = VBase + (SIndex % NCount) / TCount; in nfd_nfkd()
543 int T = TBase + SIndex % TCount; in nfd_nfkd()
673 code = SBase + (LIndex*VCount+VIndex)*TCount; in nfc_nfkc()
676 TBase < *i && *i < (TBase+TCount)) { in nfc_nfkc()
916 int V = (SIndex % NCount) / TCount; in _getucname()
917 int T = SIndex % TCount; in _getucname()
1033 find_syllable(pos, &len, &T, TCount, 2); in _getcode()
1036 *code = SBase + (L*VCount+V)*TCount + T; in _getcode()
/external/python/cpython3/Modules/
Dunicodedata.c488 #define TCount 28 macro
489 #define NCount (VCount*TCount)
549 int V = VBase + (SIndex % NCount) / TCount; in nfd_nfkd()
550 int T = TBase + SIndex % TCount; in nfd_nfkd()
697 code = SBase + (LIndex*VCount+VIndex)*TCount; in nfc_nfkc()
701 PyUnicode_READ(kind, data, i) < (TBase+TCount)) { in nfc_nfkc()
1085 int V = (SIndex % NCount) / TCount; in _getucname()
1086 int T = SIndex % TCount; in _getucname()
1222 find_syllable(pos, &len, &T, TCount, 2); in _getcode()
1225 *code = SBase + (L*VCount+V)*TCount + T; in _getcode()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DNormalizerBuilder.java230 int TIndex = SIndex % TCount; in buildDecompositionTables()
237 second = (char)(VBase + (SIndex % NCount) / TCount); in buildDecompositionTables()
252 LCount = 19, VCount = 21, TCount = 28, field in NormalizerBuilder
253 NCount = VCount * TCount, // 588
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DNormalizerBuilder.java231 int TIndex = SIndex % TCount; in buildDecompositionTables()
238 second = (char)(VBase + (SIndex % NCount) / TCount); in buildDecompositionTables()
253 LCount = 19, VCount = 21, TCount = 28, field in NormalizerBuilder
254 NCount = VCount * TCount, // 588