Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextBreakIteratorICU.cpp329 static void textInit(UText* text, const UTextFuncs* funcs, const void* string, unsigned length, con… in textInit() function
354 textInit(text, &textLatin1Funcs, string, length, priorContext, priorContextLength); in textOpenLatin1()
467 textInit(text, &textUTF16Funcs, string, length, priorContext, priorContextLength); in textOpenUTF16()