Searched defs:U_INDEX_OUTOFBOUNDS_ERROR (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/common/unicode/
H A Dutypes.h657 U_INDEX_OUTOFBOUNDS_ERROR = 8, /**< Trying to access the index that is out of bounds */ enumerator in enum:UErrorCode
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dutypes.h558 U_INDEX_OUTOFBOUNDS_ERROR = 8, /**< Trying to access the index that is out of bounds */ enumerator in enum:UErrorCode
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dutypes.h558 U_INDEX_OUTOFBOUNDS_ERROR = 8, /**< Trying to access the index that is out of bounds */ enumerator in enum:UErrorCode
/external/webkit/Source/WebCore/icu/unicode/
H A Dutypes.h558 U_INDEX_OUTOFBOUNDS_ERROR = 8, /**< Trying to access the index that is out of bounds */ enumerator in enum:UErrorCode
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dutypes.h558 U_INDEX_OUTOFBOUNDS_ERROR = 8, /**< Trying to access the index that is out of bounds */ enumerator in enum:UErrorCode
/external/icu4c/test/cintltst/
H A Dnucnvtst.c180 if(errorCode==U_INDEX_OUTOFBOUNDS_ERROR) {
1857 TestNextUCharError(cnv, source, source, U_INDEX_OUTOFBOUNDS_ERROR, "sourceLimit <= source");
1900 TestNextUCharError(cnv, source, source, U_INDEX_OUTOFBOUNDS_ERROR, "sourceLimit <= source");
1962 TestNextUCharError(cnv, source, source, U_INDEX_OUTOFBOUNDS_ERROR, "sourceLimit <= source");
2033 TestNextUCharError(cnv, source, source, U_INDEX_OUTOFBOUNDS_ERROR, "sourceLimit <= source");
2097 TestNextUCharError(cnv, source, source, U_INDEX_OUTOFBOUNDS_ERROR, "sourceLimit <= source");
2133 TestNextUCharError(cnv, source, source, U_INDEX_OUTOFBOUNDS_ERROR, "sourceLimit <= source");
2187 TestNextUCharError(cnv, source, source, U_INDEX_OUTOFBOUNDS_ERROR, "sourceLimit <= source");
2265 TestNextUCharError(cnv, source, source, U_INDEX_OUTOFBOUNDS_ERROR, "sourceLimit <= source");
2330 TestNextUCharError(cnv, source, source, U_INDEX_OUTOFBOUNDS_ERROR, "sourceLimi
4687 TestNextUCharError(cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_INDEX_OUTOFBOUNDS_ERROR, "a character is truncated"); local
[all...]

Completed in 287 milliseconds