Searched refs:textOpenLatin1 (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextBreakIteratorICU.cpp340 static UText* textOpenLatin1(UTextWithBuffer* utWithBuffer, const LChar* string, unsigned length, const UChar* priorContext, int priorContextLength, UErrorCode* status) function in namespace:blink
490 UText* text = textOpenLatin1(&textLocal, string, length, 0, 0, &openStatus);
492 WTF_LOG_ERROR("textOpenLatin1 failed with status %d", openStatus);
551 UText* text = textOpenLatin1(&textLocal, string, length, priorContext, priorContextLength, &openStatus);
553 WTF_LOG_ERROR("textOpenLatin1 failed with status %d", openStatus);

Completed in 59 milliseconds