Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducnvisci.cpp809 static const uint16_t vowelSignESpecialCases[][2]={ variable
1342 for (; i<vowelSignESpecialCases[0][0]; i++) { in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
1343 U_ASSERT(i<UPRV_LENGTHOF(vowelSignESpecialCases)); in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
1344 if (vowelSignESpecialCases[i][0]==(uint8_t)*contextCharToUnicode) { in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
1345 targetUniChar=vowelSignESpecialCases[i][1]; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetISCII.java735 private static final char vowelSignESpecialCases[][] = { field in CharsetISCII
977 for (; n < vowelSignESpecialCases[0][0]; n++) { in decodeLoop()
978 …if (vowelSignESpecialCases[n][0] == ((short)data.contextCharToUnicode & UConverterConstants.UNSIGN… in decodeLoop()
979 targetUniChar = vowelSignESpecialCases[n][1]; in decodeLoop()