HomeSort by relevance Sort by last modified time
    Searched refs:next_is_consumed (Results 1 - 2 of 2) sorted by null

  /external/sqlite/android/
PhoneticStringUtils.cpp 37 bool *next_is_consumed) {
74 if (next_is_consumed != NULL) {
75 *next_is_consumed = true;
85 if (next_is_consumed != NULL) {
86 *next_is_consumed = true;
96 if (next_is_consumed != NULL) {
97 *next_is_consumed = true;
110 if (next_is_consumed != NULL) {
111 *next_is_consumed = true;
116 if (next_is_consumed != NULL)
270 bool next_is_consumed; local
    [all...]
PhoneticStringUtils.h 28 // The variable "next_is_consumed" is set to true if "next_codepoint"
36 bool *next_is_consumed);

Completed in 101 milliseconds