Searched refs:specialTypes (Results 1 – 4 of 4) sorted by relevance
38 uint32_t specialTypes; member177 uint32_t specialTypes = SPECIALTYPE_NONE; in initFromResourceBundle() local215 specialTypes |= SPECIALTYPE_CODEPOINTS; in initFromResourceBundle()219 specialTypes |= SPECIALTYPE_REORDER_CODE; in initFromResourceBundle()223 specialTypes |= SPECIALTYPE_RG_KEY_VALUE; in initFromResourceBundle()390 keyData->specialTypes = specialTypes; in initFromResourceBundle()526 if (keyData->specialTypes != SPECIALTYPE_NONE) { in ulocimp_toBcpType()528 if (keyData->specialTypes & SPECIALTYPE_CODEPOINTS) { in ulocimp_toBcpType()531 if (!matched && keyData->specialTypes & SPECIALTYPE_REORDER_CODE) { in ulocimp_toBcpType()534 if (!matched && keyData->specialTypes & SPECIALTYPE_RG_KEY_VALUE) { in ulocimp_toBcpType()[all …]
102 EnumSet<SpecialType> specialTypes; field in KeyTypeData.KeyData105 EnumSet<SpecialType> specialTypes) { in KeyData() argument109 this.specialTypes = specialTypes; in KeyData()163 if (keyData.specialTypes != null) { in toBcpType()164 for (SpecialType st : keyData.specialTypes) { in toBcpType()200 if (keyData.specialTypes != null) { in toLegacyType()201 for (SpecialType st : keyData.specialTypes) { in toLegacyType()643 EnumSet<SpecialType> specialTypes = null;645 specialTypes = EnumSet.copyOf(specialTypeSet);648 KeyData keyData = new KeyData(legacyKeyId, bcpKeyId, typeDataMap, specialTypes);
100 EnumSet<SpecialType> specialTypes; field in KeyTypeData.KeyData103 EnumSet<SpecialType> specialTypes) { in KeyData() argument107 this.specialTypes = specialTypes; in KeyData()161 if (keyData.specialTypes != null) { in toBcpType()162 for (SpecialType st : keyData.specialTypes) { in toBcpType()198 if (keyData.specialTypes != null) { in toLegacyType()199 for (SpecialType st : keyData.specialTypes) { in toLegacyType()641 EnumSet<SpecialType> specialTypes = null;643 specialTypes = EnumSet.copyOf(specialTypeSet);646 KeyData keyData = new KeyData(legacyKeyId, bcpKeyId, typeDataMap, specialTypes);
2045 static const char *const specialTypes[] = { "struct._image2d_t", in isImageOrSamplerVal() local2062 return std::find(std::begin(specialTypes), std::end(specialTypes), in isImageOrSamplerVal()2063 STy->getName()) != std::end(specialTypes); in isImageOrSamplerVal()