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

  /external/icu4c/common/unicode/
ucnv_err.h 227 * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence
237 const UChar* codeUnits,
252 * @param codeUnits Points to 'length' bytes of the concerned codepage sequence
261 const char* codeUnits,
277 * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence
288 const UChar* codeUnits,
306 * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence
318 const UChar* codeUnits,
363 * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence
374 const UChar* codeUnits,
    [all...]
ucnv.h 188 * @param codeUnits Points to 'length' bytes of the concerned codepage sequence
201 const char *codeUnits,
211 * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence
224 const UChar* codeUnits,
    [all...]
  /external/icu4c/samples/ucnv/
flagcb.h 34 const UChar* codeUnits,
52 const UChar* codeUnits,
flagcb.c 32 const UChar* codeUnits,
93 cloned->subCallback(cloned->subContext, fromUArgs, codeUnits,
116 codeUnits,
174 const UChar* codeUnits,
224 cloned->subCallback(cloned->subContext, fromUArgs, codeUnits,
249 codeUnits,
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucnv_err.h 220 * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence
230 const UChar* codeUnits,
245 * @param codeUnits Points to 'length' bytes of the concerned codepage sequence
254 const char* codeUnits,
270 * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence
281 const UChar* codeUnits,
299 * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence
311 const UChar* codeUnits,
356 * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence
367 const UChar* codeUnits,
    [all...]
ucnv.h 151 * @param codeUnits Points to 'length' bytes of the concerned codepage sequence
161 const char *codeUnits,
171 * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence
181 const UChar* codeUnits,
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv_err.h 220 * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence
230 const UChar* codeUnits,
245 * @param codeUnits Points to 'length' bytes of the concerned codepage sequence
254 const char* codeUnits,
270 * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence
281 const UChar* codeUnits,
299 * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence
311 const UChar* codeUnits,
356 * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence
367 const UChar* codeUnits,
    [all...]
ucnv.h 151 * @param codeUnits Points to 'length' bytes of the concerned codepage sequence
161 const char *codeUnits,
171 * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence
181 const UChar* codeUnits,
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucnv_err.h 220 * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence
230 const UChar* codeUnits,
245 * @param codeUnits Points to 'length' bytes of the concerned codepage sequence
254 const char* codeUnits,
270 * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence
281 const UChar* codeUnits,
299 * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence
311 const UChar* codeUnits,
356 * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence
367 const UChar* codeUnits,
    [all...]
ucnv.h 151 * @param codeUnits Points to 'length' bytes of the concerned codepage sequence
161 const char *codeUnits,
171 * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence
181 const UChar* codeUnits,
    [all...]
  /external/icu4c/common/
ucnv_err.c 58 const UChar* codeUnits,
87 const UChar* codeUnits,
108 const UChar* codeUnits,
135 const UChar *codeUnits,
177 valueStringLength += uprv_itou (valueString + valueStringLength, VALUE_STRING_LENGTH - valueStringLength, (uint16_t)codeUnits[i++], 16, 4);
189 valueStringLength += uprv_itou (valueString + valueStringLength, VALUE_STRING_LENGTH - valueStringLength, (uint16_t)codeUnits[i++], 16, 4);
203 valueStringLength += uprv_itou (valueString + valueStringLength, VALUE_STRING_LENGTH - valueStringLength, (uint16_t)codeUnits[0], 16, 4);
215 valueStringLength += uprv_itou (valueString + valueStringLength, VALUE_STRING_LENGTH - valueStringLength, (uint16_t)codeUnits[0], 10, 0);
229 valueStringLength += uprv_itou (valueString + valueStringLength, VALUE_STRING_LENGTH - valueStringLength, (uint16_t)codeUnits[0], 16, 0);
241 valueStringLength += uprv_itou (valueString + valueStringLength, VALUE_STRING_LENGTH - valueStringLength, (uint16_t)codeUnits[0], 16, 4)
    [all...]
ucnv_bld.h 136 const UChar *codeUnits,
147 const char *codeUnits,
  /external/webkit/Source/WebCore/platform/text/
TextCodecICU.cpp 360 static void urlEscapedEntityCallback(const void* context, UConverterFromUnicodeArgs* fromUArgs, const UChar* codeUnits, int32_t length,
370 UCNV_FROM_U_CALLBACK_ESCAPE(context, fromUArgs, codeUnits, length, codePoint, reason, err);
374 static void gbkCallbackEscape(const void* context, UConverterFromUnicodeArgs* fromUArgs, const UChar* codeUnits, int32_t length,
384 UCNV_FROM_U_CALLBACK_ESCAPE(context, fromUArgs, codeUnits, length, codePoint, reason, err);
388 static void gbkUrlEscapedEntityCallack(const void* context, UConverterFromUnicodeArgs* fromUArgs, const UChar* codeUnits, int32_t length,
398 urlEscapedEntityCallback(context, fromUArgs, codeUnits, length, codePoint, reason, err);
401 UCNV_FROM_U_CALLBACK_ESCAPE(context, fromUArgs, codeUnits, length, codePoint, reason, err);
404 static void gbkCallbackSubstitute(const void* context, UConverterFromUnicodeArgs* fromUArgs, const UChar* codeUnits, int32_t length,
414 UCNV_FROM_U_CALLBACK_SUBSTITUTE(context, fromUArgs, codeUnits, length, codePoint, reason, err);
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 347 const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason,
355 ctx->onUnmappableInput(ctx, args, codeUnits, length, codePoint, reason, status);
359 ctx->onMalformedInput(ctx, args, codeUnits, length, codePoint, reason, status);
449 const char* codeUnits, int32_t length,
457 ctx->onUnmappableInput(ctx, args, codeUnits, length, reason, status);
461 ctx->onMalformedInput(ctx, args, codeUnits, length, reason, status);
  /external/webkit/Source/WebCore/platform/graphics/
FontFastPath.cpp 192 UChar codeUnits[2];
195 codeUnits[0] = Font::normalizeSpaces(c);
198 codeUnits[0] = U16_LEAD(c);
199 codeUnits[1] = U16_TRAIL(c);
202 const SimpleFontData* characterFontData = fontCache()->getFontDataForCharacters(*this, codeUnits, codeUnitsLength);
  /external/icu4c/test/perf/utfperf/
utfperf.cpp 107 const UChar *codeUnits,
115 UCNV_FROM_U_CALLBACK_SUBSTITUTE(context, fromUArgs, codeUnits, length, codePoint, reason, pErrorCode);
  /external/icu4c/test/cintltst/
ccapitst.c     [all...]
nucnvtst.c     [all...]

Completed in 621 milliseconds