Searched refs:u16han (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c2417 const UChar u16han[] = {0x5c71, 0x5ddd, 0}; local
2457 if (ucol_strcoll(coll, u16han, -1, NULL, 0) <= 0) {
2458 log_err("ERROR : ucol_strcoll u16han/-1 and NULL/0");
2460 if (ucol_strcoll(coll, NULL, 0, u16han, -1) >= 0) {
2461 log_err("ERROR : ucol_strcoll NULL/0 and u16han/-1");
2463 if (ucol_strcoll(coll, NULL, 0, u16han, u16hanLen) >= 0) {
2464 log_err("ERROR : ucol_strcoll NULL/0 and u16han/u16hanLen");
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c2469 const UChar u16han[] = {0x5c71, 0x5ddd, 0}; local
2509 if (ucol_strcoll(coll, u16han, -1, NULL, 0) <= 0) {
2510 log_err("ERROR : ucol_strcoll u16han/-1 and NULL/0");
2512 if (ucol_strcoll(coll, NULL, 0, u16han, -1) >= 0) {
2513 log_err("ERROR : ucol_strcoll NULL/0 and u16han/-1");
2515 if (ucol_strcoll(coll, NULL, 0, u16han, u16hanLen) >= 0) {
2516 log_err("ERROR : ucol_strcoll NULL/0 and u16han/u16hanLen");

Completed in 158 milliseconds