HomeSort by relevance Sort by last modified time
    Searched refs:BinaryProperty (Results 1 - 9 of 9) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCharacterProperty.java 190 private class BinaryProperty {
193 BinaryProperty(int column, int mask) {
197 BinaryProperty(int source) {
210 private class CaseBinaryProperty extends BinaryProperty { // case mapping properties
222 private class NormInertBinaryProperty extends BinaryProperty { // UCHAR_NF*_INERT properties
234 BinaryProperty[] binProps={
239 new BinaryProperty(1, (1<<ALPHABETIC_PROPERTY_)),
240 new BinaryProperty(1, (1<<ASCII_HEX_DIGIT_PROPERTY_)),
241 new BinaryProperty(SRC_BIDI) { // UCHAR_BIDI_CONTROL
247 new BinaryProperty(SRC_BIDI) { // UCHAR_BIDI_MIRRORE
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterProperty.java 189 private class BinaryProperty {
192 BinaryProperty(int column, int mask) {
196 BinaryProperty(int source) {
209 private class CaseBinaryProperty extends BinaryProperty { // case mapping properties
221 private class NormInertBinaryProperty extends BinaryProperty { // UCHAR_NF*_INERT properties
233 BinaryProperty[] binProps={
238 new BinaryProperty(1, (1<<ALPHABETIC_PROPERTY_)),
239 new BinaryProperty(1, (1<<ASCII_HEX_DIGIT_PROPERTY_)),
240 new BinaryProperty(SRC_BIDI) { // UCHAR_BIDI_CONTROL
246 new BinaryProperty(SRC_BIDI) { // UCHAR_BIDI_MIRRORE
    [all...]
  /external/icu/icu4c/source/common/
uprops.cpp 45 struct BinaryProperty;
47 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which);
49 struct BinaryProperty {
55 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) {
60 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) {
64 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
68 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
72 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
77 static UBool hasFullCompositionExclusion(const BinaryProperty &, UChar32, UProperty) {
81 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/)
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /frameworks/base/
preloaded-classes 106 [Landroid.icu.impl.UCharacterProperty$BinaryProperty;
    [all...]
compiled-classes-phone     [all...]

Completed in 206 milliseconds