Searched refs:SCRIPT (Results 1 – 13 of 13) sorted by relevance
26 constexpr SubtagBits SCRIPT = SubtagBits::SCRIPT; variable82 result = lookupBySubtag(locale, LANGUAGE | REGION | SCRIPT | VARIANT); in lookupInternal()102 result = lookupBySubtag(locale, SCRIPT); in lookupInternal()
44 SCRIPT = 0b00000010, enumerator
427 if ((bits & SubtagBits::SCRIPT) != SubtagBits::EMPTY) { in getPartialLocale()
97 CREATE_USER(SCRIPT, SCRIPT);
499 sp<const Element> SCRIPT; member1103 static sp<const Element> SCRIPT(const sp<RS> &rs);
441 public static Element SCRIPT(RenderScript rs) { in SCRIPT() method in Element
379 HelpText<"SCRIPT OPTIONS">;
1263 case (int) LocaleProto.SCRIPT: in readFromProto()1264 script = protoInputStream.readString(LocaleProto.SCRIPT); in readFromProto()
224 If the source is not specified, sync from its SCRIPT memory space to its HW
510 public static Element SCRIPT(RenderScript rs) { in SCRIPT() method in Element
428 * If the source is not specified, sync from its SCRIPT memory space to its HW
36237 …method @Deprecated public static android.renderscript.Element SCRIPT(android.renderscript.RenderSc…
26100 method public static android.renderscript.Element SCRIPT(android.renderscript.RenderScript);