Searched refs:uca (Results 1 - 2 of 2) sorted by relevance
/third_party/icu/tools/unicode/c/genuca/ |
H A D | genuca.cpp | 649 char uca[U_MAX_VERSION_STRING_LENGTH]; in readAnOption() local 650 u_versionToString(UCAVersion, uca); in readAnOption() 651 printf("UCA version %s\n", uca); in readAnOption() 656 char uca[U_MAX_VERSION_STRING_LENGTH]; in readAnOption() local 658 u_versionToString(UCAVersion, uca); in readAnOption() 661 fprintf(stderr, "warning: UCA version %s != UCD version %s\n", uca, ucd); in readAnOption()
|
/third_party/icu/tools/colprobe/ |
H A D | colprobe.cpp | 1129 UCollationElements *uca = ucol_openElements(gUCA, line->name, line->len, &status); in isTailored() local 1139 ucaElement = ucol_next(uca, &status); in isTailored() 1148 ucol_closeElements(uca); in isTailored()
|
Completed in 5 milliseconds