Searched refs:currentChar (Results 1 – 11 of 11) sorted by relevance
323 sal_Unicode currentChar; in folding() local327 currentChar = *src ++; in folding()329 if (currentChar == 0x30fc || // KATAKANA-HIRAGANA PROLONGED SOUND MARK in folding()330 currentChar == 0xff70) { // HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK in folding()333 currentChar = table_normalwidth[ previousChar - 0x3041 ]; in folding()336 currentChar = table_halfwidth[ previousChar - 0xff66 ]; in folding()343 previousChar = currentChar; in folding()
60 sal_Unicode currentChar; in folding() local64 currentChar = *src ++; in folding()68 if (0x30B5 <= currentChar && // KATAKANA LETTER SA in folding()69 currentChar <= 0x30BE) { // KATAKANA LETTER ZO in folding()75 *dst ++ = currentChar; in folding()85 previousChar = currentChar; in folding()
115 sal_Unicode currentChar; in folding() local119 currentChar = *src ++; in folding()121 switch ( currentChar ) { in folding()125 currentChar = previousChar; in folding()129 currentChar = aTable[ previousChar ]; in folding()135 previousChar = currentChar; in folding()
151 sal_Unicode currentChar; in folding() local155 currentChar = *src ++; in folding()159 if (previousChar == m->previousChar && currentChar == m->currentChar ) { in folding()168 *dst++ = currentChar; in folding()179 previousChar = currentChar; in folding()
100 sal_Unicode currentChar; in folding() local107 currentChar = *src ++; in folding()110 if (currentChar == 0x30E3 || // KATAKANA LETTER SMALL YA in folding()111 currentChar == 0x30E4) { // KATAKANA LETTER YA in folding()128 previousChar = currentChar; in folding()
474 sal_Int16 BreakIteratorImpl::getScriptClass(sal_uInt32 currentChar) in getScriptClass() argument479 if (currentChar != lastChar) { in getScriptClass()480 lastChar = currentChar; in getScriptClass()486 if( 1 == currentChar || 2 == currentChar || 0x20 == currentChar || 0xA0 == currentChar) in getScriptClass()489 else if ( 0x2C80 <= currentChar && 0x2CE3 >= currentChar) in getScriptClass()492 else if ((0xFB00 <= currentChar && currentChar <= 0xFB06) || in getScriptClass()493 (0xFB13 <= currentChar && currentChar <= 0xFB17)) in getScriptClass()496 UBlockCode block=ublock_getCode(currentChar); in getScriptClass()
142 sal_Unicode currentChar; in compose_ja_voiced_sound_marks() local146 currentChar = *src ++; in compose_ja_voiced_sound_marks()153 int j = currentChar - 0x3099; // 0x3099, 0x309a, 0x309b, 0x309c ? in compose_ja_voiced_sound_marks()185 previousChar = currentChar; in compose_ja_voiced_sound_marks()
124 sal_Unicode currentChar = Text[nStartPos]; in checkInputSequence() local126 sal_uInt16 ch2 = getCharType(currentChar); in checkInputSequence()
33 sal_Unicode currentChar; member
116 static sal_Int16 SAL_CALL getScriptClass(sal_uInt32 currentChar);
7663 bool SAL_CALL lcl_getScriptClass(sal_uInt32 currentChar) in lcl_getScriptClass() argument7666 if( (currentChar == 0x005c || currentChar == 0x20ac) && in lcl_getScriptClass()7671 UBlockCode block = (UBlockCode)ublock_getCode((sal_uInt32)currentChar); in lcl_getScriptClass()
Completed in 126 milliseconds