HomeSort by relevance Sort by last modified time
    Searched full:destbuf (Results 1 - 11 of 11) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_BWin.h 230 unsigned char destbuf[2]; local
236 dstlen = sizeof(destbuf);
237 convert_from_utf8(B_UNICODE_CONVERSION, buf, &srclen, (char *)destbuf, &dstlen, &state);
238 unicode = destbuf[0];
240 unicode |= destbuf[1];
  /external/chromium/third_party/icu/source/i18n/
uregex.cpp 738 UChar *destBuf,
745 destBuf == NULL && destCapacity > 0 ||
763 &destBuf, &destCapacity, status);
765 len += uregex_appendTail(regexp, &destBuf, &destCapacity, status);
787 UChar *destBuf,
794 destBuf == NULL && destCapacity > 0 ||
806 &destBuf, &destCapacity, status);
808 len += uregex_appendTail(regexp, &destBuf, &destCapacity, status);
831 UChar **destBuf,
836 UChar **destBuf,
    [all...]
uspoof_buildwsconf.cpp 76 URegularExpression *e, int32_t group, char *destBuf, int32_t destCapacity, UErrorCode &status) {
80 destBuf[0] = 0;
86 s.extract(0, len, destBuf, destCapacity, US_INV);
uspoof_impl.cpp 127 int32_t SpoofImpl::confusableLookup(UChar32 inChar, int32_t tableMask, UChar *destBuf) const {
151 U16_APPEND_UNSAFE(destBuf, i, inChar)
179 U16_APPEND_UNSAFE(destBuf, i, inChar)
191 destBuf[0] = value;
216 destBuf[ix] = src[ix];
uspoof_impl.h 66 int32_t confusableLookup(UChar32 inChar, int32_t tableMask, UChar *destBuf) const;
  /external/icu4c/i18n/
uregex.cpp     [all...]
uspoof_wsconf.cpp 76 URegularExpression *e, int32_t group, char *destBuf, int32_t destCapacity, UErrorCode &status) {
80 destBuf[0] = 0;
86 s.extract(0, len, destBuf, destCapacity, US_INV);
uspoof_impl.cpp 127 int32_t SpoofImpl::confusableLookup(UChar32 inChar, int32_t tableMask, UChar *destBuf) const {
151 U16_APPEND_UNSAFE(destBuf, i, inChar)
179 U16_APPEND_UNSAFE(destBuf, i, inChar)
191 destBuf[0] = value;
216 destBuf[ix] = src[ix];
uspoof_impl.h 66 int32_t confusableLookup(UChar32 inChar, int32_t tableMask, UChar *destBuf) const;
  /external/chromium/third_party/icu/public/i18n/unicode/
uregex.h 642 * @param destBuf A (UChar *) buffer that will receive the result.
655 UChar *destBuf,
675 * @param destBuf A (UChar *) buffer that will receive the result.
688 UChar *destBuf,
723 * @param destBuf The buffer into which the results of the
743 UChar **destBuf,
    [all...]
  /external/icu4c/i18n/unicode/
uregex.h     [all...]

Completed in 4893 milliseconds