HomeSort by relevance Sort by last modified time
    Searched full:codepoint (Results 276 - 300 of 380) sorted by null

<<111213141516

  /external/v8/test/mjsunit/
json.js 347 assertEquals('"' + expected + '"', encoded, "Codepoint " + i);
  /frameworks/opt/vcard/java/com/android/vcard/
VCardConfig.java 58 * and a codepoint, and Java specification requires runtime must have the charset.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multibytecodec_support.py 25 unmappedunicode = u'\udeee' # a unicode codepoint that is not mapped.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multibytecodec_support.py 25 unmappedunicode = u'\udeee' # a unicode codepoint that is not mapped.
  /external/chromium_org/third_party/icu/source/common/
ucnv_u8.c 432 /* There was enough space to write the codepoint directly. */
559 /* There was enough space to write the codepoint directly. */
    [all...]
utrie2.h 631 trie(t), codePointStart(p), codePointLimit(p), codePoint(U_SENTINEL) {}
635 UChar32 codePoint;
    [all...]
  /external/icu4c/common/
ucnv_u8.c 435 /* There was enough space to write the codepoint directly. */
562 /* There was enough space to write the codepoint directly. */
    [all...]
utrie2.h 633 trie(t), codePointStart(p), codePointLimit(p), codePoint(U_SENTINEL) {}
637 UChar32 codePoint;
    [all...]
  /external/icu4c/i18n/
ucol_imp.h 169 * table. If more than one codepoint have the same CE, continuation table contains code units separated by FFFF and final
258 /* UCOL_HIRAGANA_Q - note if the codepoint was hiragana */
    [all...]
usearch.cpp 895 UChar32 codepoint; local
1335 UChar32 codepoint = 0; local
    [all...]
  /external/icu4c/samples/ucnv/
convsamp.cpp 381 UChar32 codepoint; member in struct:__anon18953
424 info[p].codepoint = p;
  /external/chromium_org/third_party/icu/source/test/intltest/
apicoll.cpp     [all...]
testidna.cpp 1353 int32_t codepoint = rand_uni(); local
    [all...]
convtest.cpp 480 UChar32 codePoint,
484 ((UnicodeSet *)context)->remove(codePoint); // the converter cannot convert this code point
    [all...]
  /external/icu4c/test/intltest/
apicoll.cpp     [all...]
testidna.cpp 1353 int32_t codepoint = rand_uni(); local
    [all...]
  /libcore/luni/src/main/java/java/util/
Formatter.java     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
usearch.cpp 895 UChar32 codepoint; local
1335 UChar32 codepoint = 0; local
    [all...]
ucol_imp.h 165 * table. If more than one codepoint have the same CE, continuation table contains code units separated by FFFF and final
260 /* UCOL_HIRAGANA_Q - note if the codepoint was hiragana */
    [all...]
  /external/chromium_org/third_party/icu/source/io/unicode/
ustdio.h 83 * Think more about codeunit/codepoint error handling/support in %S,%s,%C,%c,%[]
145 By default, only one codepoint is written.</td></tr>
    [all...]
  /external/icu4c/io/unicode/
ustdio.h 84 * Think more about codeunit/codepoint error handling/support in %S,%s,%C,%c,%[]
146 By default, only one codepoint is written.</td></tr>
    [all...]
  /external/svox/pico/tts/
com_svox_picottsengine.cpp     [all...]
  /external/tcpdump/
CHANGES 22 801.1ag: use standard codepoint.
39 bugfix: use the correct codepoint for the OSPF simple text auth token
print-ppp.c     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
BinaryDictEncoderUtils.java 98 final int codePoint = word.codePointAt(i);
99 size += CharEncoding.getCharSize(codePoint);
    [all...]

Completed in 684 milliseconds

<<111213141516