Searched defs:pivotStart (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/
H A Ducnv.c2047 UChar *pivotStart, UChar **pivotSource,
2093 if(pivotStart==NULL) {
2101 myPivotSource=myPivotTarget=pivotStart=pivotBuffer;
2105 } else if( pivotStart>=pivotLimit ||
2122 *pivotSource=*pivotTarget=pivotStart;
2172 if(convert!=NULL && (pivotLimit-pivotStart)>32) {
2173 pivotLimit=pivotStart+32;
2241 /* The pivot buffer is empty; reset it so we start at pivotStart. */
2242 *pivotSource=*pivotTarget=pivotStart;
2294 * *pivotSource=*pivotTarget=pivotStart;
2044 ucnv_convertEx(UConverter *targetCnv, UConverter *sourceCnv, char **target, const char *targetLimit, const char **source, const char *sourceLimit, UChar *pivotStart, UChar **pivotSource, UChar **pivotTarget, const UChar *pivotLimit, UBool reset, UBool flush, UErrorCode *pErrorCode) argument
[all...]

Completed in 114 milliseconds