• Home
  • Raw
  • Download

Lines Matching refs:pErrorCode

302 UChar32 u_charFromName(UCharNameChoice nameChoice, const char * name, UErrorCode * pErrorCode) {  in u_charFromName()  argument
303 return U_ICU_ENTRY_POINT_RENAME(u_charFromName)(nameChoice, name, pErrorCode); in u_charFromName()
308 …2 code, UCharNameChoice nameChoice, char * buffer, int32_t bufferLength, UErrorCode * pErrorCode) { in u_charName() argument
309 return U_ICU_ENTRY_POINT_RENAME(u_charName)(code, nameChoice, buffer, bufferLength, pErrorCode); in u_charName()
320 …imit, UEnumCharNamesFn * fn, void * context, UCharNameChoice nameChoice, UErrorCode * pErrorCode) { in u_enumCharNames() argument
321 U_ICU_ENTRY_POINT_RENAME(u_enumCharNames)(start, limit, fn, context, nameChoice, pErrorCode); in u_enumCharNames()
488 …1, int32_t length1, const UChar * s2, int32_t length2, uint32_t options, UErrorCode * pErrorCode) { in u_strCaseCompare() argument
489 return U_ICU_ENTRY_POINT_RENAME(u_strCaseCompare)(s1, length1, s2, length2, options, pErrorCode); in u_strCaseCompare()
500 …_t destCapacity, const UChar * src, int32_t srcLength, uint32_t options, UErrorCode * pErrorCode) { in u_strFoldCase() argument
501 …n U_ICU_ENTRY_POINT_RENAME(u_strFoldCase)(dest, destCapacity, src, srcLength, options, pErrorCode); in u_strFoldCase()
503 …Capacity, int32_t * pDestLength, const UChar32 * src, int32_t srcLength, UErrorCode * pErrorCode) { in u_strFromUTF32() argument
504 …CU_ENTRY_POINT_RENAME(u_strFromUTF32)(dest, destCapacity, pDestLength, src, srcLength, pErrorCode); in u_strFromUTF32()
506 … * src, int32_t srcLength, UChar32 subchar, int32_t * pNumSubstitutions, UErrorCode * pErrorCode) { in u_strFromUTF32WithSub() argument
507 …2WithSub)(dest, destCapacity, pDestLength, src, srcLength, subchar, pNumSubstitutions, pErrorCode); in u_strFromUTF32WithSub()
509 …estCapacity, int32_t * pDestLength, const char * src, int32_t srcLength, UErrorCode * pErrorCode) { in u_strFromUTF8() argument
510 …ICU_ENTRY_POINT_RENAME(u_strFromUTF8)(dest, destCapacity, pDestLength, src, srcLength, pErrorCode); in u_strFromUTF8()
512 …estCapacity, int32_t * pDestLength, const char * src, int32_t srcLength, UErrorCode * pErrorCode) { in u_strFromUTF8Lenient() argument
513 …RY_POINT_RENAME(u_strFromUTF8Lenient)(dest, destCapacity, pDestLength, src, srcLength, pErrorCode); in u_strFromUTF8Lenient()
515 … * src, int32_t srcLength, UChar32 subchar, int32_t * pNumSubstitutions, UErrorCode * pErrorCode) { in u_strFromUTF8WithSub() argument
516 …8WithSub)(dest, destCapacity, pDestLength, src, srcLength, subchar, pNumSubstitutions, pErrorCode); in u_strFromUTF8WithSub()
521 …destCapacity, const UChar * src, int32_t srcLength, const char * locale, UErrorCode * pErrorCode) { in u_strToLower() argument
522 …urn U_ICU_ENTRY_POINT_RENAME(u_strToLower)(dest, destCapacity, src, srcLength, locale, pErrorCode); in u_strToLower()
524 …src, int32_t srcLength, UBreakIterator * titleIter, const char * locale, UErrorCode * pErrorCode) { in u_strToTitle() argument
525 …NTRY_POINT_RENAME(u_strToTitle)(dest, destCapacity, src, srcLength, titleIter, locale, pErrorCode); in u_strToTitle()
527 …stCapacity, int32_t * pDestLength, const UChar * src, int32_t srcLength, UErrorCode * pErrorCode) { in u_strToUTF32() argument
528 …_ICU_ENTRY_POINT_RENAME(u_strToUTF32)(dest, destCapacity, pDestLength, src, srcLength, pErrorCode); in u_strToUTF32()
530 … * src, int32_t srcLength, UChar32 subchar, int32_t * pNumSubstitutions, UErrorCode * pErrorCode) { in u_strToUTF32WithSub() argument
531 …2WithSub)(dest, destCapacity, pDestLength, src, srcLength, subchar, pNumSubstitutions, pErrorCode); in u_strToUTF32WithSub()
533 …stCapacity, int32_t * pDestLength, const UChar * src, int32_t srcLength, UErrorCode * pErrorCode) { in u_strToUTF8() argument
534 …U_ICU_ENTRY_POINT_RENAME(u_strToUTF8)(dest, destCapacity, pDestLength, src, srcLength, pErrorCode); in u_strToUTF8()
536 … * src, int32_t srcLength, UChar32 subchar, int32_t * pNumSubstitutions, UErrorCode * pErrorCode) { in u_strToUTF8WithSub() argument
537 …8WithSub)(dest, destCapacity, pDestLength, src, srcLength, subchar, pNumSubstitutions, pErrorCode); in u_strToUTF8WithSub()
539 …destCapacity, const UChar * src, int32_t srcLength, const char * locale, UErrorCode * pErrorCode) { in u_strToUpper() argument
540 …urn U_ICU_ENTRY_POINT_RENAME(u_strToUpper)(dest, destCapacity, src, srcLength, locale, pErrorCode); in u_strToUpper()
623 int32_t ubidi_countRuns(UBiDi * pBiDi, UErrorCode * pErrorCode) { in ubidi_countRuns() argument
624 return U_ICU_ENTRY_POINT_RENAME(ubidi_countRuns)(pBiDi, pErrorCode); in ubidi_countRuns()
644 const UBiDiLevel * ubidi_getLevels(UBiDi * pBiDi, UErrorCode * pErrorCode) { in ubidi_getLevels() argument
645 return U_ICU_ENTRY_POINT_RENAME(ubidi_getLevels)(pBiDi, pErrorCode); in ubidi_getLevels()
647 int32_t ubidi_getLogicalIndex(UBiDi * pBiDi, int32_t visualIndex, UErrorCode * pErrorCode) { in ubidi_getLogicalIndex() argument
648 return U_ICU_ENTRY_POINT_RENAME(ubidi_getLogicalIndex)(pBiDi, visualIndex, pErrorCode); in ubidi_getLogicalIndex()
650 void ubidi_getLogicalMap(UBiDi * pBiDi, int32_t * indexMap, UErrorCode * pErrorCode) { in ubidi_getLogicalMap() argument
651 U_ICU_ENTRY_POINT_RENAME(ubidi_getLogicalMap)(pBiDi, indexMap, pErrorCode); in ubidi_getLogicalMap()
659 …ex, int32_t * pParaStart, int32_t * pParaLimit, UBiDiLevel * pParaLevel, UErrorCode * pErrorCode) { in ubidi_getParagraph() argument
660 …POINT_RENAME(ubidi_getParagraph)(pBiDi, charIndex, pParaStart, pParaLimit, pParaLevel, pErrorCode); in ubidi_getParagraph()
662 …ex, int32_t * pParaStart, int32_t * pParaLimit, UBiDiLevel * pParaLevel, UErrorCode * pErrorCode) { in ubidi_getParagraphByIndex() argument
663 …ENAME(ubidi_getParagraphByIndex)(pBiDi, paraIndex, pParaStart, pParaLimit, pParaLevel, pErrorCode); in ubidi_getParagraphByIndex()
680 int32_t ubidi_getVisualIndex(UBiDi * pBiDi, int32_t logicalIndex, UErrorCode * pErrorCode) { in ubidi_getVisualIndex() argument
681 return U_ICU_ENTRY_POINT_RENAME(ubidi_getVisualIndex)(pBiDi, logicalIndex, pErrorCode); in ubidi_getVisualIndex()
683 void ubidi_getVisualMap(UBiDi * pBiDi, int32_t * indexMap, UErrorCode * pErrorCode) { in ubidi_getVisualMap() argument
684 U_ICU_ENTRY_POINT_RENAME(ubidi_getVisualMap)(pBiDi, indexMap, pErrorCode); in ubidi_getVisualMap()
701 UBiDi * ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode * pErrorCode) { in ubidi_openSized() argument
702 return U_ICU_ENTRY_POINT_RENAME(ubidi_openSized)(maxLength, maxRunCount, pErrorCode); in ubidi_openSized()
713 …oid * newContext, UBiDiClassCallback ** oldFn, const void ** oldContext, UErrorCode * pErrorCode) { in ubidi_setClassCallback() argument
714 …NTRY_POINT_RENAME(ubidi_setClassCallback)(pBiDi, newFn, newContext, oldFn, oldContext, pErrorCode); in ubidi_setClassCallback()
716 … prologue, int32_t proLength, const UChar * epilogue, int32_t epiLength, UErrorCode * pErrorCode) { in ubidi_setContext() argument
717 …_ENTRY_POINT_RENAME(ubidi_setContext)(pBiDi, prologue, proLength, epilogue, epiLength, pErrorCode); in ubidi_setContext()
722 …onst UBiDi * pParaBiDi, int32_t start, int32_t limit, UBiDi * pLineBiDi, UErrorCode * pErrorCode) { in ubidi_setLine() argument
723 U_ICU_ENTRY_POINT_RENAME(ubidi_setLine)(pParaBiDi, start, limit, pLineBiDi, pErrorCode); in ubidi_setLine()
725 …ext, int32_t length, UBiDiLevel paraLevel, UBiDiLevel * embeddingLevels, UErrorCode * pErrorCode) { in ubidi_setPara() argument
726 …ICU_ENTRY_POINT_RENAME(ubidi_setPara)(pBiDi, text, length, paraLevel, embeddingLevels, pErrorCode); in ubidi_setPara()
734 …ordered(UBiDi * pBiDi, UChar * dest, int32_t destSize, uint16_t options, UErrorCode * pErrorCode) { in ubidi_writeReordered() argument
735 return U_ICU_ENTRY_POINT_RENAME(ubidi_writeReordered)(pBiDi, dest, destSize, options, pErrorCode); in ubidi_writeReordered()
737 …rc, int32_t srcLength, UChar * dest, int32_t destSize, uint16_t options, UErrorCode * pErrorCode) { in ubidi_writeReverse() argument
738 … U_ICU_ENTRY_POINT_RENAME(ubidi_writeReverse)(src, srcLength, dest, destSize, options, pErrorCode); in ubidi_writeReverse()
815 …dn_getContext(const ULocaleDisplayNames * ldn, UDisplayContextType type, UErrorCode * pErrorCode) { in uldn_getContext() argument
816 return U_ICU_ENTRY_POINT_RENAME(uldn_getContext)(ldn, type, pErrorCode); in uldn_getContext()
824 …layNames * ldn, const char * key, UChar * result, int32_t maxResultSize, UErrorCode * pErrorCode) { in uldn_keyDisplayName() argument
825 return U_ICU_ENTRY_POINT_RENAME(uldn_keyDisplayName)(ldn, key, result, maxResultSize, pErrorCode); in uldn_keyDisplayName()
827 …t char * key, const char * value, UChar * result, int32_t maxResultSize, UErrorCode * pErrorCode) { in uldn_keyValueDisplayName() argument
828 …U_ENTRY_POINT_RENAME(uldn_keyValueDisplayName)(ldn, key, value, result, maxResultSize, pErrorCode); in uldn_keyValueDisplayName()
830 …ayNames * ldn, const char * lang, UChar * result, int32_t maxResultSize, UErrorCode * pErrorCode) { in uldn_languageDisplayName() argument
831 …n U_ICU_ENTRY_POINT_RENAME(uldn_languageDisplayName)(ldn, lang, result, maxResultSize, pErrorCode); in uldn_languageDisplayName()
833 …Names * ldn, const char * locale, UChar * result, int32_t maxResultSize, UErrorCode * pErrorCode) { in uldn_localeDisplayName() argument
834 …n U_ICU_ENTRY_POINT_RENAME(uldn_localeDisplayName)(ldn, locale, result, maxResultSize, pErrorCode); in uldn_localeDisplayName()
836 …Names * uldn_open(const char * locale, UDialectHandling dialectHandling, UErrorCode * pErrorCode) { in uldn_open() argument
837 return U_ICU_ENTRY_POINT_RENAME(uldn_open)(locale, dialectHandling, pErrorCode); in uldn_open()
839 …Context(const char * locale, UDisplayContext * contexts, int32_t length, UErrorCode * pErrorCode) { in uldn_openForContext() argument
840 return U_ICU_ENTRY_POINT_RENAME(uldn_openForContext)(locale, contexts, length, pErrorCode); in uldn_openForContext()
842 …Names * ldn, const char * region, UChar * result, int32_t maxResultSize, UErrorCode * pErrorCode) { in uldn_regionDisplayName() argument
843 …n U_ICU_ENTRY_POINT_RENAME(uldn_regionDisplayName)(ldn, region, result, maxResultSize, pErrorCode); in uldn_regionDisplayName()
845 …es * ldn, UScriptCode scriptCode, UChar * result, int32_t maxResultSize, UErrorCode * pErrorCode) { in uldn_scriptCodeDisplayName() argument
846 …ENTRY_POINT_RENAME(uldn_scriptCodeDisplayName)(ldn, scriptCode, result, maxResultSize, pErrorCode); in uldn_scriptCodeDisplayName()
848 …Names * ldn, const char * script, UChar * result, int32_t maxResultSize, UErrorCode * pErrorCode) { in uldn_scriptDisplayName() argument
849 …n U_ICU_ENTRY_POINT_RENAME(uldn_scriptDisplayName)(ldn, script, result, maxResultSize, pErrorCode); in uldn_scriptDisplayName()
851 …ames * ldn, const char * variant, UChar * result, int32_t maxResultSize, UErrorCode * pErrorCode) { in uldn_variantDisplayName() argument
852 …U_ICU_ENTRY_POINT_RENAME(uldn_variantDisplayName)(ldn, variant, result, maxResultSize, pErrorCode); in uldn_variantDisplayName()
965 …ngth, int32_t firstCapacity, const UChar * second, int32_t secondLength, UErrorCode * pErrorCode) { in unorm2_append() argument
966 …_RENAME(unorm2_append)(norm2, first, firstLength, firstCapacity, second, secondLength, pErrorCode); in unorm2_append()
977 …Normalizer2 * norm2, UChar32 c, UChar * decomposition, int32_t capacity, UErrorCode * pErrorCode) { in unorm2_getDecomposition() argument
978 …n U_ICU_ENTRY_POINT_RENAME(unorm2_getDecomposition)(norm2, c, decomposition, capacity, pErrorCode); in unorm2_getDecomposition()
980 const UNormalizer2 * unorm2_getNFCInstance(UErrorCode * pErrorCode) { in unorm2_getNFCInstance() argument
981 return U_ICU_ENTRY_POINT_RENAME(unorm2_getNFCInstance)(pErrorCode); in unorm2_getNFCInstance()
983 const UNormalizer2 * unorm2_getNFDInstance(UErrorCode * pErrorCode) { in unorm2_getNFDInstance() argument
984 return U_ICU_ENTRY_POINT_RENAME(unorm2_getNFDInstance)(pErrorCode); in unorm2_getNFDInstance()
986 const UNormalizer2 * unorm2_getNFKCCasefoldInstance(UErrorCode * pErrorCode) { in unorm2_getNFKCCasefoldInstance() argument
987 return U_ICU_ENTRY_POINT_RENAME(unorm2_getNFKCCasefoldInstance)(pErrorCode); in unorm2_getNFKCCasefoldInstance()
989 const UNormalizer2 * unorm2_getNFKCInstance(UErrorCode * pErrorCode) { in unorm2_getNFKCInstance() argument
990 return U_ICU_ENTRY_POINT_RENAME(unorm2_getNFKCInstance)(pErrorCode); in unorm2_getNFKCInstance()
992 const UNormalizer2 * unorm2_getNFKDInstance(UErrorCode * pErrorCode) { in unorm2_getNFKDInstance() argument
993 return U_ICU_ENTRY_POINT_RENAME(unorm2_getNFKDInstance)(pErrorCode); in unorm2_getNFKDInstance()
995 …Normalizer2 * norm2, UChar32 c, UChar * decomposition, int32_t capacity, UErrorCode * pErrorCode) { in unorm2_getRawDecomposition() argument
996 …_ICU_ENTRY_POINT_RENAME(unorm2_getRawDecomposition)(norm2, c, decomposition, capacity, pErrorCode); in unorm2_getRawDecomposition()
1007 …sNormalized(const UNormalizer2 * norm2, const UChar * s, int32_t length, UErrorCode * pErrorCode) { in unorm2_isNormalized() argument
1008 return U_ICU_ENTRY_POINT_RENAME(unorm2_isNormalized)(norm2, s, length, pErrorCode); in unorm2_isNormalized()
1010 …orm2, const UChar * src, int32_t length, UChar * dest, int32_t capacity, UErrorCode * pErrorCode) { in unorm2_normalize() argument
1011 return U_ICU_ENTRY_POINT_RENAME(unorm2_normalize)(norm2, src, length, dest, capacity, pErrorCode); in unorm2_normalize()
1013 …ngth, int32_t firstCapacity, const UChar * second, int32_t secondLength, UErrorCode * pErrorCode) { in unorm2_normalizeSecondAndAppend() argument
1014 …malizeSecondAndAppend)(norm2, first, firstLength, firstCapacity, second, secondLength, pErrorCode); in unorm2_normalizeSecondAndAppend()
1016 …_quickCheck(const UNormalizer2 * norm2, const UChar * s, int32_t length, UErrorCode * pErrorCode) { in unorm2_quickCheck() argument
1017 return U_ICU_ENTRY_POINT_RENAME(unorm2_quickCheck)(norm2, s, length, pErrorCode); in unorm2_quickCheck()
1019 …ickCheckYes(const UNormalizer2 * norm2, const UChar * s, int32_t length, UErrorCode * pErrorCode) { in unorm2_spanQuickCheckYes() argument
1020 return U_ICU_ENTRY_POINT_RENAME(unorm2_spanQuickCheckYes)(norm2, s, length, pErrorCode); in unorm2_spanQuickCheckYes()
1031 …ript_getSampleString(UScriptCode script, UChar * dest, int32_t capacity, UErrorCode * pErrorCode) { in uscript_getSampleString() argument
1032 return U_ICU_ENTRY_POINT_RENAME(uscript_getSampleString)(script, dest, capacity, pErrorCode); in uscript_getSampleString()