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

/external/icu4c/common/unicode/
H A Dutypes.h677 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.c184 if(errorCode==U_INDEX_OUTOFBOUNDS_ERROR) {
1855 TestNextUCharError(cnv, source, source, U_INDEX_OUTOFBOUNDS_ERROR, "sourceLimit <= source");
1898 TestNextUCharError(cnv, source, source, U_INDEX_OUTOFBOUNDS_ERROR, "sourceLimit <= source");
1960 TestNextUCharError(cnv, source, source, U_INDEX_OUTOFBOUNDS_ERROR, "sourceLimit <= source");
2031 TestNextUCharError(cnv, source, source, U_INDEX_OUTOFBOUNDS_ERROR, "sourceLimit <= source");
2095 TestNextUCharError(cnv, source, source, U_INDEX_OUTOFBOUNDS_ERROR, "sourceLimit <= source");
2131 TestNextUCharError(cnv, source, source, U_INDEX_OUTOFBOUNDS_ERROR, "sourceLimit <= source");
2185 TestNextUCharError(cnv, source, source, U_INDEX_OUTOFBOUNDS_ERROR, "sourceLimit <= source");
2263 TestNextUCharError(cnv, source, source, U_INDEX_OUTOFBOUNDS_ERROR, "sourceLimit <= source");
2328 TestNextUCharError(cnv, source, source, U_INDEX_OUTOFBOUNDS_ERROR, "sourceLimi
4696 TestNextUCharError(cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_INDEX_OUTOFBOUNDS_ERROR, "a character is truncated"); local
[all...]

Completed in 218 milliseconds