Home
last modified time | relevance | path

Searched refs:NameToEnum (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
Dpropname.cpp176 NameToEnum* n2e = (NameToEnum*) getPointer(nameToEnum_offset); in getPropertyEnum()
202 NameToEnum* n2e = (NameToEnum*) getPointer(vm->nameToEnum_offset); in getPropertyValueEnum()
445 NameToEnum::swap(const UDataSwapper *ds, in swap()
449 const NameToEnum *inMap; in swap()
450 NameToEnum *outMap, *tempMap; in swap()
463 tempMap=(NameToEnum *)(temp+pos); in swap()
470 inMap=(const NameToEnum *)(inBytes+pos); in swap()
471 outMap=(NameToEnum *)(outBytes+pos); in swap()
661 NameToEnum::swap(ds, inBytes, length, outBytes, in swap()
687 NameToEnum::swap(ds, inBytes, length, outBytes, in swap()
Dpropname.h341 class NameToEnum {
/external/chromium_org/third_party/icu/source/common/unicode/
Durename.h2039 #define NameToEnum U_ICU_ENTRY_POINT_RENAME(NameToEnum) macro