Home | History | Annotate | Download | only in intltest

Lines Matching refs:UNICODE_STRING

2305     if (fmt.format((int32_t)-1, s, pos) != UNICODE_STRING("^1", 2)) {
2321 if (fmt.format(0.25, s, pos) != UNICODE_STRING("25^", 3)) {
2337 if (fmt.format(0.25, s, pos) != UNICODE_STRING("250^", 4)) {