/libcore/ojluni/src/main/java/java/lang/ |
String.java | 213 * @param codePoints 224 * codePoints} 228 * characters outside the bounds of the {@code codePoints} array 232 public String(int[] codePoints, int offset, int count) { [all...] |
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
CharsetMBCS.java | 512 private static boolean writeStage3Roundtrip(UConverterMBCSTable mbcsTable, long value, int codePoints[]) { 558 c=codePoints[i]; 707 int[] codePoints = new int[32]; 722 codePoints[0] = UConverterConstants.U_SENTINEL; 736 codePoints[b&0x1f] = UConverterConstants.U_SENTINEL; [all...] |
CharsetISCII.java | 186 * Telugu and Kannda have same codepoints except for Vocallic_RR which we special case [all...] |
/external/pcre/dist/doc/html/ |
pcrepattern.html | 295 backslash. All other characters (in particular, those whose codepoints are 466 Invalid Unicode codepoints are the range 0xd800 to 0xdfff (the so-called 467 "surrogate" codepoints), and 0xffef. 628 In 8-bit, non-UTF-8 mode, only the characters with codepoints less than 256 are 650 In other modes, two additional characters whose codepoints are greater than 255 688 characters whose codepoints are less than 256, but they do work in this mode. [all...] |
pcrebuild.html | 165 UTF support allows the libraries to process character codepoints up to 0x10ffff
|
/external/pcre/dist/doc/ |
pcrepattern.3 | 273 backslash. All other characters (in particular, those whose codepoints are 450 Invalid Unicode codepoints are the range 0xd800 to 0xdfff (the so-called 451 "surrogate" codepoints), and 0xffef. 627 In 8-bit, non-UTF-8 mode, only the characters with codepoints less than 256 are 652 In other modes, two additional characters whose codepoints are greater than 255 690 characters whose codepoints are less than 256, but they do work in this mode. [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
TransliteratorTest.java | [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
ULocaleTest.java | [all...] |
/external/icu/icu4c/source/i18n/ |
alphaindex.cpp | 784 * Return the string with interspersed CGJs. Input must have more than 2 codepoints. [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
ULocaleTest.java | [all...] |
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
TransliteratorTest.java | [all...] |
/libcore/ojluni/src/main/java/java/nio/charset/ |
CharsetEncoder.java | [all...] |
/ndk/sources/android/support/src/stdio/ |
vfprintf.c | 46 * within 31 codepoints of the space character. */
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tokenization/ |
tokenizer.js | 418 Tokenizer.prototype._emitSeveralCodePoints = function (codePoints) { 419 for (var i = 0; i < codePoints.length; i++) 420 this._emitCodePoint(codePoints[i]); [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
TimeZoneFormat.java | [all...] |
AlphabeticIndex.java | 570 * Return the string with interspersed CGJs. Input must have more than 2 codepoints. [all...] |
/external/icu/icu4c/source/common/ |
uniset.cpp | 48 // HIGH_VALUE > all valid values. 110000 for codepoints 51 // LOW <= all valid values. ZERO for codepoints 375 * codepoints and strings. [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
TimeZoneFormat.java | [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
UCharacter.java | [all...] |
/external/clang/lib/AST/ |
Expr.cpp | 889 // FIXME: Convert UTF-8 back to codepoints before rendering. 891 // Convert UTF-16 surrogate pairs back to codepoints before rendering. [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
streams.rb | 399 @data = @string.codepoints.to_a.freeze [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/ |
TestIDNA.java | 584 * A special function that gets random codepoints from planes 0,1,2 and 14 [all...] |
/external/icu/icu4c/source/common/unicode/ |
uset.h | 882 * @param str string containing codepoints to be checked for containment [all...] |
/external/icu/icu4c/source/io/unicode/ |
ustdio.h | 697 * code units is needed instead of codepoints. [all...] |
/external/icu/icu4c/source/test/cintltst/ |
callcoll.c | [all...] |