Searched refs:NU_PREFIX (Results 1 – 1 of 1) sorted by relevance
2967 static constexpr char NU_PREFIX[] = "-u-nu-"; in getBcp47Locale() local2968 static constexpr size_t NU_PREFIX_LEN = sizeof(NU_PREFIX) - 1; in getBcp47Locale()2969 memcpy(str + charsWritten, NU_PREFIX, NU_PREFIX_LEN); in getBcp47Locale()