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

  /external/webkit/WebCore/bridge/jni/v8/
JavaStringV8.h 50 const jchar* uchars() const { return 0; } // Not implemented function in class:JSC::Bindings::JavaStringImpl
  /external/webkit/WebCore/bridge/jni/
JNIBridge.h 65 const jchar* uchars() const { return m_impl.uchars(); } function in class:JSC::Bindings::JavaString
  /external/icu4c/common/
ucnv_cnv.c 88 const UChar *uchars, int32_t length,
96 /* write UChars */
99 *t++=*uchars++;
105 *t++=*uchars++;
119 *t++=*uchars++;
ucnv_cnv.h 302 const UChar *uchars, int32_t length,
  /external/webkit/WebCore/bridge/jni/jsc/
JavaStringJSC.h 71 const jchar* uchars() const { return (const jchar*)m_rep->data(); } function in class:JSC::Bindings::JavaStringImpl
  /external/icu4c/i18n/
ucol_bld.cpp 877 /* first, get the UChars from the rules */
908 /* copy UChars */
912 el.cPoints = el.uchars;
920 uprv_memcpy(el.uchars, (tok->source & 0x00FFFFFF)+(tok->prefix>>24) + src->source, el.cSize*sizeof(UChar))
    [all...]
ucol_elm.h 63 UChar uchars[128]; member in struct:__anon2224
ucol_elm.cpp     [all...]
  /external/icu4c/samples/ucnv/
convsamp.cpp 277 UChars as the input buffer has bytes.
321 printf("input bytes %d / min chars %d = %d UChars\n",
370 printf("%d letters out of %d total UChars.\n", letters, total);
437 printf("input bytes %d / min chars %d = %d UChars\n",
484 printf("%d letters out of %d total UChars.\n", letters, total);
606 printf("src=%d bytes, dst=%d uchars\n", srcCount, dstCount);
617 UChar uchars[100]; local
637 len = ucnv_toUChars(conv, uchars, 100, source, strlen(source), &status);
640 printUChars("uch", uchars, len);
665 len2 = ucnv_fromUChars(conv, bytes, 100, uchars, len, &status)
711 UChar uchars[100]; local
    [all...]
  /external/webkit/WebCore/editing/
markup.cpp 97 const UChar* uchars = attr.characters(); local
108 UChar c = uchars[i];
111 result.append(uchars + lastCopiedFrom, i - lastCopiedFrom);
116 result.append(uchars + lastCopiedFrom, i - lastCopiedFrom);
121 result.append(uchars + lastCopiedFrom, i - lastCopiedFrom);
126 result.append(uchars + lastCopiedFrom, i - lastCopiedFrom);
132 result.append(uchars + lastCopiedFrom, i - lastCopiedFrom);
140 result.append(uchars + lastCopiedFrom, len - lastCopiedFrom);
145 const UChar* uchars = range.first; local
155 UChar c = uchars[i]
    [all...]
  /external/icu4c/tools/makeconv/
gencnvex.c 701 * output section consists of two arrays, one for input UChars and one
715 UChar *uchars; local
726 uchars=(UChar *)UCM_GET_CODE_POINTS(table, m);
727 low=uchars[unitIndex];
733 uchars=(UChar *)UCM_GET_CODE_POINTS(table, m);
734 high=uchars[unitIndex];
759 uchars=(UChar *)UCM_GET_CODE_POINTS(table, m);
760 high=uchars[unitIndex];
    [all...]
  /external/icu4c/test/cintltst/
utf16tst.c 26 static void printUChars(const UChar *uchars);
729 static void printUChars(const UChar *uchars){
731 for(i=0; i<u_strlen(uchars); i++){
732 printf("%x ", *(uchars+i));
custrtst.c 442 /* There are at least 2 UChars in each string - verify that strncmp()==memcmp(). */
975 UChar uchars[]={0x61, 0x62, 0x63, 0x00}; local
    [all...]
utf8tst.c 61 static void printUChars(const uint8_t *uchars, int16_t len);
    [all...]
custrtrn.c 943 static const UChar uchars[]={ local
    [all...]
  /external/icu4c/tools/genuca/
genuca.cpp 593 element->cPoints = element->uchars;
    [all...]

Completed in 388 milliseconds