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

  /external/icu4c/common/
propname.cpp 147 int32_t PropNameData::findProperty(int32_t property) {
165 int32_t PropNameData::findPropertyValueNameGroup(int32_t valueMapIndex, int32_t value) {
203 const char *PropNameData::getName(const char *nameGroup, int32_t nameIndex) {
218 UBool PropNameData::containsName(BytesTrie &trie, const char *name) {
238 const char *PropNameData::getPropertyName(int32_t property, int32_t nameChoice) {
246 const char *PropNameData::getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice) {
258 int32_t PropNameData::getPropertyOrValueEnum(int32_t bytesTrieOffset, const char *alias) {
267 int32_t PropNameData::getPropertyEnum(const char *alias) {
271 int32_t PropNameData::getPropertyValueEnum(int32_t property, const char *alias) {
293 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,0x1130,0x3d7c,0x7895,0x7895,0x7895,0x2f,0};
18 const int32_t PropNameData::valueMaps[1092]={
90 const uint8_t PropNameData::bytesTries[11340]={
    [all...]
  /external/icu4c/tools/toolutil/
swapimpl.cpp 118 int32_t totalSize=udata_readInt32(ds, inIndexes[PropNameData::IX_TOTAL_SIZE]);
129 udata_readInt32(ds, inIndexes[PropNameData::IX_BYTE_TRIES_OFFSET]);

Completed in 1291 milliseconds