Searched refs:cpCount (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | utxttest.cpp | 168 int32_t cpCount = 0; in TestString() local 186 cpCount++; in TestString() 198 TestAccess(sa, ut, cpCount, cpMap); in TestString() 209 TestAccess(sa, ut, cpCount, cpMap); in TestString() 218 TestAccess(sa, ut, cpCount, cpMap); in TestString() 219 TestCMR(sa, ut, cpCount, cpMap, cpMap); in TestString() 227 TestAccess(sa, ut, cpCount, cpMap); in TestString() 235 TestAccess(sa, ut, cpCount, cpMap); in TestString() 236 TestCMR(sa, ut, cpCount, cpMap, cpMap); in TestString() 246 TestAccess(sa, ut, cpCount, cpMap); in TestString() [all …]
|
D | utxttest.h | 50 void TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *cpMap); 51 void TestAccessNoClone(const UnicodeString &us, UText *ut, int cpCount, m *cpMap); 52 void TestCMR (const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *utf16Map);
|
/external/oj-libjdwp/src/share/back/ |
D | ReferenceTypeImpl.c | 315 jint cpCount; in getConstantPool() local 327 cpCount = 0; in getConstantPool() 333 (gdata->jvmti, clazz, &cpCount, &cpByteCount, &cpBytesPtr); in getConstantPool() 337 (void)outStream_writeInt(out, cpCount); in getConstantPool()
|