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

  /external/chromium_org/third_party/icu/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 669 status=U_USELESS_COLLATOR_ERROR;
671 if(status != U_USELESS_COLLATOR_ERROR){
    [all...]
ucsdetst.c 350 UErrorCode status = U_USELESS_COLLATOR_ERROR;
365 if (status != U_USELESS_COLLATOR_ERROR) {
cmsgtst.c     [all...]
idnatest.c     [all...]
nccbtst.c     [all...]
reapits.c 201 status = U_USELESS_COLLATOR_ERROR;
204 TEST_ASSERT(status == U_USELESS_COLLATOR_ERROR && re == NULL);
    [all...]
cloctst.c     [all...]
  /external/icu4c/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 672 status=U_USELESS_COLLATOR_ERROR;
674 if(status != U_USELESS_COLLATOR_ERROR){
    [all...]
ucsdetst.c 350 UErrorCode status = U_USELESS_COLLATOR_ERROR;
365 if (status != U_USELESS_COLLATOR_ERROR) {
cmsgtst.c     [all...]
idnatest.c     [all...]
nccbtst.c     [all...]
reapits.c 242 status = U_USELESS_COLLATOR_ERROR;
245 TEST_ASSERT(status == U_USELESS_COLLATOR_ERROR && re == NULL);
    [all...]
cloctst.c     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
utypes.h 679 U_USELESS_COLLATOR_ERROR = 29, /**< Collator is options only and no base is specified */
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
uts46test.cpp 120 errorCode=U_USELESS_COLLATOR_ERROR;
122 if(errorCode!=U_USELESS_COLLATOR_ERROR || !result.isBogus()) {
168 errorCode=U_USELESS_COLLATOR_ERROR;
170 if(errorCode!=U_USELESS_COLLATOR_ERROR || sink.NumberOfBytesWritten()!=0) {
    [all...]
numfmtst.cpp     [all...]
  /external/icu4c/common/unicode/
utypes.h 540 U_USELESS_COLLATOR_ERROR = 29, /**< Collator is options only and no base is specified */
  /external/icu4c/test/intltest/
uts46test.cpp 121 errorCode=U_USELESS_COLLATOR_ERROR;
123 if(errorCode!=U_USELESS_COLLATOR_ERROR || !result.isBogus()) {
169 errorCode=U_USELESS_COLLATOR_ERROR;
171 if(errorCode!=U_USELESS_COLLATOR_ERROR || sink.NumberOfBytesWritten()!=0) {
    [all...]
numfmtst.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp 451 *status = U_USELESS_COLLATOR_ERROR;
    [all...]
  /external/icu4c/i18n/
ucol.cpp 473 *status = U_USELESS_COLLATOR_ERROR;
    [all...]

Completed in 479 milliseconds