HomeSort by relevance Sort by last modified time
    Searched refs:uic (Results 1 - 5 of 5) sorted by null

  /system/core/libcutils/
strdup16to8.c 60 unsigned int uic = *utf16Str++; local
62 if (uic > 0x07ff)
64 else if (uic > 0x7f || uic == 0)
75 unsigned int uic = *utf16Str++; local
78 if (uic > 0x07ff)
80 else if (uic > 0x7f || uic == 0)
119 unsigned int uic = *utf16Str++; local
121 if (uic > 0x07ff)
    [all...]
  /prebuilts/misc/common/android-support-test/espresso/
espresso-contrib-2.3-beta-2-release.jar 
espresso-core-2.3-beta-2-release.jar 
espresso-intents-2.3-beta-2-release.jar 
espresso-web-2.3-beta-2-release.jar 

Completed in 71 milliseconds