Searched refs:INSERT_CHAR (Results 1 - 7 of 7) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DMessagePattern.java49 * message = MSG_START (SKIP_SYNTAX | INSERT_CHAR | REPLACE_NUMBER | argument)* MSG_LIMIT
382 if((part=getPart(--i)).getType()==Part.Type.INSERT_CHAR) {
616 INSERT_CHAR, enum constant in enum:MessagePattern.Part.Type
870 addPart(Part.Type.INSERT_CHAR, index, 0, '\''); // value=char to be inserted
902 addPart(Part.Type.INSERT_CHAR, index, 0, '\''); // value=char to be inserted
910 addPart(Part.Type.INSERT_CHAR, index, 0, '\''); // value=char to be inserted
H A DMessageFormat.java1228 if(type==Part.Type.SKIP_SYNTAX || type==Part.Type.INSERT_CHAR) {
1795 assert type==Part.Type.SKIP_SYNTAX || type==Part.Type.INSERT_CHAR :
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMessagePattern.java48 * message = MSG_START (SKIP_SYNTAX | INSERT_CHAR | REPLACE_NUMBER | argument)* MSG_LIMIT
405 if((part=getPart(--i)).getType()==Part.Type.INSERT_CHAR) {
661 INSERT_CHAR, enum constant in enum:MessagePattern.Part.Type
941 addPart(Part.Type.INSERT_CHAR, index, 0, '\''); // value=char to be inserted
973 addPart(Part.Type.INSERT_CHAR, index, 0, '\''); // value=char to be inserted
981 addPart(Part.Type.INSERT_CHAR, index, 0, '\''); // value=char to be inserted
H A DMessageFormat.java1259 if(type==Part.Type.SKIP_SYNTAX || type==Part.Type.INSERT_CHAR) {
1839 assert type==Part.Type.SKIP_SYNTAX || type==Part.Type.INSERT_CHAR :
/external/messageformat/java/com/ibm/icu/text/
H A DMessagePattern.java48 * message = MSG_START (SKIP_SYNTAX | INSERT_CHAR | REPLACE_NUMBER | argument)* MSG_LIMIT
404 if((part=getPart(--i)).getType()==Part.Type.INSERT_CHAR) {
660 INSERT_CHAR, enum constant in enum:MessagePattern.Part.Type
940 addPart(Part.Type.INSERT_CHAR, index, 0, '\''); // value=char to be inserted
972 addPart(Part.Type.INSERT_CHAR, index, 0, '\''); // value=char to be inserted
980 addPart(Part.Type.INSERT_CHAR, index, 0, '\''); // value=char to be inserted
/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/
H A DMiniMessageFormatter.java102 if(type==Part.Type.SKIP_SYNTAX || type==Part.Type.INSERT_CHAR) {
/external/messageformat/java/com/ibm/icu/simple/
H A DMessageFormat.java1216 if(type==Part.Type.SKIP_SYNTAX || type==Part.Type.INSERT_CHAR) {
1753 assert type==Part.Type.SKIP_SYNTAX || type==Part.Type.INSERT_CHAR :

Completed in 150 milliseconds