Home | History | Annotate | Download | only in i18n

Lines Matching refs:UCOL_NULLORDER

309         // error UCOL_NULLORDER the result of ucol_next(..) and 0 will be
331 while ((ce = ucol_next(coleiter, status)) != UCOL_NULLORDER &&
384 // error UCOL_NULLORDER the result of ucol_next(..) and 0 will be
660 && nextce != UCOL_NULLORDER) {
747 if (ce != UCOL_NULLORDER) {
888 while (U_SUCCESS(*status) && ce != firstce && ce != (uint32_t)UCOL_NULLORDER) {
950 if (U_FAILURE(status) || ce == UCOL_NULLORDER) {
984 (ce != UCOL_NULLORDER && ce != UCOL_IGNORABLE)) {
1026 if (U_FAILURE(status) || ce == UCOL_NULLORDER) {
1047 if (ce != UCOL_NULLORDER && ce != UCOL_IGNORABLE) {
1050 if (ce != UCOL_NULLORDER && ce != UCOL_IGNORABLE) {
1631 if (textce == UCOL_NULLORDER) {
1865 // ucol_next returns UCOL_NULLORDER
1882 ce != UCOL_NULLORDER &&
1988 if (ce != UCOL_NULLORDER) {
2062 // ucol_previous returns UCOL_NULLORDER
2295 if (textce == UCOL_NULLORDER) {
2502 // ucol_previous returns UCOL_NULLORDER
2520 ce != UCOL_NULLORDER &&
3909 // Look at the CE following the match. If it is UCOL_NULLORDER the match
4134 // Note that the target CE will be UCOL_NULLORDER if we reach the end of input,
4176 // Look at the CE following the match. If it is UCOL_NULLORDER the match
4295 textoffset = shiftForward(strsrch, textoffset, UCOL_NULLORDER,
4302 int32_t lastce = UCOL_NULLORDER;
4311 if (U_FAILURE(*status) || targetce == UCOL_NULLORDER) {
4321 if (lastce == UCOL_NULLORDER || lastce == UCOL_IGNORABLE) {
4341 if (U_FAILURE(*status) || targetce == UCOL_NULLORDER) {
4408 textoffset = shiftForward(strsrch, textoffset, UCOL_NULLORDER,
4418 int32_t lastce = UCOL_NULLORDER;
4427 if (U_FAILURE(*status) || targetce == UCOL_NULLORDER) {
4432 if (lastce == UCOL_NULLORDER || lastce == UCOL_IGNORABLE) {
4449 if (U_FAILURE(*status) || targetce == UCOL_NULLORDER) {
4527 textoffset = reverseShift(strsrch, textoffset, UCOL_NULLORDER,
4535 int32_t firstce = UCOL_NULLORDER;
4546 if (U_FAILURE(*status) || targetce == UCOL_NULLORDER) {
4551 if (firstce == UCOL_NULLORDER || firstce == UCOL_IGNORABLE) {
4574 if (U_FAILURE(*status) || targetce == UCOL_NULLORDER) {
4647 textoffset = reverseShift(strsrch, textoffset, UCOL_NULLORDER,
4657 int32_t firstce = UCOL_NULLORDER;
4666 if (U_FAILURE(*status) || targetce == UCOL_NULLORDER) {
4671 if (firstce == UCOL_NULLORDER || firstce == UCOL_IGNORABLE) {
4692 if (U_FAILURE(*status) || targetce == UCOL_NULLORDER) {