Searched refs:teststr (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/test/cintltst/ |
D | capitst.c | 446 UChar teststr[10]; in TestRuleBasedColl() local 505 teststr[0] = 0x0e40; in TestRuleBasedColl() 506 teststr[1] = 0x0e01; in TestRuleBasedColl() 507 teststr[2] = 0x0e2d; in TestRuleBasedColl() 518 iter1 = ucol_openElements(col1, teststr, 3, &status); in TestRuleBasedColl() 519 iter2 = ucol_openElements(col2, teststr, 3, &status); in TestRuleBasedColl() 550 u_uastrcpy(teststr, "z"); in TestRuleBasedColl() 552 if (ucol_greaterOrEqual(col1, teststr, 1, teststr2, 1)) { in TestRuleBasedColl()
|
D | citertst.c | 947 UChar teststr[500]; in TestSmallBuffer() local 955 teststr[count ++] = 0x300; in TestSmallBuffer() 958 teststr[count ++] = 0x31A; in TestSmallBuffer() 964 testiter = ucol_openElements(coll, teststr, 500, &status); in TestSmallBuffer()
|
/external/opencore/engines/player/test/src/ |
D | test_pv_player_engine_testset13.cpp | 23702 OSCL_HeapString<OsclMemAllocator> teststr((char*)buf, 20); in PrintMetadataInfo() local 23703 PVPATB_TEST_IS_TRUE(oscl_strstr(teststr.get_cstr(), "JFIF") == 0); in PrintMetadataInfo()
|