Home
last modified time | relevance | path

Searched refs:RUNTIME_STRING_INTERNING (Results 1 – 2 of 2) sorted by relevance

/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/
DRuntimeConstants.java448 String RUNTIME_STRING_INTERNING = "runtime.string_interning"; field
DRuntimeInstance.java387 stringInterning = getBoolean(RUNTIME_STRING_INTERNING, true); in initializeSelfProperties()