Home
last modified time | relevance | path

Searched refs:uVal (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_longnames.cpp718 UnicodeString uVal = ures_getUnicodeStringByKey(stackBundle.getAlias(), structure, &status); in getDeriveCompoundRule() local
722 U_ASSERT(!uVal.isBogus()); in getDeriveCompoundRule()
723 return uVal; in getDeriveCompoundRule()
1284 UnicodeString uVal; in processPatternTimes() local
/third_party/icu/icu4c/source/i18n/
Dnumber_longnames.cpp718 UnicodeString uVal = ures_getUnicodeStringByKey(stackBundle.getAlias(), structure, &status); in getDeriveCompoundRule() local
722 U_ASSERT(!uVal.isBogus()); in getDeriveCompoundRule()
723 return uVal; in getDeriveCompoundRule()
1284 UnicodeString uVal; in processPatternTimes() local
/third_party/node/deps/icu-small/source/i18n/
Dnumber_longnames.cpp696 UnicodeString uVal = ures_getUnicodeStringByKey(stackBundle.getAlias(), structure, &status); in getDeriveCompoundRule() local
700 U_ASSERT(!uVal.isBogus()); in getDeriveCompoundRule()
701 return uVal; in getDeriveCompoundRule()
1262 UnicodeString uVal; in processPatternTimes() local
/third_party/icu/icu4c/source/test/intltest/
Dunits_test.cpp101 UnicodeString uVal = ures_getStringByKey(unitConstants.getAlias(), constant, &uLen, status); in testUnitConstantFreshness() local
103 val.appendInvariantChars(uVal, status); in testUnitConstantFreshness()