Searched defs:nameChoice (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dpropname.cpp238 const char *PropNameData::getPropertyName(int32_t property, int32_t nameChoice) { argument
243 return getName(nameGroups+valueMaps[valueMapIndex], nameChoice);
246 const char *PropNameData::getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice) { argument
255 return getName(nameGroups+nameGroupOffset, nameChoice);
291 UPropertyNameChoice nameChoice) {
293 return PropNameData::getPropertyName(property, nameChoice);
305 UPropertyNameChoice nameChoice) {
307 return PropNameData::getPropertyValueName(property, value, nameChoice);
290 u_getPropertyName(UProperty property, UPropertyNameChoice nameChoice) argument
303 u_getPropertyValueName(UProperty property, int32_t value, UPropertyNameChoice nameChoice) argument
H A Dunames.cpp239 const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice,
246 if(nameChoice!=U_UNICODE_CHAR_NAME && nameChoice!=U_EXTENDED_CHAR_NAME) {
252 int fieldIndex= nameChoice==U_ISO_COMMENT ? 2 : nameChoice;
299 if(!bufferPos && nameChoice == U_EXTENDED_CHAR_NAME) {
332 const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice,
340 if(nameChoice!=U_UNICODE_CHAR_NAME && nameChoice!=U_EXTENDED_CHAR_NAME) {
346 int fieldIndex= nameChoice
238 expandName(UCharNames *names, const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) argument
331 compareName(UCharNames *names, const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, const char *otherName) argument
567 expandGroupName(UCharNames *names, const uint16_t *group, uint16_t lineNumber, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) argument
578 getName(UCharNames *names, uint32_t code, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) argument
599 enumGroupNames(UCharNames *names, const uint16_t *group, UChar32 start, UChar32 end, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) argument
667 enumNames(UCharNames *names, UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) argument
852 getAlgName(AlgorithmicRange *range, uint32_t code, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) argument
936 enumAlgNames(AlgorithmicRange *range, UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) argument
1078 findAlgName(AlgorithmicRange *range, UCharNameChoice nameChoice, const char *otherName) argument
1446 u_charName(UChar32 code, UCharNameChoice nameChoice, char *buffer, int32_t bufferLength, UErrorCode *pErrorCode) argument
1515 u_charFromName(UCharNameChoice nameChoice, const char *name, UErrorCode *pErrorCode) argument
1623 u_enumCharNames(UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice, UErrorCode *pErrorCode) argument
[all...]
/external/icu/icu4c/source/common/
H A Dpropname.cpp238 const char *PropNameData::getPropertyName(int32_t property, int32_t nameChoice) { argument
243 return getName(nameGroups+valueMaps[valueMapIndex], nameChoice);
246 const char *PropNameData::getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice) { argument
255 return getName(nameGroups+nameGroupOffset, nameChoice);
291 UPropertyNameChoice nameChoice) {
293 return PropNameData::getPropertyName(property, nameChoice);
305 UPropertyNameChoice nameChoice) {
307 return PropNameData::getPropertyValueName(property, value, nameChoice);
290 u_getPropertyName(UProperty property, UPropertyNameChoice nameChoice) argument
303 u_getPropertyValueName(UProperty property, int32_t value, UPropertyNameChoice nameChoice) argument
H A Dunames.cpp239 const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice,
246 if(nameChoice!=U_UNICODE_CHAR_NAME && nameChoice!=U_EXTENDED_CHAR_NAME) {
252 int fieldIndex= nameChoice==U_ISO_COMMENT ? 2 : nameChoice;
299 if(!bufferPos && nameChoice == U_EXTENDED_CHAR_NAME) {
332 const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice,
340 if(nameChoice!=U_UNICODE_CHAR_NAME && nameChoice!=U_EXTENDED_CHAR_NAME) {
346 int fieldIndex= nameChoice
238 expandName(UCharNames *names, const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) argument
331 compareName(UCharNames *names, const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, const char *otherName) argument
567 expandGroupName(UCharNames *names, const uint16_t *group, uint16_t lineNumber, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) argument
578 getName(UCharNames *names, uint32_t code, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) argument
599 enumGroupNames(UCharNames *names, const uint16_t *group, UChar32 start, UChar32 end, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) argument
667 enumNames(UCharNames *names, UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) argument
852 getAlgName(AlgorithmicRange *range, uint32_t code, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) argument
936 enumAlgNames(AlgorithmicRange *range, UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) argument
1078 findAlgName(AlgorithmicRange *range, UCharNameChoice nameChoice, const char *otherName) argument
1450 u_charName(UChar32 code, UCharNameChoice nameChoice, char *buffer, int32_t bufferLength, UErrorCode *pErrorCode) argument
1519 u_charFromName(UCharNameChoice nameChoice, const char *name, UErrorCode *pErrorCode) argument
1627 u_enumCharNames(UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice, UErrorCode *pErrorCode) argument
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c1616 UChar32 code, UCharNameChoice nameChoice,
1631 switch (nameChoice) {
1670 UChar32 code, UCharNameChoice nameChoice,
1687 return enumCharNamesFn(&ecncp->length, code, nameChoice, name, length);
1615 enumCharNamesFn(void *context, UChar32 code, UCharNameChoice nameChoice, const char *name, int32_t length) argument
1669 enumExtCharNamesFn(void *context, UChar32 code, UCharNameChoice nameChoice, const char *name, int32_t length) argument
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcucdtst.c1617 UChar32 code, UCharNameChoice nameChoice,
1632 switch (nameChoice) {
1671 UChar32 code, UCharNameChoice nameChoice,
1688 return enumCharNamesFn(&ecncp->length, code, nameChoice, name, length);
1616 enumCharNamesFn(void *context, UChar32 code, UCharNameChoice nameChoice, const char *name, int32_t length) argument
1670 enumExtCharNamesFn(void *context, UChar32 code, UCharNameChoice nameChoice, const char *name, int32_t length) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 206 milliseconds