HomeSort by relevance Sort by last modified time
    Searched refs:U_USELESS_COLLATOR_ERROR (Results 1 - 11 of 11) sorted by null

  /external/icu/icu4c/source/test/cintltst/
spreptst.c 618 UErrorCode status = U_USELESS_COLLATOR_ERROR;
622 if (status != U_USELESS_COLLATOR_ERROR) {
626 if (status != U_USELESS_COLLATOR_ERROR) {
udatatst.c 710 status=U_USELESS_COLLATOR_ERROR;
712 if(status != U_USELESS_COLLATOR_ERROR){
    [all...]
ucsdetst.c 351 UErrorCode status = U_USELESS_COLLATOR_ERROR;
366 if (status != U_USELESS_COLLATOR_ERROR) {
cmsgtst.c     [all...]
idnatest.c     [all...]
nccbtst.c     [all...]
reapits.c 248 status = U_USELESS_COLLATOR_ERROR;
251 TEST_ASSERT(status == U_USELESS_COLLATOR_ERROR && re == NULL);
    [all...]
cloctst.c     [all...]
  /external/icu/icu4c/source/common/unicode/
utypes.h 461 U_USELESS_COLLATOR_ERROR = 29, /**< Collator is options only and no base is specified */
  /external/icu/icu4c/source/test/intltest/
uts46test.cpp 132 errorCode=U_USELESS_COLLATOR_ERROR;
134 if(errorCode!=U_USELESS_COLLATOR_ERROR || !result.isBogus()) {
180 errorCode=U_USELESS_COLLATOR_ERROR;
182 if(errorCode!=U_USELESS_COLLATOR_ERROR || sink.NumberOfBytesWritten()!=0) {
    [all...]
numfmtst.cpp     [all...]

Completed in 268 milliseconds