Home
last modified time | relevance | path

Searched refs:UChar (Results 76 – 88 of 88) sorted by relevance

1234

/PHP-5.5/ext/intl/grapheme/
H A Dgrapheme_string.c59 UChar* ustring = NULL; in PHP_FUNCTION()
404 UChar *ustr; in PHP_FUNCTION()
814 UChar *ustr; in PHP_FUNCTION()
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp366 UChar **formatted, in umsg_format_helper()
419 UChar temp[16]; in umsg_format_helper()
639 U_CFUNC void umsg_parse_helper(UMessageFormat *fmt, int *count, zval ***args, UChar *source, int so… in umsg_parse_helper()
/PHP-5.5/ext/intl/collator/
H A Dcollator_sort.c377UChar* utf16_buf = NULL; /* tmp buffer to hold current process… in PHP_FUNCTION()
550 UChar* ustr = NULL; in PHP_FUNCTION()
/PHP-5.5/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp100 static const UChar c = 0; in getText()
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_class.c37 const UChar *ustr_id; in transliterator_object_construct()
/PHP-5.5/ext/mbstring/oniguruma/
H A DREADME79 If you want to disable UChar type (== unsigned char) definition
H A DHISTORY89 2007/04/12: [bug] must not use UChar in oniguruma.h.
149 2006/11/21: [impl] escape UChar collision from config.h.
665 rename UChar to OnigUChar in oniguruma.h.
685 change UChar* to const UChar* in oniguruma.h,
687 2005/02/13: [impl] change UChar* to const UChar* in oniguruma.h and
1290 change local var. type char* to UChar*.
H A Doniguruma.h96 #define UChar OnigUChar macro
/PHP-5.5/ext/intl/locale/
H A Dlocale_methods.c475 UChar* disp_name = NULL; in get_icu_disp_value_src_php()
538 disp_name = erealloc( disp_name , buflen * sizeof(UChar) ); in get_icu_disp_value_src_php()
/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.c38 #undef UChar
H A Dmbstring.c86 #undef UChar
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_methods.cpp105 const UChar* str = uenum_unext(uenum, &length, &status); in snext()
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c154695 const UChar *zString = sqlite3_value_text16(apArg[1]);
154708 const UChar *zPattern = sqlite3_value_text16(apArg[0]);
154775 const UChar *zInput;
154776 UChar *zOutput;
154836 res = ucol_strcoll(p, (UChar *)zLeft, nLeft/2, (UChar *)zRight, nRight/2);
154992 UChar *aChar; /* Copy of input using utf-16 encoding */
155074 ((nChar+3)&~3) * sizeof(UChar) + /* IcuCursor.aChar[] */
155081 pCsr->aChar = (UChar *)&pCsr[1];

Completed in 333 milliseconds

1234