Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnfrule.cpp80 static const UChar gNaN[] = {0x4E, 0x61, 0x4E, 0}; /* "NaN" */ variable
379 else if (descriptor.compare(gNaN, 3) == 0) { in parseRuleDescriptor()
665 case kNaNRule: result.append(gNaN, 3); break; in _appendRuleText()