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

  /external/icu/icu4c/source/common/
propname.cpp 146 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::getPropertyName(property, nameChoice)
    [all...]
propname.h 82 class PropNameData {
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
propname_data.h 16 const int32_t PropNameData::indexes[8]={0x20,0x1288,0x430b,0x86fc,0x86fc,0x86fc,0x2f,0};
18 const int32_t PropNameData::valueMaps[1178]={
95 const uint8_t PropNameData::bytesTries[12419]={
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
swapimpl.cpp 116 int32_t totalSize=udata_readInt32(ds, inIndexes[PropNameData::IX_TOTAL_SIZE]);
127 udata_readInt32(ds, inIndexes[PropNameData::IX_BYTE_TRIES_OFFSET]);

Completed in 3403 milliseconds