OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SelectFormat
(Results
1 - 25
of
26
) sorted by null
1
2
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
SelectFormatAPITest.java
15
import android.icu.text.
SelectFormat
;
21
* This class tests the API functionality of the
SelectFormat
37
SelectFormat
selFmt = new
SelectFormat
(SIMPLE_PATTERN1);
38
assertNotNull("Error: TestConstructors -
SelectFormat
object constructed "
46
SelectFormat
selFmt1 = null;
49
selFmt1 = new
SelectFormat
(SIMPLE_PATTERN1);
50
SelectFormat
selFmt2 = new
SelectFormat
(SIMPLE_PATTERN1);
56
Object selFmt3 = new
SelectFormat
(SIMPLE_PATTERN1)
[
all
...]
SelectFormatUnitTest.java
12
import android.icu.text.
SelectFormat
;
18
* This class does the unit testing for the
SelectFormat
44
//Test
SelectFormat
pattern syntax
45
SelectFormat
selFmt = new
SelectFormat
(SIMPLE_PATTERN);
49
errln("\nERROR: Unexpected result -
SelectFormat
Unit Test failed "
83
SelectFormat
selFmt = new
SelectFormat
(SIMPLE_PATTERN);
140
log("
SelectFormat
Unit test: Testing applyPattern() and format() ...");
141
SelectFormat
selFmt = new SelectFormat(SIMPLE_PATTERN);
[
all
...]
TestAll.java
39
"TestAll$
SelectFormat
"
129
public static class
SelectFormat
extends TestGroup {
130
public
SelectFormat
() {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
SelectFormatAPITest.java
14
import com.ibm.icu.text.
SelectFormat
;
18
* This class tests the API functionality of the
SelectFormat
33
SelectFormat
selFmt = new
SelectFormat
(SIMPLE_PATTERN1);
34
assertNotNull("Error: TestConstructors -
SelectFormat
object constructed "
42
SelectFormat
selFmt1 = null;
45
selFmt1 = new
SelectFormat
(SIMPLE_PATTERN1);
46
SelectFormat
selFmt2 = new
SelectFormat
(SIMPLE_PATTERN1);
52
Object selFmt3 = new
SelectFormat
(SIMPLE_PATTERN1)
[
all
...]
SelectFormatUnitTest.java
11
import com.ibm.icu.text.
SelectFormat
;
15
* This class does the unit testing for the
SelectFormat
40
//Test
SelectFormat
pattern syntax
41
SelectFormat
selFmt = new
SelectFormat
(SIMPLE_PATTERN);
45
errln("\nERROR: Unexpected result -
SelectFormat
Unit Test failed "
79
SelectFormat
selFmt = new
SelectFormat
(SIMPLE_PATTERN);
136
log("
SelectFormat
Unit test: Testing applyPattern() and format() ...");
137
SelectFormat
selFmt = new SelectFormat(SIMPLE_PATTERN);
[
all
...]
TestAll.java
35
"TestAll$
SelectFormat
"
118
public static class
SelectFormat
extends TestGroup {
119
public
SelectFormat
() {
/external/icu/icu4c/source/i18n/
selfmt.cpp
40
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
SelectFormat
)
44
SelectFormat
::
SelectFormat
(const UnicodeString& pat,
49
SelectFormat
::
SelectFormat
(const
SelectFormat
& other) : Format(other),
53
SelectFormat
::~
SelectFormat
() {
57
SelectFormat
::applyPattern(const UnicodeString& newPattern, UErrorCode& status) {
69
SelectFormat
::format(const Formattable& obj
[
all
...]
msgfmt.cpp
19
* 11/01/09 kirtig Added
SelectFormat
[
all
...]
/external/icu/icu4c/source/i18n/unicode/
selfmt.h
25
* \brief C++ API:
SelectFormat
object
35
* <p><code>
SelectFormat
</code> supports the creation of internationalized
42
* <h4>Using <code>
SelectFormat
</code> for Gender Agreement</h4>
46
* rather than using a stand-alone <code>
SelectFormat
</code>.</p>
137
* <p>The <code>
SelectFormat
</code> pattern string defines the phrase output
183
class U_I18N_API
SelectFormat
: public Format {
187
* Creates a new <code>
SelectFormat
</code> for a given pattern string.
188
* @param pattern the pattern for this <code>
SelectFormat
</code>.
194
SelectFormat
(const UnicodeString& pattern, UErrorCode& status);
200
SelectFormat
(const SelectFormat& other)
[
all
...]
/external/icu/icu4c/source/test/intltest/
selfmts.cpp
30
if (exec) logln("TestSuite
SelectFormat
");
40
* Unit tests of
SelectFormat
class.
95
SelectFormat
* selFmt = new
SelectFormat
( SIMPLE_PATTERN , status);
97
dataerrln("ERROR:
SelectFormat
Unit Test constructor failed in unit tests.- exitting");
101
// ======= Test
SelectFormat
pattern syntax.
102
logln("
SelectFormat
Unit Test : Testing
SelectFormat
pattern syntax.");
109
errln("\nERROR: Unexpected result -
SelectFormat
Unit Test failed to detect syntax error with pattern: "+checkSyntaxData[i]);
128
logln("
SelectFormat
Unit Test : Creating format object for Testing applying various patterns")
[
all
...]
uobjtest.cpp
364
TESTCLASSID_CTOR(
SelectFormat
, (UnicodeString("feminine {feminineVerbValue} other{otherVerbValue}"), status) );
/external/icu/android_icu4j/src/main/java/android/icu/text/
SelectFormat.java
20
* <p><code>
SelectFormat
</code> supports the creation of internationalized
27
* <h3>Using <code>
SelectFormat
</code> for Gender Agreement</h3>
31
* rather than using a stand-alone <code>
SelectFormat
</code>.
120
* <p>The <code>
SelectFormat
</code> pattern string defines the phrase output
149
public class
SelectFormat
extends Format{
164
* Creates a new <code>
SelectFormat
</code> for a given pattern string.
165
* @param pattern the pattern for this <code>
SelectFormat
</code>.
167
public
SelectFormat
(String pattern) {
172
* Resets the <code>
SelectFormat
</code> object.
202
* Returns the pattern for this <code>
SelectFormat
</code
[
all
...]
MessageFormat.java
117
* selectStyle: see {@link
SelectFormat
}
329
* @see
SelectFormat
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SelectFormat.java
19
* <p><code>
SelectFormat
</code> supports the creation of internationalized
26
* <h3>Using <code>
SelectFormat
</code> for Gender Agreement</h3>
30
* rather than using a stand-alone <code>
SelectFormat
</code>.
119
* <p>The <code>
SelectFormat
</code> pattern string defines the phrase output
150
public class
SelectFormat
extends Format{
165
* Creates a new <code>
SelectFormat
</code> for a given pattern string.
166
* @param pattern the pattern for this <code>
SelectFormat
</code>.
169
public
SelectFormat
(String pattern) {
174
* Resets the <code>
SelectFormat
</code> object.
205
* Returns the pattern for this <code>
SelectFormat
</code
[
all
...]
MessageFormat.java
116
* selectStyle: see {@link
SelectFormat
}
328
* @see
SelectFormat
[
all
...]
/external/messageformat/java/com/ibm/icu/text/
SelectFormat.java
19
* <p><code>
SelectFormat
</code> supports the creation of internationalized
26
* <h4>Using <code>
SelectFormat
</code> for Gender Agreement</h4>
30
* rather than using a stand-alone <code>
SelectFormat
</code>.</p>
119
* <p>The <code>
SelectFormat
</code> pattern string defines the phrase output
151
public class
SelectFormat
extends Format{
166
* Creates a new <code>
SelectFormat
</code> for a given pattern string.
167
* @param pattern the pattern for this <code>
SelectFormat
</code>.
170
public
SelectFormat
(String pattern) {
175
* Resets the <code>
SelectFormat
</code> object.
206
* Returns the pattern for this <code>
SelectFormat
</code
[
all
...]
/external/messageformat/
import.sh
12
cp ${TOP}/main/classes/core/src/com/ibm/icu/text/
SelectFormat
.java java/com/ibm/icu/text
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
FormatTests.java
37
import android.icu.text.
SelectFormat
;
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
FormatTests.java
36
import com.ibm.icu.text.
SelectFormat
;
[
all
...]
/external/messageformat/java/com/ibm/icu/simple/
MessageFormat.java
43
import com.ibm.icu.text.
SelectFormat
;
117
* selectStyle: see {@link
SelectFormat
}
330
* @see
SelectFormat
[
all
...]
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
Completed in 786 milliseconds
1
2