Lines Matching defs:symbol
43 // Note: currently no override is available for narrow currency symbol
48 // Note: currently no override is available for formal currency symbol
53 // Note: currently no override is available for variant currency symbol
67 const char16_t* symbol = ucurr_getName(
75 // Otherwise, symbol points to a resource bundle, and we can use readonly-aliasing constructor.
76 if (symbol == isoCode) {
79 return UnicodeString(true, symbol, symbolLen);
95 const char16_t* symbol = ucurr_getPluralName(
103 // Otherwise, symbol points to a resource bundle, and we can use readonly-aliasing constructor.
104 if (symbol == isoCode) {
107 return UnicodeString(true, symbol, symbolLen);