Lines Matching defs:pValue
260 UCPMapValueFilter *filter, const void *context, uint32_t *pValue) {
267 if (pValue != nullptr) {
271 *pValue = value;
324 if (pValue != nullptr) { *pValue = nullValue; }
363 if (pValue != nullptr) { *pValue = nullValue; }
383 if (pValue != nullptr) { *pValue = value; }
418 UCPMapValueFilter *filter, const void *context, uint32_t *pValue) {
420 return getRange(trie, start, filter, context, pValue);
423 if (pValue == nullptr) {
425 pValue = &value;
428 UChar32 end = getRange(trie, start, filter, context, pValue);
433 if (*pValue == surrogateValue) {
445 *pValue = surrogateValue;
463 UCPMapValueFilter *filter, const void *context, uint32_t *pValue) {
466 filter, context, pValue);
597 UCPMapValueFilter *filter, const void *context, uint32_t *pValue) {
600 filter, context, pValue);