Lines Matching refs:UNICODE_STRING_SIMPLE
155 if (canonical_time_zone == UNICODE_STRING_SIMPLE("Etc/GMT")) { in SetResolvedDateSettings()
235 if (style == UNICODE_STRING_SIMPLE("currency")) { in CreateICUNumberFormat()
242 if (display == UNICODE_STRING_SIMPLE("code")) { in CreateICUNumberFormat()
244 } else if (display == UNICODE_STRING_SIMPLE("name")) { in CreateICUNumberFormat()
251 if (display == UNICODE_STRING_SIMPLE("code")) { in CreateICUNumberFormat()
253 } else if (display == UNICODE_STRING_SIMPLE("name")) { in CreateICUNumberFormat()
262 } else if (style == UNICODE_STRING_SIMPLE("percent")) { in CreateICUNumberFormat()
462 if (case_first == UNICODE_STRING_SIMPLE("upper")) { in CreateICUCollator()
464 } else if (case_first == UNICODE_STRING_SIMPLE("lower")) { in CreateICUCollator()
474 if (sensitivity == UNICODE_STRING_SIMPLE("base")) { in CreateICUCollator()
476 } else if (sensitivity == UNICODE_STRING_SIMPLE("accent")) { in CreateICUCollator()
478 } else if (sensitivity == UNICODE_STRING_SIMPLE("case")) { in CreateICUCollator()
614 if (type == UNICODE_STRING_SIMPLE("character")) { in CreateICUBreakIterator()
617 } else if (type == UNICODE_STRING_SIMPLE("sentence")) { in CreateICUBreakIterator()
620 } else if (type == UNICODE_STRING_SIMPLE("line")) { in CreateICUBreakIterator()