/external/chromium_org/third_party/icu/source/common/ |
D | unames.cpp | 239 const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, in expandName() argument 246 if(nameChoice!=U_UNICODE_CHAR_NAME && nameChoice!=U_EXTENDED_CHAR_NAME) { in expandName() 252 int fieldIndex= nameChoice==U_ISO_COMMENT ? 2 : nameChoice; in expandName() 299 if(!bufferPos && nameChoice == U_EXTENDED_CHAR_NAME) { in expandName() 332 const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, in compareName() argument 340 if(nameChoice!=U_UNICODE_CHAR_NAME && nameChoice!=U_EXTENDED_CHAR_NAME) { in compareName() 346 int fieldIndex= nameChoice==U_ISO_COMMENT ? 2 : nameChoice; in compareName() 397 if(otherName == origOtherName && nameChoice == U_EXTENDED_CHAR_NAME) { in compareName() 568 uint16_t lineNumber, UCharNameChoice nameChoice, in expandGroupName() argument 573 return expandName(names, s+offsets[lineNumber], lengths[lineNumber], nameChoice, in expandGroupName() [all …]
|
D | propname.cpp | 238 const char *PropNameData::getPropertyName(int32_t property, int32_t nameChoice) { in getPropertyName() argument 243 return getName(nameGroups+valueMaps[valueMapIndex], nameChoice); in getPropertyName() 246 const char *PropNameData::getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice)… in getPropertyValueName() argument 255 return getName(nameGroups+nameGroupOffset, nameChoice); in getPropertyValueName() 291 UPropertyNameChoice nameChoice) { in u_getPropertyName() argument 293 return PropNameData::getPropertyName(property, nameChoice); in u_getPropertyName() 305 UPropertyNameChoice nameChoice) { in u_getPropertyValueName() argument 307 return PropNameData::getPropertyValueName(property, value, nameChoice); in u_getPropertyValueName()
|
D | propname.h | 99 static const char *getPropertyName(int32_t property, int32_t nameChoice); 100 static const char *getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice);
|
/external/icu/icu4c/source/common/ |
D | unames.cpp | 239 const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, in expandName() argument 246 if(nameChoice!=U_UNICODE_CHAR_NAME && nameChoice!=U_EXTENDED_CHAR_NAME) { in expandName() 252 int fieldIndex= nameChoice==U_ISO_COMMENT ? 2 : nameChoice; in expandName() 299 if(!bufferPos && nameChoice == U_EXTENDED_CHAR_NAME) { in expandName() 332 const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, in compareName() argument 340 if(nameChoice!=U_UNICODE_CHAR_NAME && nameChoice!=U_EXTENDED_CHAR_NAME) { in compareName() 346 int fieldIndex= nameChoice==U_ISO_COMMENT ? 2 : nameChoice; in compareName() 397 if(otherName == origOtherName && nameChoice == U_EXTENDED_CHAR_NAME) { in compareName() 568 uint16_t lineNumber, UCharNameChoice nameChoice, in expandGroupName() argument 573 return expandName(names, s+offsets[lineNumber], lengths[lineNumber], nameChoice, in expandGroupName() [all …]
|
D | propname.cpp | 238 const char *PropNameData::getPropertyName(int32_t property, int32_t nameChoice) { in getPropertyName() argument 243 return getName(nameGroups+valueMaps[valueMapIndex], nameChoice); in getPropertyName() 246 const char *PropNameData::getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice)… in getPropertyValueName() argument 255 return getName(nameGroups+nameGroupOffset, nameChoice); in getPropertyValueName() 291 UPropertyNameChoice nameChoice) { in u_getPropertyName() argument 293 return PropNameData::getPropertyName(property, nameChoice); in u_getPropertyName() 305 UPropertyNameChoice nameChoice) { in u_getPropertyValueName() argument 307 return PropNameData::getPropertyValueName(property, value, nameChoice); in u_getPropertyValueName()
|
D | propname.h | 99 static const char *getPropertyName(int32_t property, int32_t nameChoice); 100 static const char *getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice);
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | uchar.h | 2720 u_charName(UChar32 code, UCharNameChoice nameChoice, 2770 u_charFromName(UCharNameChoice nameChoice, 2793 UCharNameChoice nameChoice, 2822 UCharNameChoice nameChoice, 2858 UPropertyNameChoice nameChoice); 2932 UPropertyNameChoice nameChoice);
|
/external/icu/icu4c/source/common/unicode/ |
D | uchar.h | 2720 u_charName(UChar32 code, UCharNameChoice nameChoice, 2770 u_charFromName(UCharNameChoice nameChoice, 2793 UCharNameChoice nameChoice, 2822 UCharNameChoice nameChoice, 2858 UPropertyNameChoice nameChoice); 2932 UPropertyNameChoice nameChoice);
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | cucdtst.c | 1617 UChar32 code, UCharNameChoice nameChoice, in enumCharNamesFn() argument 1632 switch (nameChoice) { in enumCharNamesFn() 1671 UChar32 code, UCharNameChoice nameChoice, in enumExtCharNamesFn() argument 1688 return enumCharNamesFn(&ecncp->length, code, nameChoice, name, length); in enumExtCharNamesFn()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cucdtst.c | 1616 UChar32 code, UCharNameChoice nameChoice, in enumCharNamesFn() argument 1631 switch (nameChoice) { in enumCharNamesFn() 1670 UChar32 code, UCharNameChoice nameChoice, in enumExtCharNamesFn() argument 1687 return enumCharNamesFn(&ecncp->length, code, nameChoice, name, length); in enumExtCharNamesFn()
|