Home | History | Annotate | Download | only in unicode

Lines Matching refs:pErrorCode

42  * the <code>pErrorCode</code> pointer must be valid
181 * count=ubidi_countRuns(para, pErrorCode);
182 * if(U_SUCCESS(*pErrorCode)) {
209 * UErrorCode *pErrorCode) {
212 * if(pErrorCode==NULL || U_FAILURE(*pErrorCode) || length<=0) {
216 * para=ubidi_openSized(length, 0, pErrorCode);
221 * NULL, pErrorCode);
222 * if(U_SUCCESS(*pErrorCode)) {
247 * line=ubidi_openSized(length, 0, pErrorCode);
258 * ubidi_setLine(para, start, limit, line, pErrorCode);
259 * if(U_SUCCESS(*pErrorCode)) {
523 * @param pErrorCode must be a valid pointer to an error code value.
529 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode);
1126 * @param pErrorCode must be a valid pointer to an error code value.
1135 UErrorCode *pErrorCode);
1213 * @param pErrorCode must be a valid pointer to an error code value.
1219 UErrorCode *pErrorCode);
1261 * @param pErrorCode must be a valid pointer to an error code value.
1271 UErrorCode *pErrorCode);
1402 * @param pErrorCode must be a valid pointer to an error code value.
1412 UErrorCode *pErrorCode);
1437 * @param pErrorCode must be a valid pointer to an error code value.
1444 UBiDiLevel *pParaLevel, UErrorCode *pErrorCode);
1473 * @param pErrorCode must be a valid pointer to an error code value.
1483 ubidi_getLevels(UBiDi *pBiDi, UErrorCode *pErrorCode);
1523 * @param pErrorCode must be a valid pointer to an error code value.
1529 ubidi_countRuns(UBiDi *pBiDi, UErrorCode *pErrorCode);
1619 * @param pErrorCode must be a valid pointer to an error code value.
1629 ubidi_getVisualIndex(UBiDi *pBiDi, int32_t logicalIndex, UErrorCode *pErrorCode);
1654 * @param pErrorCode must be a valid pointer to an error code value.
1664 ubidi_getLogicalIndex(UBiDi *pBiDi, int32_t visualIndex, UErrorCode *pErrorCode);
1698 * @param pErrorCode must be a valid pointer to an error code value.
1707 ubidi_getLogicalMap(UBiDi *pBiDi, int32_t *indexMap, UErrorCode *pErrorCode);
1734 * @param pErrorCode must be a valid pointer to an error code value.
1743 ubidi_getVisualMap(UBiDi *pBiDi, int32_t *indexMap, UErrorCode *pErrorCode);
2035 * @param pErrorCode must be a valid pointer to an error code value.
2043 const void **oldContext, UErrorCode *pErrorCode);
2118 * @param pErrorCode must be a valid pointer to an error code value.
2129 UErrorCode *pErrorCode);
2172 * @param pErrorCode must be a valid pointer to an error code value.
2181 UErrorCode *pErrorCode);