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

/external/icu/icu4c/source/test/cintltst/
H A Dcstrtest.c167 const char invariantChars[]= local
196 length=sizeof(invariantChars);
197 u_charsToUChars(invariantChars, us, length);
199 log_err("u_charsToUChars(invariantChars) failed\n");
203 if(strcmp(cs, invariantChars)!=0) {
247 } else if(length!=sizeof(invariantChars)-1 || strcmp(cs, invariantChars)!=0) {
252 length=ucnv_toUChars(cnv, us, UPRV_LENGTHOF(us), invariantChars, -1, &errorCode);
254 log_err("ucnv_toUChars(invariantChars) failed - %s\n", u_errorName(errorCode));
256 log_err("ucnv_toUChars(invariantChars) faile
[all...]
/external/icu/icu4c/source/common/
H A Duinvchar.cpp157 static const uint32_t invariantChars[4]={ variable
168 #define UCHAR_IS_INVARIANT(c) (((c)<=0x7f) && (invariantChars[(c)>>5]&((uint32_t)1<<((c)&0x1f)))!=0)

Completed in 132 milliseconds