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

  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetUTF8.java 87 int char32, bytesExpected, bytesSoFar; local
92 char32 = (toUBytesArray[0] = sourceArray[sourceIndex++]) & 0xff;
93 bytesExpected = BYTES_FROM_UTF8[char32];
94 char32 &= BITMASK_FROM_UTF8[bytesExpected];
98 char32 = toUnicodeStatus;
109 /* read a trail byte and insert its relevant bits into char32 */
112 toUnicodeStatus = char32;
125 char32 = (char32 << 6) | (ch & 0x3f);
127 } else if (bytesSoFar == bytesExpected && UTF8_MIN_CHAR32[bytesExpected] <= char32 && char32 <= 0x10fff
207 int char32, bytesExpected, bytesSoFar; local
371 int char32; local
463 int char32; local
    [all...]
CharsetUTF32.java 122 int char32; local
134 char32 = 0;
136 char32 = (char32 << 8)
139 if (0 <= char32 && char32 <= UConverterConstants.MAXIMUM_UTF && !isSurrogate(char32)) {
141 if (char32 <= UConverterConstants.MAXIMUM_UCS2) {
143 target.put((char) char32);
146 target.put(UTF16.getLeadSurrogate(char32));
216 int char32; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UTF16.java 59 * boundaries vs offsets to UTF-32 boundaries. <code>int char32</code> is used to contain UTF-32
439 * Determines how many chars this char32 requires. If a validity check is required, use <code>
441 * on char32 before calling.
443 * @param char32 The input codepoint.
446 public static int getCharCount(int char32) {
447 if (char32 < SUPPLEMENTARY_MIN_VALUE) {
598 * <code><a href="../lang/UCharacter.html#isLegal(char)">isLegal()</a></code> on char32
601 * @param char32 The input character.
605 public static char getLeadSurrogate(int char32) {
606 if (char32 >= SUPPLEMENTARY_MIN_VALUE)
    [all...]
RBBIDataWrapper.java 451 int char32; local
460 for (char32 = 0; char32<=0x10ffff; char32++) {
461 category = fTrie.getCodePointValue(char32);
465 " for char " + Integer.toHexString(char32));
469 rangeEnd = char32;
483 rangeStart = rangeEnd = char32;
Normalizer.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UTF16.java 58 * boundaries vs offsets to UTF-32 boundaries. <code>int char32</code> is used to contain UTF-32
463 * Determines how many chars this char32 requires. If a validity check is required, use <code>
465 * on char32 before calling.
467 * @param char32 The input codepoint.
471 public static int getCharCount(int char32) {
472 if (char32 < SUPPLEMENTARY_MIN_VALUE) {
629 * <code><a href="../lang/UCharacter.html#isLegal(char)">isLegal()</a></code> on char32
632 * @param char32 The input character.
637 public static char getLeadSurrogate(int char32) {
638 if (char32 >= SUPPLEMENTARY_MIN_VALUE)
    [all...]
RBBIDataWrapper.java 450 int char32; local
459 for (char32 = 0; char32<=0x10ffff; char32++) {
460 category = fTrie.getCodePointValue(char32);
464 " for char " + Integer.toHexString(char32));
468 rangeEnd = char32;
482 rangeStart = rangeEnd = char32;
Normalizer.java     [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
CanonicalCharacterData.java 25 // TODO: might want to save arrays of Char32's rather than UTF16 strings...
28 String char32 = UCharacter.toString(character); local
29 CanonicalIterator iterator = new CanonicalIterator(char32);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
UTF16Util.java 222 * Determines how many chars this char32 requires.
225 * char32 before calling.
226 * @param char32 the input codepoint.
229 public static int getCharCount(int char32)
231 if (char32 < SUPPLEMENTARY_MIN_VALUE) {
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
UTF16Util.java 221 * Determines how many chars this char32 requires.
224 * char32 before calling.
225 * @param char32 the input codepoint.
228 public static int getCharCount(int char32)
230 if (char32 < SUPPLEMENTARY_MIN_VALUE) {
  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 367 char32 rune = 0;
384 char32 rune = 0;
390 char32 newrune = (rune << 4) + hex_digit_to_int(*++p);
    [all...]
  /external/icu/icu4c/source/test/intltest/
tstnorm.cpp 1495 UChar32 char32 = 0x0054; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 

Completed in 3613 milliseconds