Lines Matching refs:ZEND_METHOD
186 ZEND_METHOD(IntlChar, hasBinaryProperty);
187 ZEND_METHOD(IntlChar, charAge);
188 ZEND_METHOD(IntlChar, charDigitValue);
189 ZEND_METHOD(IntlChar, charDirection);
190 ZEND_METHOD(IntlChar, charFromName);
191 ZEND_METHOD(IntlChar, charMirror);
192 ZEND_METHOD(IntlChar, charName);
193 ZEND_METHOD(IntlChar, charType);
194 ZEND_METHOD(IntlChar, chr);
195 ZEND_METHOD(IntlChar, digit);
196 ZEND_METHOD(IntlChar, enumCharNames);
197 ZEND_METHOD(IntlChar, enumCharTypes);
198 ZEND_METHOD(IntlChar, foldCase);
199 ZEND_METHOD(IntlChar, forDigit);
201 ZEND_METHOD(IntlChar, getBidiPairedBracket);
203 ZEND_METHOD(IntlChar, getBlockCode);
204 ZEND_METHOD(IntlChar, getCombiningClass);
205 ZEND_METHOD(IntlChar, getFC_NFKC_Closure);
206 ZEND_METHOD(IntlChar, getIntPropertyMaxValue);
207 ZEND_METHOD(IntlChar, getIntPropertyMinValue);
208 ZEND_METHOD(IntlChar, getIntPropertyValue);
209 ZEND_METHOD(IntlChar, getNumericValue);
210 ZEND_METHOD(IntlChar, getPropertyEnum);
211 ZEND_METHOD(IntlChar, getPropertyName);
212 ZEND_METHOD(IntlChar, getPropertyValueEnum);
213 ZEND_METHOD(IntlChar, getPropertyValueName);
214 ZEND_METHOD(IntlChar, getUnicodeVersion);
215 ZEND_METHOD(IntlChar, isalnum);
216 ZEND_METHOD(IntlChar, isalpha);
217 ZEND_METHOD(IntlChar, isbase);
218 ZEND_METHOD(IntlChar, isblank);
219 ZEND_METHOD(IntlChar, iscntrl);
220 ZEND_METHOD(IntlChar, isdefined);
221 ZEND_METHOD(IntlChar, isdigit);
222 ZEND_METHOD(IntlChar, isgraph);
223 ZEND_METHOD(IntlChar, isIDIgnorable);
224 ZEND_METHOD(IntlChar, isIDPart);
225 ZEND_METHOD(IntlChar, isIDStart);
226 ZEND_METHOD(IntlChar, isISOControl);
227 ZEND_METHOD(IntlChar, isJavaIDPart);
228 ZEND_METHOD(IntlChar, isJavaIDStart);
229 ZEND_METHOD(IntlChar, isJavaSpaceChar);
230 ZEND_METHOD(IntlChar, islower);
231 ZEND_METHOD(IntlChar, isMirrored);
232 ZEND_METHOD(IntlChar, isprint);
233 ZEND_METHOD(IntlChar, ispunct);
234 ZEND_METHOD(IntlChar, isspace);
235 ZEND_METHOD(IntlChar, istitle);
236 ZEND_METHOD(IntlChar, isUAlphabetic);
237 ZEND_METHOD(IntlChar, isULowercase);
238 ZEND_METHOD(IntlChar, isupper);
239 ZEND_METHOD(IntlChar, isUUppercase);
240 ZEND_METHOD(IntlChar, isUWhiteSpace);
241 ZEND_METHOD(IntlChar, isWhitespace);
242 ZEND_METHOD(IntlChar, isxdigit);
243 ZEND_METHOD(IntlChar, ord);
244 ZEND_METHOD(IntlChar, tolower);
245 ZEND_METHOD(IntlChar, totitle);
246 ZEND_METHOD(IntlChar, toupper);