Lines Matching refs:top
114 /* know for the [top] range will explicitly set the upper bound for */
117 /* In that respect, we use [top] for tailoring of locales that use CJK */
152 // Set values for the top - TODO: once we have values for all the indirects, we are going
262 U_STRING_DECL(option_04, "variable top", 12);
263 U_STRING_DECL(option_05, "top", 3);
285 [top] guaranteed to be above all implicit CEs, for now and in the future (in 1.8)
366 /*08*/ {option_04, 12, NULL, 0, UCOL_ATTRIBUTE_COUNT}, /*"variable top" */
369 /*11*/ {option_05, 3, NULL, 0, UCOL_ATTRIBUTE_COUNT}, /*"top" */
429 U_STRING_INIT(option_04, "variable top", 12);
430 U_STRING_INIT(option_05, "top", 3);
648 // element of indirect boundaries is reserved for top.
727 top = TRUE;
768 UBool top = FALSE;
838 /* if we start with strength, we'll reset to top */
841 top = ucol_tok_doSetTop(src, status);
859 /* if we start with strength, we'll reset to top */
862 top = ucol_tok_doSetTop(src, status);
875 /* if we start with strength, we'll reset to top */
878 top = ucol_tok_doSetTop(src, status);
891 /* if we start with strength, we'll reset to top */
894 top = ucol_tok_doSetTop(src, status);
936 top = ucol_tok_doSetTop(src, status);
1140 if (src->parsedToken.charsLen == 0 && top == FALSE) {
1149 src->parsedToken.flags = (UCOL_TOK_VARIABLE_TOP * (variableTop?1:0)) | (UCOL_TOK_TOP * (top?1:0)) | before;
1420 UBool top = FALSE;
1444 top = ((specs & UCOL_TOK_TOP) != 0);
1596 /* if the token was a variable top, we're gonna put it in */
1667 if(top == FALSE) { /* there is no indirection */
1690 top = FALSE;
1738 if(top == FALSE) {
1760 } else { /* top == TRUE */
1762 top = FALSE;
1775 top = FALSE;