Home
last modified time | relevance | path

Searched refs:getPropertyEnum (Results 1 - 22 of 22) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUPropertyAliasesTest.java52 rev = UCharacter.getPropertyEnum(name); in TestPropertyNames()
139 int p = UCharacter.getPropertyEnum("??"); in TestUnknownPropertyNames()
140 errln("UCharacter.getPropertyEnum(??) returned " + p + in TestUnknownPropertyNames()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUPropertyAliasesTest.java49 rev = UCharacter.getPropertyEnum(name); in TestPropertyNames()
136 int p = UCharacter.getPropertyEnum("??"); in TestUnknownPropertyNames()
137 errln("UCharacter.getPropertyEnum(??) returned " + p + in TestUnknownPropertyNames()
/third_party/icu/icu4c/source/common/
H A Dpropname.cpp268 int32_t PropNameData::getPropertyEnum(const char *alias) { in getPropertyEnum() function in PropNameData
300 return (UProperty)PropNameData::getPropertyEnum(alias); in u_getPropertyEnum()
H A Dpropname.h104 static int32_t getPropertyEnum(const char *alias);
/third_party/node/deps/icu-small/source/common/
H A Dpropname.cpp268 int32_t PropNameData::getPropertyEnum(const char *alias) { in getPropertyEnum() function in PropNameData
303 return (UProperty)PropNameData::getPropertyEnum(alias); in u_getPropertyEnum()
H A Dpropname.h104 static int32_t getPropertyEnum(const char *alias);
/third_party/skia/third_party/externals/icu/source/common/
H A Dpropname.cpp268 int32_t PropNameData::getPropertyEnum(const char *alias) { in getPropertyEnum() function in PropNameData
300 return (UProperty)PropNameData::getPropertyEnum(alias); in u_getPropertyEnum()
H A Dpropname.h104 static int32_t getPropertyEnum(const char *alias);
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dppucd.h39 virtual int32_t getPropertyEnum(const char *name) const = 0;
H A Dppucd.cpp40 PropertyNames::getPropertyEnum(const char *name) const {
344 int32_t prop=pnames->getPropertyEnum(p); in parseProperty()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dppucd.h39 virtual int32_t getPropertyEnum(const char *name) const = 0;
H A Dppucd.cpp40 PropertyNames::getPropertyEnum(const char *name) const {
344 int32_t prop=pnames->getPropertyEnum(p); in parseProperty()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dppucd.h39 virtual int32_t getPropertyEnum(const char *name) const;
H A Dppucd.cpp33 PropertyNames::getPropertyEnum(const char *name) const { in getPropertyEnum() function in PropertyNames
337 int32_t prop=pnames->getPropertyEnum(p); in parseProperty()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUPropertyAliases.java284 public int getPropertyEnum(CharSequence alias) { in getPropertyEnum() method in UPropertyAliases
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DUPropertyAliases.java285 public int getPropertyEnum(CharSequence alias) { in getPropertyEnum() method in UPropertyAliases
/third_party/icu/tools/unicode/c/genprops/
H A Dpnamesbuilder.cpp160 virtual int32_t getPropertyEnum(const char *name) const;
583 PNamesPropertyNames::getPropertyEnum(const char *alias) const { in getPropertyEnum() function in PNamesPropertyNames
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUCharacter.java5196 public static int getPropertyEnum(CharSequence propertyAlias) { in getPropertyEnum() method in UCharacter
5197 int propEnum = UPropertyAliases.INSTANCE.getPropertyEnum(propertyAlias); in getPropertyEnum()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A DUCharacter.java4478 public static int getPropertyEnum(CharSequence propertyAlias) { in getPropertyEnum() method in UCharacter
4479 int propEnum = UPropertyAliases.INSTANCE.getPropertyEnum(propertyAlias); in getPropertyEnum()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSet.java3571 p = UCharacter.getPropertyEnum(propertyAlias); in applyPropertyAlias()
3656 p = pnames.getPropertyEnum(propertyAlias); in applyPropertyAlias()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUnicodeSet.java3452 p = UCharacter.getPropertyEnum(propertyAlias); in applyPropertyAlias()
3537 p = pnames.getPropertyEnum(propertyAlias); in applyPropertyAlias()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 42 milliseconds