HomeSort by relevance Sort by last modified time
    Searched refs:langCountry (Results 1 - 25 of 43) sorted by null

1 2

  /development/apps/CustomLocale/src/com/android/customlocale2/
ChangeLocale.java 53 String[] langCountry = locale.split("_");
54 if (langCountry.length == 2) {
55 loc = new Locale(langCountry[0], langCountry[1]);
  /frameworks/wilhelm/tests/sandbox/
xaplay.c 687 printf(" langCountry = \"%s\"\n", audioStreamInformation.langCountry);
723 printf(" langCountry = \"%s\"\n", timedTextStreamInformation.langCountry);
734 printf(" langCountry = \"%s\"\n", midiStreamInformation.langCountry);
    [all...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h     [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp     [all...]
  /frameworks/wilhelm/tests/examples/
slesTestDecodeAac.cpp 692 printf("key[%d] size=%d, name=%s \tvalue size=%d encoding=0x%X langCountry=%s\n",
694 keyInfo->langCountry);
    [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 755 SLchar langCountry[16];
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 755 SLchar langCountry[16];
    [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 755 SLchar langCountry[16];
    [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 755 SLchar langCountry[16];
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 755 SLchar langCountry[16];
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 755 SLchar langCountry[16];
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 755 SLchar langCountry[16];
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h 755 SLchar langCountry[16];
    [all...]

Completed in 483 milliseconds

1 2