Searched refs:ReorderCodes (Results 1 – 25 of 33) sorted by relevance
12
36 static final int REORDER_RESERVED_BEFORE_LATIN = Collator.ReorderCodes.FIRST + 14;37 static final int REORDER_RESERVED_AFTER_LATIN = Collator.ReorderCodes.FIRST + 15;235 return Collator.ReorderCodes.FIRST + i; in getGroupForPrimary()246 } else if(script < Collator.ReorderCodes.FIRST) { in getScriptIndex()249 script -= Collator.ReorderCodes.FIRST; in getScriptIndex()261 if(script >= Collator.ReorderCodes.FIRST) { in getEquivalentScripts()313 numScripts + REORDER_RESERVED_BEFORE_LATIN - Collator.ReorderCodes.FIRST]; in makeReorderRanges()318 numScripts + REORDER_RESERVED_AFTER_LATIN - Collator.ReorderCodes.FIRST]; in makeReorderRanges()337 int reorderCode = reorder[i] - Collator.ReorderCodes.FIRST; in makeReorderRanges()376 if(script == Collator.ReorderCodes.DEFAULT) { in makeReorderRanges()[all …]
139 lastSpecialPrimaries[i] = data.getLastPrimaryForGroup(Collator.ReorderCodes.FIRST + i); in loadGroups()147 firstDigitPrimary = data.getFirstPrimaryForGroup(Collator.ReorderCodes.DIGIT); in loadGroups()679 Collator.ReorderCodes.CURRENCY - Collator.ReorderCodes.FIRST + 1;
236 for(int group = Collator.ReorderCodes.FIRST; in getOptions()237 … group < Collator.ReorderCodes.FIRST + CollationData.MAX_NUM_SPECIAL_REORDER_CODES; in getOptions()241 if(group == Collator.ReorderCodes.DIGIT) { in getOptions()
594 Collator.ReorderCodes.FIRST + value); in parseSetting()749 return Collator.ReorderCodes.FIRST + i; in getReorderCode()761 return Collator.ReorderCodes.OTHERS; // same as Zzzz = USCRIPT_UNKNOWN in getReorderCode()
183 if(codes.length == 0 || (codes.length == 1 && codes[0] == Collator.ReorderCodes.NONE)) { in setReordering()
480 Collator.ReorderCodes.FIRST + settings.getMaxVariable()); in read()
34 static final int REORDER_RESERVED_BEFORE_LATIN = Collator.ReorderCodes.FIRST + 14;35 static final int REORDER_RESERVED_AFTER_LATIN = Collator.ReorderCodes.FIRST + 15;233 return Collator.ReorderCodes.FIRST + i; in getGroupForPrimary()244 } else if(script < Collator.ReorderCodes.FIRST) { in getScriptIndex()247 script -= Collator.ReorderCodes.FIRST; in getScriptIndex()259 if(script >= Collator.ReorderCodes.FIRST) { in getEquivalentScripts()311 numScripts + REORDER_RESERVED_BEFORE_LATIN - Collator.ReorderCodes.FIRST]; in makeReorderRanges()316 numScripts + REORDER_RESERVED_AFTER_LATIN - Collator.ReorderCodes.FIRST]; in makeReorderRanges()335 int reorderCode = reorder[i] - Collator.ReorderCodes.FIRST; in makeReorderRanges()374 if(script == Collator.ReorderCodes.DEFAULT) { in makeReorderRanges()[all …]
138 lastSpecialPrimaries[i] = data.getLastPrimaryForGroup(Collator.ReorderCodes.FIRST + i); in loadGroups()146 firstDigitPrimary = data.getFirstPrimaryForGroup(Collator.ReorderCodes.DIGIT); in loadGroups()678 Collator.ReorderCodes.CURRENCY - Collator.ReorderCodes.FIRST + 1;
232 for(int group = Collator.ReorderCodes.FIRST; in getOptions()233 … group < Collator.ReorderCodes.FIRST + CollationData.MAX_NUM_SPECIAL_REORDER_CODES; in getOptions()237 if(group == Collator.ReorderCodes.DIGIT) { in getOptions()
590 Collator.ReorderCodes.FIRST + value); in parseSetting()745 return Collator.ReorderCodes.FIRST + i; in getReorderCode()757 return Collator.ReorderCodes.OTHERS; // same as Zzzz = USCRIPT_UNKNOWN in getReorderCode()
181 if(codes.length == 0 || (codes.length == 1 && codes[0] == Collator.ReorderCodes.NONE)) { in setReordering()
479 Collator.ReorderCodes.FIRST + settings.getMaxVariable()); in read()
712 if(group == Collator.ReorderCodes.DEFAULT) { in setMaxVariable()714 } else if(Collator.ReorderCodes.FIRST <= group && group <= Collator.ReorderCodes.CURRENCY) { in setMaxVariable()715 value = group - Collator.ReorderCodes.FIRST; in setMaxVariable()731 if(group == Collator.ReorderCodes.DEFAULT) { in setMaxVariable()732 group = Collator.ReorderCodes.FIRST + defaultSettings.getMaxVariable(); in setMaxVariable()750 return Collator.ReorderCodes.FIRST + settings.readOnly().getMaxVariable(); in getMaxVariable()829 if(group < Collator.ReorderCodes.FIRST || Collator.ReorderCodes.CURRENCY < group) { in internalSetVariableTop()838 ownedSettings.setMaxVariable(group - Collator.ReorderCodes.FIRST, in internalSetVariableTop()891 if(length == 1 && order[0] == ReorderCodes.NONE) { in setReorderCodes()900 if(length == 1 && order[0] == Collator.ReorderCodes.DEFAULT) { in setReorderCodes()
235 public static interface ReorderCodes { interface in Collator642 return Collator.ReorderCodes.FIRST + in getReorderCode()737 …int[] codes = new int[UScript.CODE_LIMIT + Collator.ReorderCodes.LIMIT - Collator.ReorderCodes.FIR… in setAttributesFromKeywords()1281 return Collator.ReorderCodes.PUNCTUATION; in getMaxVariable()
734 if(group == Collator.ReorderCodes.DEFAULT) { in setMaxVariable()736 } else if(Collator.ReorderCodes.FIRST <= group && group <= Collator.ReorderCodes.CURRENCY) { in setMaxVariable()737 value = group - Collator.ReorderCodes.FIRST; in setMaxVariable()753 if(group == Collator.ReorderCodes.DEFAULT) { in setMaxVariable()754 group = Collator.ReorderCodes.FIRST + defaultSettings.getMaxVariable(); in setMaxVariable()773 return Collator.ReorderCodes.FIRST + settings.readOnly().getMaxVariable(); in getMaxVariable()850 if(group < Collator.ReorderCodes.FIRST || Collator.ReorderCodes.CURRENCY < group) { in internalSetVariableTop()859 ownedSettings.setMaxVariable(group - Collator.ReorderCodes.FIRST, in internalSetVariableTop()914 if(length == 1 && order[0] == ReorderCodes.NONE) { in setReorderCodes()923 if(length == 1 && order[0] == Collator.ReorderCodes.DEFAULT) { in setReorderCodes()
244 public static interface ReorderCodes { interface in Collator672 return Collator.ReorderCodes.FIRST + in getReorderCode()767 …int[] codes = new int[UScript.CODE_LIMIT + Collator.ReorderCodes.LIMIT - Collator.ReorderCodes.FIR… in setAttributesFromKeywords()1335 return Collator.ReorderCodes.PUNCTUATION; in getMaxVariable()
35 import android.icu.text.Collator.ReorderCodes;1913 coll.setMaxVariable(Collator.ReorderCodes.SPACE); in TestMaxVariable()1916 if(max != Collator.ReorderCodes.SPACE || in TestMaxVariable()1926 coll.setMaxVariable(Collator.ReorderCodes.PUNCTUATION); in TestMaxVariable()1929 if(max != Collator.ReorderCodes.PUNCTUATION || in TestMaxVariable()1939 coll.setMaxVariable(Collator.ReorderCodes.SYMBOL); in TestMaxVariable()1942 if(max != Collator.ReorderCodes.SYMBOL || in TestMaxVariable()1952 coll.setMaxVariable(Collator.ReorderCodes.CURRENCY); in TestMaxVariable()1955 if(max != Collator.ReorderCodes.CURRENCY || in TestMaxVariable()3235 int[] reorderCodes = {UScript.GREEK, UScript.HAN, ReorderCodes.PUNCTUATION}; in TestReorderingAPI()[all …]
42 import android.icu.text.Collator.ReorderCodes;1181 max = ReorderCodes.SPACE;1183 max = ReorderCodes.PUNCTUATION;1185 max = ReorderCodes.SYMBOL;1187 max = ReorderCodes.CURRENCY;1295 code = ReorderCodes.DEFAULT; // -1
874 col1.setMaxVariable(Collator.ReorderCodes.CURRENCY);1049 coll.setMaxVariable(Collator.ReorderCodes.OTHERS);1054 coll.setMaxVariable(Collator.ReorderCodes.CURRENCY);1056 if(Collator.ReorderCodes.CURRENCY != coll.getMaxVariable()) {
34 import com.ibm.icu.text.Collator.ReorderCodes;1912 coll.setMaxVariable(Collator.ReorderCodes.SPACE); in TestMaxVariable()1915 if(max != Collator.ReorderCodes.SPACE || in TestMaxVariable()1925 coll.setMaxVariable(Collator.ReorderCodes.PUNCTUATION); in TestMaxVariable()1928 if(max != Collator.ReorderCodes.PUNCTUATION || in TestMaxVariable()1938 coll.setMaxVariable(Collator.ReorderCodes.SYMBOL); in TestMaxVariable()1941 if(max != Collator.ReorderCodes.SYMBOL || in TestMaxVariable()1951 coll.setMaxVariable(Collator.ReorderCodes.CURRENCY); in TestMaxVariable()1954 if(max != Collator.ReorderCodes.CURRENCY || in TestMaxVariable()3234 int[] reorderCodes = {UScript.GREEK, UScript.HAN, ReorderCodes.PUNCTUATION}; in TestReorderingAPI()[all …]
41 import com.ibm.icu.text.Collator.ReorderCodes;1180 max = ReorderCodes.SPACE;1182 max = ReorderCodes.PUNCTUATION;1184 max = ReorderCodes.SYMBOL;1186 max = ReorderCodes.CURRENCY;1294 code = ReorderCodes.DEFAULT; // -1
873 col1.setMaxVariable(Collator.ReorderCodes.CURRENCY);1048 coll.setMaxVariable(Collator.ReorderCodes.OTHERS);1053 coll.setMaxVariable(Collator.ReorderCodes.CURRENCY);1055 if(Collator.ReorderCodes.CURRENCY != coll.getMaxVariable()) {
12;ICU4J 50.1;; 2ST@3.6;PB;NS;NF;NS; ...