Lines Matching refs:locale
103 Locale locale = null; field in XBreakIteratorTest
133 locale = new Locale("en", "US", ""); in before()
170 locale, nCharacterIteratorMode, nextCharacters[i][1], lDone); in _nextCharacters()
206 locale, nCharacterIteratorMode, in _previousCharacters()
235 (UnicodeString, i, locale, wordType); in nextWord()
263 oObj.previousWord(UnicodeString, i, locale, wordType); in _previousWord()
297 locale, wordType, true); in _getWordBoundary()
329 short type = oObj.getWordType(UnicodeString, iPos, locale); in _getWordType()
354 locale, wordType); in _isBeginWord()
357 iBounds.startPos + 1, locale, wordType); in _isBeginWord()
387 locale, wordType); in _isEndWord()
390 iBounds.endPos - 1, locale, wordType); in _isEndWord()
415 iPos, locale) ); in _beginOfSentence()
425 boolean bRes = oObj.beginOfSentence(UnicodeString, -10, locale) == -1; in _beginOfSentence()
427 UnicodeString.length() + 1, locale) == -1; in _beginOfSentence()
451 int end = oObj.endOfSentence(UnicodeString, start, locale); in _endOfSentence()
458 boolean bInvRes = oObj.endOfSentence(UnicodeString, -10, locale) == -1; in _endOfSentence()
460 UnicodeString.length() + 1, locale) == -1; in _endOfSentence()
492 locale, 0, lineBreakHyphenationOptions, lineBreakUserOptions); in _getLineBreak()
604 if (oObj.beginOfCharBlock(UnicodeString, pos, locale, i) != -1) { in getCharBlockType()
639 locale, charType); in beginOfCharBlock()
641 locale, charType); in beginOfCharBlock()
695 locale, type.shortValue()); in _nextCharBlock()
725 bounds.endPos + 1, locale, type.shortValue()); in _previousCharBlock()