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

  /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 667 status=U_USELESS_COLLATOR_ERROR;
669 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 205 status = U_USELESS_COLLATOR_ERROR;
208 TEST_ASSERT(status == U_USELESS_COLLATOR_ERROR && re == NULL);
    [all...]
cloctst.c     [all...]
  /external/icu4c/common/unicode/
utypes.h 699 U_USELESS_COLLATOR_ERROR = 29, /**< Collator is options only and no base is specified */
    [all...]
  /external/icu4c/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/webkit/Source/JavaScriptCore/icu/unicode/
utypes.h 580 U_USELESS_COLLATOR_ERROR = 29, /**< Collator is options only and no base is specified */
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
utypes.h 580 U_USELESS_COLLATOR_ERROR = 29, /**< Collator is options only and no base is specified */
  /external/webkit/Source/WebCore/icu/unicode/
utypes.h 580 U_USELESS_COLLATOR_ERROR = 29, /**< Collator is options only and no base is specified */
  /external/webkit/Source/WebKit/mac/icu/unicode/
utypes.h 580 U_USELESS_COLLATOR_ERROR = 29, /**< Collator is options only and no base is specified */
  /external/icu4c/i18n/
ucol.cpp 452 *status = U_USELESS_COLLATOR_ERROR;
    [all...]

Completed in 252 milliseconds