/external/icu4c/common/ |
uiter.cpp | 62 noopSetState(UCharIterator * /*iter*/, uint32_t /*state*/, UErrorCode *pErrorCode) { 63 *pErrorCode=U_UNSUPPORTED_ERROR; 185 stringIteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) { 186 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) { 189 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; 191 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR; 445 characterIteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) { 446 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) { [all...] |
unorm_it.c | 489 unormIteratorSetState(UCharIterator *api, uint32_t state, UErrorCode *pErrorCode) { 490 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) { 493 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; 495 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR; 501 uiter_setState(iter, state, pErrorCode); 550 unorm_openIter(void *stackMem, int32_t stackMemSize, UErrorCode *pErrorCode) { 554 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) { 579 *pErrorCode=U_MEMORY_ALLOCATION_ERROR [all...] |
uts46.cpp | [all...] |
ucnvscsu.c | 195 UErrorCode *pErrorCode) { 209 *pErrorCode=U_MEMORY_ALLOCATION_ERROR; 231 UErrorCode *pErrorCode) { 323 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; 337 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; 376 *pErrorCode=U_ILLEGAL_CHAR_FOUND; 431 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; 494 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; 530 *pErrorCode=U_ILLEGAL_CHAR_FOUND; 556 if(U_FAILURE(*pErrorCode) && *pErrorCode!=U_BUFFER_OVERFLOW_ERROR) [all...] |
ucnvbocu.cpp | 391 UErrorCode *pErrorCode) { 615 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; 621 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; 645 UErrorCode *pErrorCode) { 836 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; 842 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; 940 UErrorCode *pErrorCode) { [all...] |
ucnv_ext.cpp | 238 UErrorCode *pErrorCode) { 246 pErrorCode); 256 pErrorCode); 282 UErrorCode *pErrorCode) { 301 pErrorCode); 370 UErrorCode *pErrorCode) { 396 pErrorCode); 443 *pErrorCode=U_INVALID_CHAR_FOUND; 674 UErrorCode *pErrorCode) { 738 pErrorCode); [all...] |
uprops.cpp | 556 u_getFC_NFKC_Closure(UChar32 c, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) { 557 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) { 561 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; 570 const Normalizer2 *nfkc=Normalizer2Factory::getNFKCInstance(*pErrorCode); 572 if(U_FAILURE(*pErrorCode)) { 582 return u_terminateUChars(dest, destCapacity, 0, pErrorCode); // c does not change at all under CaseFolding+NFKC 592 UnicodeString kc1=nfkc->normalize(folded1String, *pErrorCode); 595 UnicodeString kc2=nfkc->normalize(folded2String.foldCase(), *pErrorCode); 597 if(U_FAILURE(*pErrorCode) || kc1==kc2) [all...] |
filterednormalizer2.cpp | 272 unorm2_openFiltered(const UNormalizer2 *norm2, const USet *filterSet, UErrorCode *pErrorCode) { 273 if(U_FAILURE(*pErrorCode)) { 277 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; 283 *pErrorCode=U_MEMORY_ALLOCATION_ERROR;
|
sprpimpl.h | 116 UErrorCode *pErrorCode);
|
ubidi_props.h | 38 ubidi_addPropertyStarts(const UBiDiProps *bdp, const USetAdder *sa, UErrorCode *pErrorCode);
|
ucnvmbcs.h | 566 UErrorCode *pErrorCode); 569 UErrorCode *pErrorCode); 583 UErrorCode *pErrorCode); 596 UErrorCode *pErrorCode);
|
ustring.cpp | [all...] |
ucnv_u32.c | [all...] |
dictionarydata.h | 115 udict_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode);
|
rbbidata.h | 46 UErrorCode *pErrorCode);
|
/external/webkit/Source/WebCore/platform/text/mac/ |
ShapeArabic.c | 477 int32_t shapeArabic(const UChar *source, int32_t sourceLength, UChar *dest, int32_t destCapacity, uint32_t options, UErrorCode *pErrorCode) { 481 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) { 491 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; 508 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; 520 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
|
/external/icu4c/common/unicode/ |
uiter.h | 299 * @param pErrorCode Must be a valid pointer to an error code value, 307 UCharIteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode); 553 * This is a convenience function that calls iter->setState(iter, state, pErrorCode) 559 * @param pErrorCode Must be a valid pointer to an error code value, 567 uiter_setState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode);
|
ushape.h | 90 * @param pErrorCode must be a valid pointer to an error code value, 104 UErrorCode *pErrorCode); 178 * will be set in pErrorCode 339 * will be set in pErrorCode 360 * will be set in pErrorCode
|
/external/icu4c/i18n/unicode/ |
utrans.h | 183 * @param pErrorCode a pointer to the UErrorCode 195 UErrorCode *pErrorCode); 343 * @param pErrorCode Pointer to the UErrorCode in/out parameter. 350 utrans_openIDs(UErrorCode *pErrorCode);
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
uiter.h | 299 * @param pErrorCode Must be a valid pointer to an error code value, 307 UCharIteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode); 553 * This is a convenience function that calls iter->setState(iter, state, pErrorCode) 559 * @param pErrorCode Must be a valid pointer to an error code value, 567 uiter_setState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode);
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
uiter.h | 299 * @param pErrorCode Must be a valid pointer to an error code value, 307 UCharIteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode); 553 * This is a convenience function that calls iter->setState(iter, state, pErrorCode) 559 * @param pErrorCode Must be a valid pointer to an error code value, 567 uiter_setState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode);
|
/external/webkit/Source/WebCore/icu/unicode/ |
uiter.h | 299 * @param pErrorCode Must be a valid pointer to an error code value, 307 UCharIteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode); 553 * This is a convenience function that calls iter->setState(iter, state, pErrorCode) 559 * @param pErrorCode Must be a valid pointer to an error code value, 567 uiter_setState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode);
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
uiter.h | 299 * @param pErrorCode Must be a valid pointer to an error code value, 307 UCharIteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode); 553 * This is a convenience function that calls iter->setState(iter, state, pErrorCode) 559 * @param pErrorCode Must be a valid pointer to an error code value, 567 uiter_setState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode);
|
/external/icu4c/i18n/ |
ucal.cpp | 253 ucal_setGregorianChange(UCalendar *cal, UDate date, UErrorCode *pErrorCode) { 254 if(U_FAILURE(*pErrorCode)) { 265 *pErrorCode = U_ILLEGAL_ARGUMENT_ERROR; 269 *pErrorCode = U_UNSUPPORTED_ERROR; 272 gregocal->setGregorianChange(date, *pErrorCode); 276 ucal_getGregorianChange(const UCalendar *cal, UErrorCode *pErrorCode) { 277 if(U_FAILURE(*pErrorCode)) { 287 *pErrorCode = U_ILLEGAL_ARGUMENT_ERROR; 291 *pErrorCode = U_UNSUPPORTED_ERROR;
|
/external/icu4c/samples/uciter8/ |
uit_len8.c | 489 lenient8IteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) { 490 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) { 493 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; 501 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR; 516 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR;
|