HomeSort by relevance Sort by last modified time
    Searched refs:UTF16 (Results 201 - 225 of 311) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
PunycodeReference.java 31 import com.ibm.icu.text.UTF16;
286 UTF16.append(result,output[i]);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RuleBasedBreakIterator.java     [all...]
TransliteratorParser.java 497 UTF16.append(buf, escaped);
    [all...]
RBBIRuleScanner.java 620 c = UTF16.charAt(s, 0);
698 ch = UTF16.charAt(fRB.fRules, fNextIndex);
699 fNextIndex = UTF16.moveCodePointOffset(fRB.fRules, fNextIndex, 1);
745 if (UTF16.charAt(fRB.fRules, fNextIndex) == '\'') {
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
UnicodeMap.java 25 import android.icu.text.UTF16;
613 if (UTF16.hasMoreCodePointsThan(value, 1)) {
619 return getValue(UTF16.charAt(value, 0));
633 for (int i = 0; i < source.length(); i += UTF16.getCharCount(cp)) {
634 cp = UTF16.charAt(source, i);
639 UTF16.append(result, cp);
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetSCSU.java 17 import com.ibm.icu.text.UTF16;
    [all...]
CharsetMBCS.java 30 import com.ibm.icu.text.UTF16;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RuleBasedBreakIterator.java     [all...]
RBBIRuleScanner.java 619 c = UTF16.charAt(s, 0);
697 ch = UTF16.charAt(fRB.fRules, fNextIndex);
698 fNextIndex = UTF16.moveCodePointOffset(fRB.fRules, fNextIndex, 1);
744 if (UTF16.charAt(fRB.fRules, fNextIndex) == '\'') {
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
UnicodeMap.java 24 import com.ibm.icu.text.UTF16;
612 if (UTF16.hasMoreCodePointsThan(value, 1)) {
618 return getValue(UTF16.charAt(value, 0));
632 for (int i = 0; i < source.length(); i += UTF16.getCharCount(cp)) {
633 cp = UTF16.charAt(source, i);
638 UTF16.append(result, cp);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UnicodeSetTest.java 34 import android.icu.text.UTF16;
322 c = UTF16.charAt(s, offset);
323 offset += UTF16.getCharCount(c);
356 //c = UTF16.charAt(s, offset);
364 //offset += UTF16.getCharCount(c);
421 UTF16.append(buf, e);
    [all...]
UCharacterSurrogateTest.java 14 import android.icu.text.UTF16;
148 if (pairs[i] != UTF16.getLeadSurrogate(cp)
149 || pairs[i + 1] != UTF16.getTrailSurrogate(cp)) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetTest.java 33 import com.ibm.icu.text.UTF16;
318 c = UTF16.charAt(s, offset);
319 offset += UTF16.getCharCount(c);
352 //c = UTF16.charAt(s, offset);
360 //offset += UTF16.getCharCount(c);
417 UTF16.append(buf, e);
    [all...]
UCharacterSurrogateTest.java 13 import com.ibm.icu.text.UTF16;
144 if (pairs[i] != UTF16.getLeadSurrogate(cp)
145 || pairs[i + 1] != UTF16.getTrailSurrogate(cp)) {
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCaseProps.java 29 import android.icu.text.UTF16;
353 for(index=0; index<closureLength; index+=UTF16.getCharCount(c)) {
354 c=UTF16.charAt(exceptions, closureOffset, exceptions.length, index);
441 for(i=unfoldStringWidth; i<unfoldRowWidth && unfold[unfoldOffset+i]!=0; i+=UTF16.getCharCount(c)) {
442 c=UTF16.charAt(unfold, unfoldOffset, unfold.length, i);
    [all...]
UnicodeSetStringSpan.java 36 // public static final int UTF16 = 8;
42 public static final int FWD_UTF16_CONTAINED = FWD | /* UTF16 | */ CONTAINED;
43 public static final int FWD_UTF16_NOT_CONTAINED = FWD | /* UTF16 | */NOT_CONTAINED;
44 public static final int BACK_UTF16_CONTAINED = BACK | /* UTF16 | */ CONTAINED;
45 public static final int BACK_UTF16_NOT_CONTAINED = BACK | /* UTF16 | */NOT_CONTAINED;
121 if (/* (0 != (which & UTF16)) && */ length16 > maxLength16) {
162 if (true /* 0 != (which & UTF16) */) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCaseProps.java 28 import com.ibm.icu.text.UTF16;
349 for(index=0; index<closureLength; index+=UTF16.getCharCount(c)) {
350 c=UTF16.charAt(exceptions, closureOffset, exceptions.length, index);
437 for(i=unfoldStringWidth; i<unfoldRowWidth && unfold[unfoldOffset+i]!=0; i+=UTF16.getCharCount(c)) {
438 c=UTF16.charAt(unfold, unfoldOffset, unfold.length, i);
    [all...]
UnicodeSetStringSpan.java 32 // public static final int UTF16 = 8;
38 public static final int FWD_UTF16_CONTAINED = FWD | /* UTF16 | */ CONTAINED;
39 public static final int FWD_UTF16_NOT_CONTAINED = FWD | /* UTF16 | */NOT_CONTAINED;
40 public static final int BACK_UTF16_CONTAINED = BACK | /* UTF16 | */ CONTAINED;
41 public static final int BACK_UTF16_NOT_CONTAINED = BACK | /* UTF16 | */NOT_CONTAINED;
117 if (/* (0 != (which & UTF16)) && */ length16 > maxLength16) {
158 if (true /* 0 != (which & UTF16) */) {
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliteratorParser.java 496 UTF16.append(buf, escaped);
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
encodings.h 229 // UTF16
241 struct UTF16 {
298 struct UTF16LE : UTF16<CharType> {
330 struct UTF16BE : UTF16<CharType> {
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3string.c 125 // UTF16 and 8Bit if I am going to support those encodings in the STRING stuff.
304 /* API for UTF16 strings */
354 // Convert a UTF16 string into a UTF8 representation using the Unicode.org
357 // UCS2 has the same encoding as UTF16 so we can use UTF16 converter.
364 UTF16 * inputEnd;
387 inputEnd = (UTF16 *) (string->chars);
394 (const UTF16**)&inputEnd,
395 ((const UTF16 *)(string->chars)) + string->len,
442 * Creates a new string with enough capacity for size UTF16 characters plus a terminator
    [all...]
  /external/clang/lib/Lex/
LiteralSupport.cpp 365 /// convert the UTF32 to UTF8 or UTF16. This is a subroutine of
401 UTF16 *ResultPtr = reinterpret_cast<UTF16*>(ResultBuf);
409 // Convert to UTF16.
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
AlphabeticIndexTest.java 36 import android.icu.text.UTF16;
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
AlphabeticIndexTest.java 35 import com.ibm.icu.text.UTF16;
    [all...]
  /external/pdfium/core/
pdfiumfpdfapi.mk 34 src/fpdfapi/fpdf_cmaps/CNS1/UniCNS-UTF16-H_0.cpp \
80 src/fpdfapi/fpdf_cmaps/Korea1/UniKS-UTF16-H_0.cpp \

Completed in 756 milliseconds

1 2 3 4 5 6 7 891011>>