HomeSort by relevance Sort by last modified time
    Searched full:pua (Results 1 - 25 of 32) sorted by null

1 2

  /frameworks/opt/emoji/
EmojiFactory.h 24 // Here, PUA (or Android PUA) means Unicode PUA defined for various emoji. The
25 // PUA supports emoji of DoCoMo, KDDI, Softbank and Goomoji. Each PUA defined
26 // by the other vendors (careers) are called Vendor Specific PUA (vsp).
32 // Returns binary image data corresponding to "pua". The size of binary is
33 // stored to "size". Returns NULL if there's no mapping from the "pua" to a
38 virtual const char *GetImageBinaryFromAndroidPua(int pua, int *size) = 0;
48 // Returns binary image data corresponding to Vendor-specific PUA "vsp"
    [all...]
  /external/skia/emoji/
GmojiMaker.cpp 49 /* Tool to build gmoji_pua table, listing all of the pua values for gmoji
69 int pua = 0; local
78 pua = (pua << 4) | value;
80 if (pua < 0xFE000 || pua > 0xFEFFF) {
81 std::cerr << "PUA not in expected range " << pua << " line "
85 if (pua <= prevPua) {
86 std::cerr << "PUA value not in ascending order line
    [all...]
EmojiFont.cpp 87 int32_t pua = GMOJI_PUA_MIN + gGmojiPUA[index]; local
88 rec->fData = fact->GetImageBinaryFromAndroidPua(pua, &rec->fSize);
158 // not a supported emoji pua
  /frameworks/base/core/java/android/emoji/
EmojiFactory.java 97 * @param pua A unicode codepoint.
101 public synchronized Bitmap getBitmapFromAndroidPua(int pua) {
102 WeakReference<Bitmap> cache = mCache.get(pua);
104 Bitmap ret = nativeGetBitmapFromAndroidPua(mNativeEmojiFactory, pua);
109 mCache.put(pua, new WeakReference<Bitmap>(ret));
115 Bitmap ret = nativeGetBitmapFromAndroidPua(mNativeEmojiFactory, pua);
116 mCache.put(pua, new WeakReference<Bitmap>(ret));
142 * @param vsp vendor specific PUA.
151 * Returns Unicode PUA for Android corresponding to the vendor specific sjis.
154 * @return Unicode PUA for Android, or -1 if there's no map for the sjis
    [all...]
  /frameworks/base/core/jni/
android_emoji_EmojiFactory.cpp 169 JNIEnv* env, jobject clazz, jint nativeEmojiFactory, jint pua) {
173 const char *bytes = factory->GetImageBinaryFromAndroidPua(pua, &size);
214 JNIEnv* env, jobject obj, jint nativeEmojiFactory, jint pua) {
216 return factory->GetVendorSpecificSjisFromAndroidPua(pua);
226 JNIEnv* env, jobject obj, jint nativeEmojiFactory, jint pua) {
228 return factory->GetVendorSpecificPuaFromAndroidPua(pua);
  /external/sqlite/android/
PhoneticStringUtilsTest.cpp 114 // 2 PUA
155 // PUA (4 byets in UTF8)
  /external/chromium/third_party/icu/source/data/mappings/
convrtrs.txt 137 ibm-1208 { IBM* } # UTF-8 with IBM PUA
139 ibm-5304 { IBM } # Unicode 2.0, UTF-8 with IBM PUA
141 ibm-13496 { IBM } # Unicode 3.0, UTF-8 with IBM PUA
143 ibm-17592 { IBM } # Unicode 4.0, UTF-8 with IBM PUA
150 ibm-1204 { IBM* } # UTF-16 with IBM PUA and BOM sensitive
161 ibm-1200 { IBM* } # UTF-16 BE with IBM PUA
163 ibm-13488 { IBM } # Unicode 2.0, UTF-16 BE with IBM PUA
165 ibm-17584 { IBM } # Unicode 3.0, UTF-16 BE with IBM PUA
167 ibm-21680 { IBM } # Unicode 4.0, UTF-16 BE with IBM PUA
169 ibm-25776 { IBM } # Unicode 4.1, UTF-16 BE with IBM PUA
    [all...]
ucmlocal.mk 15 # * Traditional Chinese : Big5 (Windows cp950), Big5HKSCS (no PUA)
  /external/icu4c/data/mappings/
convrtrs.txt 141 ibm-1208 { IBM* } # UTF-8 with IBM PUA
143 ibm-5304 { IBM } # Unicode 2.0, UTF-8 with IBM PUA
145 ibm-13496 { IBM } # Unicode 3.0, UTF-8 with IBM PUA
147 ibm-17592 { IBM } # Unicode 4.0, UTF-8 with IBM PUA
154 ibm-1204 { IBM* } # UTF-16 with IBM PUA and BOM sensitive
165 ibm-1200 { IBM* } # UTF-16 BE with IBM PUA
167 ibm-13488 { IBM } # Unicode 2.0, UTF-16 BE with IBM PUA
169 ibm-17584 { IBM } # Unicode 3.0, UTF-16 BE with IBM PUA
171 ibm-21680 { IBM } # Unicode 4.0, UTF-16 BE with IBM PUA
173 ibm-25776 { IBM } # Unicode 4.1, UTF-16 BE with IBM PUA
    [all...]
  /external/chromium/third_party/icu/source/tools/genprops/
genprops.c 519 * from the BMP PUA.
  /external/icu4c/tools/genprops/
genprops.c 519 * from the BMP PUA.
  /external/chromium/third_party/icu/source/test/cintltst/
cucdtst.c     [all...]
nccbtst.c 597 0xee, 0x80, 0x80, /* PUA U+e000 */
    [all...]
  /external/icu4c/test/cintltst/
cucdtst.c     [all...]
  /external/chromium/third_party/icu/source/test/intltest/
convtest.cpp 591 // ignore PUA code points because they will be converted even if they
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
uchar.h     [all...]
  /external/icu4c/common/unicode/
uchar.h     [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
uchar.h     [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
uchar.h     [all...]
  /external/webkit/WebCore/icu/unicode/
uchar.h     [all...]
  /external/webkit/WebKit/mac/icu/unicode/
uchar.h     [all...]
  /external/chromium/third_party/icu/source/tools/makeconv/
genmbcs.c 802 * surrogate code points and LMBCS does not map 256 PUA code points.)
    [all...]
  /external/icu4c/test/intltest/
convtest.cpp 623 // ignore PUA code points because they will be converted even if they
    [all...]
  /external/icu4c/tools/makeconv/
genmbcs.c 802 * surrogate code points and LMBCS does not map 256 PUA code points.)
    [all...]
  /external/chromium/third_party/icu/source/common/
ucnv2022.c     [all...]

Completed in 907 milliseconds

1 2