Home
last modified time | relevance | path

Searched refs:npattern (Results 1 – 1 of 1) sorted by relevance

/PHP-5.4/ext/intl/msgformat/
H A Dmsgformat_data.c78 UChar *npattern = emalloc(sizeof(UChar)*(2*(*spattern_len)+1)); in msgformat_fix_quotes() local
80 …npattern_len = umsg_autoQuoteApostrophe(*spattern, *spattern_len, npattern, 2*(*spattern_len)+1, e… in msgformat_fix_quotes()
86 npattern = erealloc(npattern, sizeof(UChar)*(npattern_len+1)); in msgformat_fix_quotes()
87 *spattern = npattern; in msgformat_fix_quotes()

Completed in 6 milliseconds