Lines Matching defs:pErrorCode
79 …2 code, UCharNameChoice nameChoice, char * buffer, int32_t bufferLength, UErrorCode * pErrorCode) { in u_charName_android()
166 …estCapacity, int32_t * pDestLength, const char * src, int32_t srcLength, UErrorCode * pErrorCode) { in u_strFromUTF8_android()
169 … * src, int32_t srcLength, UChar32 subchar, int32_t * pNumSubstitutions, UErrorCode * pErrorCode) { in u_strFromUTF8WithSub_android()
172 …destCapacity, const UChar * src, int32_t srcLength, const char * locale, UErrorCode * pErrorCode) { in u_strToLower_android()
175 …stCapacity, int32_t * pDestLength, const UChar * src, int32_t srcLength, UErrorCode * pErrorCode) { in u_strToUTF8_android()
178 …destCapacity, const UChar * src, int32_t srcLength, const char * locale, UErrorCode * pErrorCode) { in u_strToUpper_android()
193 int32_t ubidi_countRuns_android(UBiDi * pBiDi, UErrorCode * pErrorCode) { in ubidi_countRuns_android()
211 UBiDi * ubidi_openSized_android(int32_t maxLength, int32_t maxRunCount, UErrorCode * pErrorCode) { in ubidi_openSized_android()
217 …oid * newContext, UBiDiClassCallback ** oldFn, const void ** oldContext, UErrorCode * pErrorCode) { in ubidi_setClassCallback_android()
220 …ext, int32_t length, UBiDiLevel paraLevel, UBiDiLevel * embeddingLevels, UErrorCode * pErrorCode) { in ubidi_setPara_android()
256 …rget, int32_t targetCapacity, const char * source, int32_t sourceLength, UErrorCode * pErrorCode) { in ucnv_convert_android()
259 …Char ** pivotTarget, const UChar * pivotLimit, UBool reset, UBool flush, UErrorCode * pErrorCode) { in ucnv_convertEx_android()
313 …UChar * skeleton, int32_t length, UChar * bestPattern, int32_t capacity, UErrorCode * pErrorCode) { in udatpg_getBestPattern_android()
316 UDateTimePatternGenerator * udatpg_open_android(const char * locale, UErrorCode * pErrorCode) { in udatpg_open_android()
367 …Normalizer2 * norm2, UChar32 c, UChar * decomposition, int32_t capacity, UErrorCode * pErrorCode) { in unorm2_getDecomposition_android()
370 const UNormalizer2 * unorm2_getNFCInstance_android(UErrorCode * pErrorCode) { in unorm2_getNFCInstance_android()
373 const UNormalizer2 * unorm2_getNFDInstance_android(UErrorCode * pErrorCode) { in unorm2_getNFDInstance_android()
376 …Normalizer2 * norm2, UChar32 c, UChar * decomposition, int32_t capacity, UErrorCode * pErrorCode) { in unorm2_getRawDecomposition_android()
424 …dir, const UChar * rules, int32_t rulesLength, UParseError * parseError, UErrorCode * pErrorCode) { in utrans_openU_android()