Lines Matching defs:pErrorCode

340 UChar32 u_charFromName(UCharNameChoice nameChoice, const char * name, UErrorCode * pErrorCode) {  in u_charFromName()
346 …2 code, UCharNameChoice nameChoice, char * buffer, int32_t bufferLength, UErrorCode * pErrorCode) { in u_charName()
358 …imit, UEnumCharNamesFn * fn, void * context, UCharNameChoice nameChoice, UErrorCode * pErrorCode) { in u_enumCharNames()
526 …1, int32_t length1, const UChar * s2, int32_t length2, uint32_t options, UErrorCode * pErrorCode) { in u_strCaseCompare()
538 …_t destCapacity, const UChar * src, int32_t srcLength, uint32_t options, UErrorCode * pErrorCode) { in u_strFoldCase()
541 …Capacity, int32_t * pDestLength, const UChar32 * src, int32_t srcLength, UErrorCode * pErrorCode) { in u_strFromUTF32()
544 … * src, int32_t srcLength, UChar32 subchar, int32_t * pNumSubstitutions, UErrorCode * pErrorCode) { in u_strFromUTF32WithSub()
547 …estCapacity, int32_t * pDestLength, const char * src, int32_t srcLength, UErrorCode * pErrorCode) { in u_strFromUTF8()
550 …estCapacity, int32_t * pDestLength, const char * src, int32_t srcLength, UErrorCode * pErrorCode) { in u_strFromUTF8Lenient()
553 … * src, int32_t srcLength, UChar32 subchar, int32_t * pNumSubstitutions, UErrorCode * pErrorCode) { in u_strFromUTF8WithSub()
559 …destCapacity, const UChar * src, int32_t srcLength, const char * locale, UErrorCode * pErrorCode) { in u_strToLower()
562 …src, int32_t srcLength, UBreakIterator * titleIter, const char * locale, UErrorCode * pErrorCode) { in u_strToTitle()
565 …stCapacity, int32_t * pDestLength, const UChar * src, int32_t srcLength, UErrorCode * pErrorCode) { in u_strToUTF32()
568 … * src, int32_t srcLength, UChar32 subchar, int32_t * pNumSubstitutions, UErrorCode * pErrorCode) { in u_strToUTF32WithSub()
571 …stCapacity, int32_t * pDestLength, const UChar * src, int32_t srcLength, UErrorCode * pErrorCode) { in u_strToUTF8()
574 … * src, int32_t srcLength, UChar32 subchar, int32_t * pNumSubstitutions, UErrorCode * pErrorCode) { in u_strToUTF8WithSub()
577 …destCapacity, const UChar * src, int32_t srcLength, const char * locale, UErrorCode * pErrorCode) { in u_strToUpper()
661 int32_t ubidi_countRuns(UBiDi * pBiDi, UErrorCode * pErrorCode) { in ubidi_countRuns()
682 const UBiDiLevel * ubidi_getLevels(UBiDi * pBiDi, UErrorCode * pErrorCode) { in ubidi_getLevels()
685 int32_t ubidi_getLogicalIndex(UBiDi * pBiDi, int32_t visualIndex, UErrorCode * pErrorCode) { in ubidi_getLogicalIndex()
688 void ubidi_getLogicalMap(UBiDi * pBiDi, int32_t * indexMap, UErrorCode * pErrorCode) { in ubidi_getLogicalMap()
697 …ex, int32_t * pParaStart, int32_t * pParaLimit, UBiDiLevel * pParaLevel, UErrorCode * pErrorCode) { in ubidi_getParagraph()
700 …ex, int32_t * pParaStart, int32_t * pParaLimit, UBiDiLevel * pParaLevel, UErrorCode * pErrorCode) { in ubidi_getParagraphByIndex()
718 int32_t ubidi_getVisualIndex(UBiDi * pBiDi, int32_t logicalIndex, UErrorCode * pErrorCode) { in ubidi_getVisualIndex()
721 void ubidi_getVisualMap(UBiDi * pBiDi, int32_t * indexMap, UErrorCode * pErrorCode) { in ubidi_getVisualMap()
739 UBiDi * ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode * pErrorCode) { in ubidi_openSized()
751 …oid * newContext, UBiDiClassCallback ** oldFn, const void ** oldContext, UErrorCode * pErrorCode) { in ubidi_setClassCallback()
754 … prologue, int32_t proLength, const UChar * epilogue, int32_t epiLength, UErrorCode * pErrorCode) { in ubidi_setContext()
760 …onst UBiDi * pParaBiDi, int32_t start, int32_t limit, UBiDi * pLineBiDi, UErrorCode * pErrorCode) { in ubidi_setLine()
763 …ext, int32_t length, UBiDiLevel paraLevel, UBiDiLevel * embeddingLevels, UErrorCode * pErrorCode) { in ubidi_setPara()
772 …ordered(UBiDi * pBiDi, UChar * dest, int32_t destSize, uint16_t options, UErrorCode * pErrorCode) { in ubidi_writeReordered()
775 …rc, int32_t srcLength, UChar * dest, int32_t destSize, uint16_t options, UErrorCode * pErrorCode) { in ubidi_writeReverse()
847 …tReorderCodes(int32_t reorderCode, int32_t * dest, int32_t destCapacity, UErrorCode * pErrorCode) { in ucol_getEquivalentReorderCodes()
865 …orderCodes(const UCollator * coll, int32_t * dest, int32_t destCapacity, UErrorCode * pErrorCode) { in ucol_getReorderCodes()
889 void ucol_setMaxVariable(UCollator * coll, UColReorderCode group, UErrorCode * pErrorCode) { in ucol_setMaxVariable()
892 …llator * coll, const int32_t * reorderCodes, int32_t reorderCodesLength, UErrorCode * pErrorCode) { in ucol_setReorderCodes()
928 …dn_getContext(const ULocaleDisplayNames * ldn, UDisplayContextType type, UErrorCode * pErrorCode) { in uldn_getContext()
937 …layNames * ldn, const char * key, UChar * result, int32_t maxResultSize, UErrorCode * pErrorCode) { in uldn_keyDisplayName()
940 …t char * key, const char * value, UChar * result, int32_t maxResultSize, UErrorCode * pErrorCode) { in uldn_keyValueDisplayName()
943 …ayNames * ldn, const char * lang, UChar * result, int32_t maxResultSize, UErrorCode * pErrorCode) { in uldn_languageDisplayName()
946 …Names * ldn, const char * locale, UChar * result, int32_t maxResultSize, UErrorCode * pErrorCode) { in uldn_localeDisplayName()
949 …Names * uldn_open(const char * locale, UDialectHandling dialectHandling, UErrorCode * pErrorCode) { in uldn_open()
952 …Context(const char * locale, UDisplayContext * contexts, int32_t length, UErrorCode * pErrorCode) { in uldn_openForContext()
955 …Names * ldn, const char * region, UChar * result, int32_t maxResultSize, UErrorCode * pErrorCode) { in uldn_regionDisplayName()
958 …es * ldn, UScriptCode scriptCode, UChar * result, int32_t maxResultSize, UErrorCode * pErrorCode) { in uldn_scriptCodeDisplayName()
961 …Names * ldn, const char * script, UChar * result, int32_t maxResultSize, UErrorCode * pErrorCode) { in uldn_scriptDisplayName()
964 …ames * ldn, const char * variant, UChar * result, int32_t maxResultSize, UErrorCode * pErrorCode) { in uldn_variantDisplayName()
1078 …ngth, int32_t firstCapacity, const UChar * second, int32_t secondLength, UErrorCode * pErrorCode) { in unorm2_append()
1090 …Normalizer2 * norm2, UChar32 c, UChar * decomposition, int32_t capacity, UErrorCode * pErrorCode) { in unorm2_getDecomposition()
1093 const UNormalizer2 * unorm2_getNFCInstance(UErrorCode * pErrorCode) { in unorm2_getNFCInstance()
1096 const UNormalizer2 * unorm2_getNFDInstance(UErrorCode * pErrorCode) { in unorm2_getNFDInstance()
1099 const UNormalizer2 * unorm2_getNFKCCasefoldInstance(UErrorCode * pErrorCode) { in unorm2_getNFKCCasefoldInstance()
1102 const UNormalizer2 * unorm2_getNFKCInstance(UErrorCode * pErrorCode) { in unorm2_getNFKCInstance()
1105 const UNormalizer2 * unorm2_getNFKDInstance(UErrorCode * pErrorCode) { in unorm2_getNFKDInstance()
1108 …Normalizer2 * norm2, UChar32 c, UChar * decomposition, int32_t capacity, UErrorCode * pErrorCode) { in unorm2_getRawDecomposition()
1120 …sNormalized(const UNormalizer2 * norm2, const UChar * s, int32_t length, UErrorCode * pErrorCode) { in unorm2_isNormalized()
1123 …orm2, const UChar * src, int32_t length, UChar * dest, int32_t capacity, UErrorCode * pErrorCode) { in unorm2_normalize()
1126 …ngth, int32_t firstCapacity, const UChar * second, int32_t secondLength, UErrorCode * pErrorCode) { in unorm2_normalizeSecondAndAppend()
1129 …_quickCheck(const UNormalizer2 * norm2, const UChar * s, int32_t length, UErrorCode * pErrorCode) { in unorm2_quickCheck()
1132 …ickCheckYes(const UNormalizer2 * norm2, const UChar * s, int32_t length, UErrorCode * pErrorCode) { in unorm2_spanQuickCheckYes()
1144 …ript_getSampleString(UScriptCode script, UChar * dest, int32_t capacity, UErrorCode * pErrorCode) { in uscript_getSampleString()
1222 UEnumeration * utrans_openIDs(UErrorCode * pErrorCode) { in utrans_openIDs()
1228 …dir, const UChar * rules, int32_t rulesLength, UParseError * parseError, UErrorCode * pErrorCode) { in utrans_openU()