OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:manySpaces
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/
MessagePatternUtilDemo.java
27
private static final String
manySpaces
=" ";
30
String indent =
manySpaces
.substring(0, depth * 2);
48
System.out.print(
manySpaces
.substring(0, depth * 2) + "arg: «" + arg.getName() + "»");
71
System.out.println(
manySpaces
.substring(0, depth * 2) + "offset: " + style.getOffset());
73
String indent =
manySpaces
.substring(0, depth * 2);
130
String prefix =
manySpaces
.substring(0, depth * 2) + "result ";
154
String prefix =
manySpaces
.substring(0, depth * 2) + "result ";
194
System.out.println(
manySpaces
.substring(0, depth * 2) +
201
System.out.println(
manySpaces
.substring(0, --depth * 2) + "}");
203
System.out.println(
manySpaces
.substring(0, --depth * 2) + "}")
[
all
...]
MessagePatternDemo.java
24
private static final String
manySpaces
=" ";
42
indent=
manySpaces
.substring(0, part.getValue()*2);
54
indent=
manySpaces
.substring(0, (nestingLevel-1)*2); // outdent
Completed in 78 milliseconds