OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:localeScript
(Results
1 - 2
of
2
) sorted by null
/external/robolectric-shadows/resources/src/test/java/org/robolectric/res/android/
ResTableConfigTest.java
136
byte[]
localeScript
= new byte[4];
144
screenHeight, sdkVersion, minorVersion, screenLayout, uiMode, smallestScreenWidthDp, screenWidthDp, screenHeightDp,
localeScript
, localeVariant, screenLayout2,
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
ResTable_config.java
147
byte[]
localeScript
= new byte[4];
165
buffer.get(
localeScript
);
183
screenHeightDp,
localeScript
, localeVariant, screenLayout2, screenConfigPad1, screenConfigPad2, unknown);
554
/** Returns the {@link #
localeScript
} as a string. */
556
return byteArrayToString(
localeScript
);
590
if (
localeScript
[0] != '\0') {
591
return new String(
localeScript
, Charsets.UTF_8);
638
smallestScreenWidthDp, screenWidthDp, screenHeightDp,
localeScript
, localeVariant,
646
byte[]
localeScript
, byte[] localeVariant, byte screenLayout2, byte colorMode,
668
this.
localeScript
= localeScript
[
all
...]
Completed in 177 milliseconds