Home
last modified time | relevance | path

Searched refs:ulength (Results 1 - 4 of 4) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
H A DAffixUtilsTest.java127 int ulength = AffixUtils.unescapedCount(input, true, DEFAULT_SYMBOL_PROVIDER); in testUnescape()
128 assertEquals("Unescaped length on <" + input + ">", output.length(), ulength); in testUnescape()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DAffixUtilsTest.java127 int ulength = AffixUtils.unescapedCount(input, true, DEFAULT_SYMBOL_PROVIDER); in testUnescape()
128 assertEquals("Unescaped length on <" + input + ">", output.length(), ulength); in testUnescape()
/third_party/icu/icu4c/source/test/intltest/
H A Dnumbertest_affixutils.cpp144 int32_t ulength = AffixUtils::unescapedCodePointCount(input, defaultProvider, status); in testUnescape() local
146 assertEquals(input, output.countChar32(), ulength); in testUnescape()
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp2634 Value::CZString::CZString(char const* str, unsigned ulength, DuplicationPolicy allocate) in CZString() argument
2638 storage_.length_ = ulength & 0x3FFFFFFF; in CZString()

Completed in 14 milliseconds