/external/chromium/third_party/icu/source/test/cintltst/ |
citertst.c | 949 UChar teststr[500]; local 957 teststr[count ++] = 0x300; 960 teststr[count ++] = 0x31A; 966 testiter = ucol_openElements(coll, teststr, 500, &status); [all...] |
capitst.c | 455 UChar teststr[10]; local 514 teststr[0] = 0x0e40; 515 teststr[1] = 0x0e01; 516 teststr[2] = 0x0e2d; 527 iter1 = ucol_openElements(col1, teststr, 3, &status); 528 iter2 = ucol_openElements(col2, teststr, 3, &status); 559 u_uastrcpy(teststr, "z"); 561 if (ucol_greaterOrEqual(col1, teststr, 1, teststr2, 1)) { [all...] |
/external/icu4c/test/cintltst/ |
citertst.c | 949 UChar teststr[500]; local 957 teststr[count ++] = 0x300; 960 teststr[count ++] = 0x31A; 966 testiter = ucol_openElements(coll, teststr, 500, &status); [all...] |
capitst.c | 465 UChar teststr[10]; local 524 teststr[0] = 0x0e40; 525 teststr[1] = 0x0e01; 526 teststr[2] = 0x0e2d; 537 iter1 = ucol_openElements(col1, teststr, 3, &status); 538 iter2 = ucol_openElements(col2, teststr, 3, &status); 569 u_uastrcpy(teststr, "z"); 571 if (ucol_greaterOrEqual(col1, teststr, 1, teststr2, 1)) { [all...] |
/prebuilt/common/ant/ |
ant.jar | |