Home
last modified time | relevance | path

Searched defs:stringTries (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/m133/third_party/externals/icu/source/common/
Demojiprops.h85 const char16_t *stringTries[6] = { nullptr, nullptr, nullptr, nullptr, nullptr, nullptr }; variable
/third_party/icu/icu4c/source/common/
Demojiprops.h85 const UChar *stringTries[6] = { nullptr, nullptr, nullptr, nullptr, nullptr, nullptr }; variable
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DEmojiProps.java57 private String stringTries[] = new String[6]; field in EmojiProps