Lines Matching refs:input
307 const PRCInputPattern_Light *input,
334 const PRCInputPattern_Light *input, in PRC_GetRecognizedEntries_Light() argument
337 return PRC_GetRecognizedEntriesEx_Light(resultEntries, resultScores, numRanking, buffer, input, in PRC_GetRecognizedEntries_Light()
361 const PRCInputPattern_Light *input, in PRC_GetRecognizedEntryEx_Light() argument
366 (void)PRC_GetRecognizedEntriesEx_Light(resultEntry, &score, 1, buffer, input, protoDB, kindMask, in PRC_GetRecognizedEntryEx_Light()
388 const PRCInputPattern_Light *input, in PRC_GetRecognizedEntry_Light() argument
391 return PRC_GetRecognizedEntryEx_Light(resultEntry, buffer, input, protoDB, PRC_KIND_ALL, NULL); in PRC_GetRecognizedEntry_Light()
406 PRC_GetInputPatternStrokes_Light(PRCStrokes *strokes, const PRCInputPattern_Light *input) in PRC_GetInputPatternStrokes_Light() argument
408 PRC_GetInputPatternStrokes_Common(strokes, input); in PRC_GetInputPatternStrokes_Light()
529 void *buffer, const PRCInputPattern *input, const PRCPrototypeDB *protoDB) in PRC_GetRecognizedEntry() argument
531 return PRC_GetRecognizedEntry_Light(resultEntry, buffer, input, protoDB); in PRC_GetRecognizedEntry()
537 const PRCInputPattern *input, in PRC_GetRecognizedEntryEx() argument
541 return PRC_GetRecognizedEntryEx_Light(resultEntry, buffer, input, protoDB, kindMask, param); in PRC_GetRecognizedEntryEx()
548 void *buffer, const PRCInputPattern *input, const PRCPrototypeDB *protoDB) in PRC_GetRecognizedEntries() argument
550 return PRC_GetRecognizedEntries_Light(resultEntries, resultScores, numRanking, buffer, input, in PRC_GetRecognizedEntries()
559 const PRCInputPattern *input, in PRC_GetRecognizedEntriesEx() argument
563 return PRC_GetRecognizedEntriesEx_Light(resultEntries, resultScores, numRanking, buffer, input, in PRC_GetRecognizedEntriesEx()
567 static inline void PRC_GetInputPatternStrokes(PRCStrokes *strokes, const PRCInputPattern *input) in PRC_GetInputPatternStrokes() argument
569 PRC_GetInputPatternStrokes_Light(strokes, input); in PRC_GetInputPatternStrokes()