Searched refs:newValues (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dsortkey.cpp58 CollationKey::CollationKey(const uint8_t* newValues, int32_t count) argument
62 if (count < 0 || (newValues == NULL && count != 0) ||
69 uprv_memcpy(getBytes(), newValues, count); local
/macosx-10.10.1/ICU-531.30/icuSources/tools/toolutil/
H A Dppucd.h124 * Clears newValues and sets UProperty codes for property values mentioned
129 const UniProps *getProps(UnicodeSet &newValues, UErrorCode &errorCode);
147 UBool parseProperty(UniProps &props, const char *field, UnicodeSet &newValues,
H A Dppucd.cpp185 PreparsedUCD::getProps(UnicodeSet &newValues, UErrorCode &errorCode) { argument
187 newValues.clear();
256 if(!parseProperty(*props, field, newValues, errorCode)) { return NULL; }
272 PreparsedUCD::parseProperty(UniProps &props, const char *field, UnicodeSet &newValues, argument
459 newValues.add((UChar32)prop);
/macosx-10.10.1/AppleRAID-4.0.6/
H A DAppleRAIDUserLib.c1403 const void **newValues = newKeys + propCount; local
1404 CFDictionaryGetKeysAndValues(updatedInfo, newKeys, newValues);
1410 if (CFEqual(newValues[i], oldValue)) {

Completed in 164 milliseconds