Searched refs:PropNameData (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/common/
H A Dpropname.cpp146 int32_t PropNameData::findProperty(int32_t property) {
164 int32_t PropNameData::findPropertyValueNameGroup(int32_t valueMapIndex, int32_t value) {
202 const char *PropNameData::getName(const char *nameGroup, int32_t nameIndex) {
217 UBool PropNameData::containsName(BytesTrie &trie, const char *name) {
237 const char *PropNameData::getPropertyName(int32_t property, int32_t nameChoice) {
245 const char *PropNameData::getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice) {
257 int32_t PropNameData::getPropertyOrValueEnum(int32_t bytesTrieOffset, const char *alias) {
266 int32_t PropNameData::getPropertyEnum(const char *alias) {
270 int32_t PropNameData::getPropertyValueEnum(int32_t property, const char *alias) {
292 return PropNameData
[all...]
H A Dpropname.h82 class PropNameData { class
134 * (See the PropNameData::IX_... constants.)
142 * The last offset (indexes[PropNameData::IX_TOTAL_SIZE]) indicates the
145 * The sixth index (indexes[PropNameData::IX_MAX_NAME_LENGTH]) has the
H A Dpropname_data.h16 const int32_t PropNameData::indexes[8]={0x20,0xfb8,0x37ed,0x6850,0x6850,0x6850,0x2f,0};
18 const int32_t PropNameData::valueMaps[998]={
84 const uint8_t PropNameData::bytesTries[10293]={
731 const char PropNameData::nameGroups[12387]={
/external/icu4c/tools/toolutil/
H A Dswapimpl.cpp117 int32_t totalSize=udata_readInt32(ds, inIndexes[PropNameData::IX_TOTAL_SIZE]);
128 udata_readInt32(ds, inIndexes[PropNameData::IX_BYTE_TRIES_OFFSET]);
/external/icu4c/common/unicode/
H A Durename.h2097 #define PropNameData U_ICU_ENTRY_POINT_RENAME(PropNameData) macro

Completed in 106 milliseconds