Lines Matching refs:value
352 * CLDR string value (three empty-set symbols)=={2205, 2205, 2205}
821 const char *&key, icu::ResourceValue &value) const {
823 icu::ResourceDataValue &rdValue = static_cast<icu::ResourceDataValue &>(value);
845 UBool icu::ResourceTable::findValue(const char *key, ResourceValue &value) const {
846 icu::ResourceDataValue &rdValue = static_cast<icu::ResourceDataValue &>(value);
905 UBool icu::ResourceArray::getValue(int32_t i, icu::ResourceValue &value) const {
907 icu::ResourceDataValue &rdValue = static_cast<icu::ResourceDataValue &>(value);
1013 * after sorting this array by keys, the actual key/value arrays are permutated
1095 /* physically same value layout as string, fall through */
1193 /* no need to sort, just swap the offset/value arrays */