HomeSort by relevance Sort by last modified time
    Searched defs:mUText (Results 1 - 2 of 2) sorted by null

  /frameworks/minikin/libs/minikin/
WordBreaker.h 139 UText mUText = UTEXT_INITIALIZER;
  /libcore/luni/src/main/native/
java_util_regex_Matcher.cpp 58 mUText(nullptr),
64 if (mUText != nullptr) {
65 utext_close(mUText);
66 mUText = nullptr;
97 mUText = utext_openUChars(nullptr, mUChars.get(), inputChars.size(), &mStatus);
98 if (mUText == nullptr) {
103 // It is an error for ICU to have returned a non-null mUText but to
107 mMatcher->reset(mUText);
112 if (mUText != nullptr) {
113 utext_close(mUText);
    [all...]

Completed in 1074 milliseconds