Home | History | Annotate | Download | only in i18n

Lines Matching full:pvalue

1180     int32_t *pValue = (int32_t *)context;
1186 *pValue = Collation::LEAD_MIXED;
1189 if(*pValue < 0) {
1190 *pValue = (int32_t)value;
1191 } else if(*pValue != (int32_t)value) {
1192 *pValue = Collation::LEAD_MIXED;