OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxChars
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/fxjs/xfa/
cjx_text.cpp
21
void CJX_Text::
maxChars
(CFXJSE_Value* pValue,
/cts/tests/tests/telephony/current/src/android/telephony/cts/
SmsMessageTest.java
155
private void assertRemaining(int messageLength, int remaining, int
maxChars
) {
158
|| checkRemaining(
maxChars
, messageLength, remaining));
161
|| checkRemaining(
maxChars
, messageLength, remaining));
163
assertTrue(checkRemaining(
maxChars
, messageLength, remaining));
332
int
maxChars
= SmsMessage.hasEmsSupport() ? preMaxChars : preMaxChars - 3;
334
maxChars
);
Completed in 587 milliseconds