/external/icu4c/common/ |
ucnvmbcs.h | 184 * UChar32 codePoint; 351 UChar32 codePoint;
|
ustring.cpp | 536 /* Search for a codepoint in a string that matches one of the matchSet codepoints. */ 548 /* Search for a codepoint in a string that matches one of the matchSet codepoints. */ 560 /* Search for a codepoint in a string that does not match one of the matchSet codepoints. */ [all...] |
caniter.cpp | 215 // extracts segments that end up on a codepoint that
|
/frameworks/base/core/java/android/text/ |
Html.java | 399 int codepoint = 0x010000 | (int) c - 0xD800 << 10 | (int) d - 0xDC00; local 400 out.append("&#").append(codepoint).append(";");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sgmllib.py | 403 def convert_codepoint(self, codepoint): 404 return chr(codepoint)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sgmllib.py | 403 def convert_codepoint(self, codepoint): 404 return chr(codepoint)
|
/external/chromium_org/third_party/icu/source/i18n/ |
ucol_elm.cpp | 569 * @param ch the jamo codepoint 870 // the first codepoint is also unsafe, as it forms a 'contraction' with the prefix 913 /* Two things can happen here: either the codepoint is already in the table, or it is not */ [all...] |
/external/chromium_org/third_party/icu/source/tools/makeconv/ |
genmbcs.c | 320 mbcsData->toUFallbacks[i].codePoint=c; 330 mbcsData->toUFallbacks[i].codePoint=c; 347 old=(int32_t)toUFallbacks[i].codePoint; 351 toUFallbacks[i].codePoint=toUFallbacks[limit-1].codePoint; [all...] |
/external/icu4c/i18n/ |
ucol_elm.cpp | 571 * @param ch the jamo codepoint 879 // the first codepoint is also unsafe, as it forms a 'contraction' with the prefix [all...] |
/external/icu4c/tools/makeconv/ |
genmbcs.cpp | 320 mbcsData->toUFallbacks[i].codePoint=c; 330 mbcsData->toUFallbacks[i].codePoint=c; 347 old=(int32_t)toUFallbacks[i].codePoint; 351 toUFallbacks[i].codePoint=toUFallbacks[limit-1].codePoint; [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ToStream.java | [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
usettest.cpp | 761 int32_t codePoint = it.getCodepoint(); 768 TEST_ASSERT(codePoint==0x61); 774 TEST_ASSERT(codePoint==0x62); 780 TEST_ASSERT(codePoint==0x63); 786 TEST_ASSERT(codePoint==0x79); 792 TEST_ASSERT(codePoint==0x7a); 798 TEST_ASSERT(codePoint==0x1abcd); [all...] |
/external/icu4c/test/intltest/ |
usettest.cpp | 761 int32_t codePoint = it.getCodepoint(); 768 TEST_ASSERT(codePoint==0x61); 774 TEST_ASSERT(codePoint==0x62); 780 TEST_ASSERT(codePoint==0x63); 786 TEST_ASSERT(codePoint==0x79); 792 TEST_ASSERT(codePoint==0x7a); 798 TEST_ASSERT(codePoint==0x1abcd); [all...] |
/dalvik/docs/ |
prettify.js | 295 var codePoint = parseInt(num, radix); 296 if (!isNaN(codePoint)) { 297 html = (html.substring(0, pos) + String.fromCharCode(codePoint) + [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
uset.h | 758 * @param c The codepoint to check for within the set [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ustring.c | 535 /* Search for a codepoint in a string that matches one of the matchSet codepoints. */ 547 /* Search for a codepoint in a string that matches one of the matchSet codepoints. */ 559 /* Search for a codepoint in a string that does not match one of the matchSet codepoints. */ [all...] |
caniter.cpp | 214 // extracts segments that end up on a codepoint that
|
/external/icu4c/common/unicode/ |
uset.h | 762 * @param c The codepoint to check for within the set [all...] |
/external/chromium/chrome/browser/extensions/ |
key_identifier_conversion_views.cc | 20 // In order: key identifier, character and unicode codepoint. They are
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
wrtjava.c | 218 int32_t adjustedLen = len*5; /* assume that every codepoint is represented in \uXXXX format*/
|
/external/chromium_org/ui/base/ime/chromeos/ |
character_composer.cc | 363 // Reject invalid character. (e.g. codepoint greater than 0x10ffff)
|
/external/chromium_org/v8/test/mjsunit/ |
json.js | 393 assertEquals('"' + expected + '"', encoded, "Codepoint " + i);
|
/external/icu4c/tools/gendict/ |
gendict.cpp | 183 fprintf(stderr, "Codepoint U+%04lx out of range for --transform offset-%04lx!\n",
|
/external/icu4c/tools/genrb/ |
wrtjava.c | 217 int32_t adjustedLen = len*5; /* assume that every codepoint is represented in \uXXXX format*/
|
/external/qemu/distrib/sdl-1.2.15/test/ |
utf8.txt | 95 character codepoint. --ryan.) |
|