Searched refs:UCaseProps (Results 1 – 24 of 24) sorted by relevance
40 struct UCaseProps;41 typedef struct UCaseProps UCaseProps; typedef45 U_CAPI const UCaseProps * U_EXPORT249 ucase_addPropertyStarts(const UCaseProps *csp, const USetAdder *sa, UErrorCode *pErrorCode);87 ucase_tolower(const UCaseProps *csp, UChar32 c);90 ucase_toupper(const UCaseProps *csp, UChar32 c);93 ucase_totitle(const UCaseProps *csp, UChar32 c);96 ucase_fold(const UCaseProps *csp, UChar32 c, uint32_t options);108 ucase_addCaseClosure(const UCaseProps *csp, UChar32 c, const USetAdder *sa);123 ucase_addStringCaseClosure(const UCaseProps *csp, const UChar *s, int32_t length, const USetAdder *…[all …]
33 struct UCaseProps { struct49 U_CAPI const UCaseProps * U_EXPORT265 ucase_addPropertyStarts(const UCaseProps *csp, const USetAdder *sa, UErrorCode *pErrorCode) { in ucase_addPropertyStarts()134 ucase_tolower(const UCaseProps *csp, UChar32 c) { in ucase_tolower()151 ucase_toupper(const UCaseProps *csp, UChar32 c) { in ucase_toupper()168 ucase_totitle(const UCaseProps *csp, UChar32 c) { in ucase_totitle()199 ucase_addCaseClosure(const UCaseProps *csp, UChar32 c, const USetAdder *sa) { in ucase_addCaseClosure()339 ucase_addStringCaseClosure(const UCaseProps *csp, const UChar *s, int32_t length, const USetAdder *… in ucase_addStringCaseClosure()431 ucase_getType(const UCaseProps *csp, UChar32 c) { in ucase_getType()438 ucase_getTypeOrIgnorable(const UCaseProps *csp, UChar32 c) { in ucase_getTypeOrIgnorable()[all …]
791 static const UCaseProps ucase_props_singleton={
108 const UCaseProps *csp;
129 const UCaseProps *csp=ucase_getSingleton(); in changesWhenCasefolded()573 const UCaseProps *csp=ucase_getSingleton(); in u_getFC_NFKC_Closure()
185 const UCaseProps *csp = ucase_getSingleton(); in closeOver()
329 ustr_foldCase(const UCaseProps *csp, in ustr_foldCase()489 const UCaseProps *csp; in _cmpFold()
146 const UCaseProps *csp; in unorm_cmpEquivFold()
420 utf8_foldCase(const UCaseProps *csp, in utf8_foldCase()
9 import com.ibm.icu.impl.UCaseProps;38 private UCaseProps csp;48 csp=UCaseProps.INSTANCE; in CaseFoldTransliterator()90 } else if(c<=UCaseProps.MAX_STRING_LENGTH) { in handleTransliterate()
9 import com.ibm.icu.impl.UCaseProps;38 private UCaseProps csp;49 csp=UCaseProps.INSTANCE; in UppercaseTransliterator()93 } else if(c<=UCaseProps.MAX_STRING_LENGTH) { in handleTransliterate()
9 import com.ibm.icu.impl.UCaseProps;41 private UCaseProps csp;53 csp=UCaseProps.INSTANCE; in LowercaseTransliterator()97 } else if(c<=UCaseProps.MAX_STRING_LENGTH) { in handleTransliterate()
8 import com.ibm.icu.impl.UCaseProps;38 private UCaseProps csp;51 csp=UCaseProps.INSTANCE; in TitlecaseTransliterator()134 } else if(c<=UCaseProps.MAX_STRING_LENGTH) { in handleTransliterate()
19 import com.ibm.icu.impl.UCaseProps;3982 return UCaseProps.INSTANCE.tolower(ch); in toLowerCase()4035 return UCaseProps.INSTANCE.totitle(ch); in toTitleCase()4058 return UCaseProps.INSTANCE.toupper(ch); in toUpperCase()4684 private static class StringContextIterator implements UCaseProps.ContextIterator {4892 c = UCaseProps.INSTANCE.toFullUpper(c, iter, result, locale, locCache); in toUpperCase()4898 } else if(c<=UCaseProps.MAX_STRING_LENGTH) { in toUpperCase()4941 c = UCaseProps.INSTANCE.toFullLower(c, iter, result, locale, locCache); in toLowerCase()4947 } else if(c<=UCaseProps.MAX_STRING_LENGTH) { in toLowerCase()5086 && UCaseProps.NONE==UCaseProps.INSTANCE.getType(c)) { in toTitleCase()[all …]
22 import com.ibm.icu.impl.UCaseProps;29 class ReplaceableContextIterator implements UCaseProps.ContextIterator {
13 import com.ibm.icu.impl.UCaseProps;1388 UCaseProps csp=UCaseProps.INSTANCE; in getFC_NFKC_Closure()1399 if(folded1Length>UCaseProps.MAX_STRING_LENGTH) { in getFC_NFKC_Closure()2029 UCaseProps csp; in cmpEquivFold()2067 csp=UCaseProps.INSTANCE; in cmpEquivFold()2223 if(length<=UCaseProps.MAX_STRING_LENGTH) { in cmpEquivFold()2271 if(length<=UCaseProps.MAX_STRING_LENGTH) { in cmpEquivFold()
24 import com.ibm.icu.impl.UCaseProps;3196 UCaseProps.INSTANCE.addPropertyStarts(incl); in getInclusions()3211 UCaseProps.INSTANCE.addPropertyStarts(incl); in getInclusions()3752 if(result > UCaseProps.MAX_STRING_LENGTH) { in addCaseMapping()3792 UCaseProps csp = UCaseProps.INSTANCE; in closeOver()
375 const UCaseProps *fcsp;405 const UCaseProps *fcsp;
85 const UCaseProps *fCsp;
214 return UCaseProps.INSTANCE.hasBinaryProperty(c, which); in contains()365 UCaseProps csp=UCaseProps.INSTANCE;366 UCaseProps.dummyStringBuilder.setLength(0);367 return csp.toFullFolding(c, UCaseProps.dummyStringBuilder,
33 public final class UCaseProps { class38 private UCaseProps() throws IOException { in UCaseProps() method in UCaseProps1423 public static final UCaseProps INSTANCE;1429 INSTANCE = new UCaseProps();
3261 UCaseProps *csp; in TestUCase()3262 const UCaseProps *ccsp; in TestUCase()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
1343 UBiDiProps.java, UCaseProps.java, and several others with minor changes;