OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:variantUChars
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
cstrtest.c
184
const UChar
variantUChars
[]={
214
if(u_strcmp(us,
variantUChars
)!=0) {
220
* Test u_UCharsToChars(
variantUChars
) only in release mode because it will
223
u_UCharsToChars(
variantUChars
, cs, length);
226
log_err("u_UCharsToChars(
variantUChars
) converted the %d-th character to %02x instead of 00\n", i, cs[i]);
278
if(uprv_isInvariantUString(
variantUChars
+i, 1)) {
279
log_err("uprv_isInvariantUString(
variantUChars
[%d]) failed\n", i);
/external/icu4c/test/cintltst/
cstrtest.c
184
const UChar
variantUChars
[]={
214
if(u_strcmp(us,
variantUChars
)!=0) {
220
* Test u_UCharsToChars(
variantUChars
) only in release mode because it will
223
u_UCharsToChars(
variantUChars
, cs, length);
226
log_err("u_UCharsToChars(
variantUChars
) converted the %d-th character to %02x instead of 00\n", i, cs[i]);
278
if(uprv_isInvariantUString(
variantUChars
+i, 1)) {
279
log_err("uprv_isInvariantUString(
variantUChars
[%d]) failed\n", i);
Completed in 86 milliseconds